Hello!
I have WF with PowerShell Activity and I can't run command set-aduser. Problem with ActiveDirectory module PS.
When I add
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
to Microsoft.ResourceManagement.Service.exe.config file, FimService does not start.
How can I run PS Activity with ActiveDirectory module?
Alex