Last active
June 26, 2019 00:29
-
-
Save darrenjrobinson/c75edee520e7c936fc69192ecbcd731a to your computer and use it in GitHub Desktop.
Microsoft Identity Manager RACF PowerShell Management Agent. Associated blogpost https://blog.darrenjrobinson.com/a-rudimentary-racf-management-agent-for-microsoft-identity-manager/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RACF Minimal Schema to support a Join Rule | |
$obj = New-Object -Type PSCustomObject | |
$obj | Add-Member -Type NoteProperty -Name "Anchor-racfID|String" -Value "" | |
$obj | Add-Member -Type NoteProperty -Name "objectClass|String" -Value "racfUser" | |
$obj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment