All, I am trying to get domain group membership from an AD controller. WFA 2.1
If I try using this: $users = get-adgroupmember -identity $groups I get the following: 11:19:35.716 ERROR [no op jpmc] The server has rejected the client credentials.
However, if I enter in any combination of credentials, the workflow just hangs.
I have identified that the query I am using works from powershell, but not from the script. I tried hardcoding the credentials and server, as well as using the credential cache but it does not matter. Whenever I attempt to use any credentials, everything hangs.
Has anyone gotten AD queries to work from within a command script? If so, got some code you can share?
Also, has anyone developed an Active Directory data source? It would be great if we could populate a custom table from AD and then just query that.
Steve