Is there a way to point PowerShell to ARS instead of AD.

Hello

I want a User to runs PowerShell to add himself to specific AD group in ARS.

 Add-ADGroupMember -Identity GroupNAME -Member USERNAME

Parents Reply
  • yes, I installed both the ADSI and Powershell to the user PC

    Add-QADGroupMember -proxy -Identity SCE-Folder-RW -Member alextest

    Add-QADGroupMember :
    The remote endpoint does not exist or could not be located.
    At line:1 char:2
    + Add-QADGroupMember -proxy -Identity SCE-Folder-RW -Member alextest
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Add-QADGroupMember], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,ActiveRoles.ManagementShell.Commands.AddGroupMemberCmdlet2

Children