authOrig - There is no editor registered to handle this attribute type.
Posted: 07 May 2020, 14:37
authOrig - There is no editor registered to handle this attribute type.
PowerShell Commant do add or modify authOrig attribute.
Once you add one entry, you will be able to edit this Attribute using the ADSIEdit Attribute Editor
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
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