UPDATE 13 July 2021: v1.1.5 is now available with a few enhancements and bug fixes.
I’ve just published v1.1.4 of the SailPoint IdentityNow PowerShell Module to both GitHub and the PowerShell Gallery. Release 1.1.4 of the SailPoint IdentityNow PowerShell Module is the result of considerable effort by myself and Sean McGovern. Release 1.1.4’s numerous updates comprise changes to cmdlets to account for changes to IdentityNow API authentication, four new cmdlets, cmdlet updates for API changes, bug-fixes and documentation updates.
$orgName = "customername-sb" Set-IdentityNowOrg -orgName $orgName $adminPWD = 'idnAdminUserPassword' $adminUSR = 'yourIDNAdminID' $adminCreds = [pscredential]::new($adminUSR, ($adminPWD | ConvertTo-SecureString -AsPlainText -Force)) $patClientID = 'yourClientID' $patClientSecret = 'yourClientSecret' $patCreds = [pscredential]::new("$($patClientID)", ($patClientSecret | ConvertTo-SecureString -AsPlainText -Force)) Set-IdentityNowCredential -AdminCredential $adminCreds -PersonalAccessToken $patCreds Save-IdentityNowConfiguration
Below is a full list of Release 1.1.4 SailPoint IdentityNow PowerShell Module cmdlets.
Complete-IdentityNowTask
Convert-UnixTime
Export-IdentityNowConfig
Get-HashString
Get-IdentityNowAccessProfile
Get-IdentityNowAccountActivities
Get-IdentityNowAccountActivity
Get-IdentityNowActiveJobs
Get-IdentityNowAPIClient
Get-IdentityNowApplication
Get-IdentityNowAuth
Get-IdentityNowCertCampaign
Get-IdentityNowCertCampaignReport
Get-IdentityNowEmailTemplate
Get-IdentityNowGovernanceGroup
Get-IdentityNowIdentityAttribute
Get-IdentityNowIdentityAttributePreview
Get-IdentityNowOAuthAPIClient
Get-IdentityNowOrg
Get-IdentityNowOrgConfig
Get-IdentityNowOrgStatus
Get-IdentityNowPersonalAccessToken
Get-IdentityNowProfile
Get-IdentityNowProfileOrder
Get-IdentityNowQueue
Get-IdentityNowRole
Get-IdentityNowRule
Get-IdentityNowSource
Get-IdentityNowSourceAccounts
Get-IdentityNowSourceSchema
Get-IdentityNowTask
Get-IdentityNowTimeZone
Get-IdentityNowTransform
Get-IdentityNowVACluster
Invoke-IdentityNowAggregateSource
Invoke-IdentityNowRequest
Invoke-IdentityNowSourceReset
Join-IdentityNowAccount
New-IdentityNowAccessProfile
New-IdentityNowAPIClient
New-IdentityNowCertCampaign
New-IdentityNowGovernanceGroup
New-IdentityNowIdentityProfilesReport
New-IdentityNowOAuthAPIClient
New-IdentityNowPersonalAccessToken
New-IdentityNowProfile
New-IdentityNowRole
New-IdentityNowSource
New-IdentityNowSourceAccountSchemaAttribute
New-IdentityNowSourceConfigReport
New-IdentityNowSourceEntitlements
New-IdentityNowTransform
New-IdentityNowUserSourceAccount
Remove-IdentityNowAccessProfile
Remove-IdentityNowAPIClient
Remove-IdentityNowGovernanceGroup
Remove-IdentityNowOAuthAPIClient
Remove-IdentityNowPersonalAccessToken
Remove-IdentityNowProfile
Remove-IdentityNowRole
Remove-IdentityNowSource
Remove-IdentityNowTransform
Remove-IdentityNowUserSourceAccount
Save-IdentityNowConfiguration
Search-IdentityNow
Search-IdentityNowEntitlements
Search-IdentityNowEvents
Search-IdentityNowIdentities
Search-IdentityNowUserProfile
Search-IdentityNowUsers
Set-IdentityNowCredential
Set-IdentityNowOrg
Set-IdentityNowTimeZone
Set-IdentityNowTransformLookup
Start-IdentityNowCertCampaign
Start-IdentityNowProfileUserRefresh
Test-IdentityNowCredentials
Test-IdentityNowSourceConnection
Test-IdentityNowTransforms
Update-IdentityNowAccessProfile
Update-IdentityNowApplication
Update-IdentityNowEmailTemplate
Update-IdentityNowGovernanceGroup
Update-IdentityNowIdentityAttribute
Update-IdentityNowOrgConfig
Update-IdentityNowProfileMapping
Update-IdentityNowProfileOrder
Update-IdentityNowRole
Update-IdentityNowSource
Update-IdentityNowTransform
Update-IdentityNowUserSourceAccount
Found an issue and want us to fix it? Log it here and we’ll take a look at it.
Want to fix an issue yourself or add functionality? Clone the project and submit a pull request.
Any and all contributions are more than welcome and appreciated.
Recently under the experimental Azure Functions build Microsoft Developer Advocates have shown enabling Azure Functions…
Today, I’m super excited to finally announce the Beta release of EntraPulse Lite – a…
I'm excited to share some significant authentication enhancements I've contributed to the Lokka MCP Server…
Last month I had the pleasure of speaking at the Sydney event for Global Azure.…
Model Context Protocol (MCP) is a powerful framework that extends AI clients like Claude and…
I've just completed participating in the Azure AI Developer Hackathon that was looking to provide…
This website uses cookies.
View Comments