[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"}