authOrig - There is no editor registered to handle this attribute type.

Command prompt and PowerShell Forum
Post Reply
User avatar
hepek
Site Admin
Posts: 451
Joined: 24 Oct 2018, 00:03
Location: @HEPEK HQ
Contact:

authOrig - There is no editor registered to handle this attribute type.

Post by hepek »

authOrig - There is no editor registered to handle this attribute type.
ADSIEdit.JPG
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')}
Once you add one entry, you will be able to edit this Attribute using the ADSIEdit Attribute Editor
authOrig_Editor.JPG
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
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “PowerShell”