PowerShell Commant do add or modify authOrig attribute.
Code: Select all
Set-ADGroup -Identity "test_authOrig" -Server dc.hepek.lab -Add @{authOrig=@('CN=TestUser,OU=User,OU=OfficeM,OU=HQ,DC=hepek,DC=lab')}
Legend:
Name of AD Security Group: test_authOrig
FQDN or IP Address of the Domain Controler: dc.hepek.lab
Distinguished Name of User in Question: CN=TestUser,OU=User,OU=OfficeM,OU=HQ,DC=hepek,DC=lab