daveed716
1/9/2019 - 2:08 PM

[Enable AuthOrig Attribute on Distribution Lists]powershell command to enable the editing of ADSI field authorig #powershell #ADSI #active-d

[Enable AuthOrig Attribute on Distribution Lists]powershell command to enable the editing of ADSI field authorig #powershell #ADSI #active-directory #AD #authorig #Distribution

import-module activedirectory
set-adobject "CN=CreateTestGroup,OU=OTG Distribution Group,DC=otgcorp,DC=otg" -replace @{authorig="CN=CreateTestGroup,OU=OTG Distribution Group,DC=otgcorp,DC=otg"}