Hi Everyone,
I am trying to invoke the following command in powershell with module
“Get-ADUser -filter * -Properties MemberOf”.
However, the result type from get-member is: Microsoft.ActiveDirectory.Management.ADUser
I couldn’t find this type or thirdparty nuget to use the result.
Where can I import the type? Or is there a cast mechanism for me to cast this into types that uipath has naively?
thanks,
Sam