The following script can be used to export the objects collected by the Search ativity within a Workflow:
Function Deprovision()
{
$DN = $workflow.FoundObject("Search for objects").get("distinguishedName")
$DN | Out-File C:\temp\Users2Deprovision.csv -Append
#$DN | Out-File C:\temp\data.txt -encoding utf8 -Append
}
© 2024 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center