One of the benefits of Cloud Services is the continual enhancements that vendors provide based on feedback from their customers. One such item of feedback that Microsoft has heard often is the request to know what state a Guest user in Azure AD is in.… keep reading
Managing SailPoint IdentityNow Applications via API with PowerShell
Update: Oct 2019. Managing IdentityNow Applications is now easier using the SailPoint IdentityNow PowerShell Module.
The SailPoint IdentityNow Request Center comes pre-populated with 130 Applications (as shown below) that by default are visible to users in the Dashboard and can be requested via the Request Center.… keep reading
Obtaining Workday HR Supervisory Hierarchy, Provisioning Flags and Photos with PowerShell
A few weeks back I posted this regarding using PowerShell and the Granfeldt PowerShell Management Agent to interface Microsoft Identity Manager with Workday HR. The core of this functionality is the WorkdayAPI PowerShell Module which I forked from Nathan and added additional functionality.… keep reading
Managing SailPoint IdentityNow Roles via API and PowerShell
Update: Oct 2019. IdentityNow Roles can be easily managed using the SailPoint IdentityNow PowerShell Module.
Managing SailPoint IdentityNow Role Groups typically involves leveraging the SailPoint IdentityNow Portal for the creation and on-going management. That’s because the API for Roles is not published or documented.… keep reading
Managing SailPoint IdentityNow Governance Groups via the API with PowerShell
Update: Oct 2019. Governance Groups can be easily managed using the SailPoint IdentityNow PowerShell Module.
In this post I detail the management of SailPoint IdentityNow Governance Groups using the IdentityNow v2 API as the functions associated with Governance Groups is not currently detailed in the v2 API Documentation here (9 Oct 2018).… keep reading
Leveraging v1, v2 and non-Published SailPoint IdentityNow API’s with PowerShell
Update: Oct 2019. Leveraging the SailPoint IdentityNow API's is now easier using the SailPoint IdentityNow PowerShell Module. Also see this post for how to generate v2 and v3 API credentials.
UPDATE: 18 Dec 2018 Please see this new post on accessing v3 / non-published SailPoint IdentityNow API's using PowerShell.… keep reading
Querying for updates/changes in Workday HR using PowerShell
Nathan Hartley has an awesome PowerShell Module for Workday that you can find here. I detailed how I’m using that module in this post hereĀ Building a Microsoft Identity Manager PowerShell Management Agent for Workday HR.
A large portion of that post detailed the nuances of working with the Worday API especially for implementations at scale.… keep reading
Building a Microsoft Identity Manager PowerShell Management Agent for Workday HR
Update 29 August 2019 See this post for multi-threading Granfeldt PowerShell Management Agent Imports (with Workday as an example).
Before I even get started with this post, let me state that the integration I describe here is not a standalone solution.… keep reading
Automate the Generation of a Granfeldt PowerShell Management Agent Schema Definition File
Generating Schema.ps1 for the Granfeldt FIM/MIM PowerShell Management Agent
Getting started writing your first Forefront/Microsoft Identity Manager Granfeldt PowerShell Management Agent can be a bit daunting. Before you can do pretty much anything you need to define the schema for the PSMA.… keep reading
Lifecycle Management of Identities in SailPoint IdentityNow via API and PowerShell
Update: Oct 2019. Lifecycle Management of Identities can be easily performed using the SailPoint IdentityNow PowerShell Module.
Introduction
If you’ve been following along I’ve been posting about leveraging the SailPoint IdentityNow API for;
- Reporting on SailPoint IdentityNow Identities using the āSearchā (Beta) API and PowerShell
- Authoring Identities in SailPoint IdentityNow via the API and PowerShell
Now that I’ve covered Searching and Authoring all that is left is lifecycle management.… keep reading