Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify the UPN Suffixes Defined in the ForestContent of Modify the UPN Suffixes Defined in the Forest.vbsMD5 Hash: 48F3C775FC8C4598A01CC67E7E66FC28 |
||
' Description: Configures the upnSuffixes attribute of the Partitions container and displays the new values.
Const ADS_PROPERTY_APPEND = 3 Set objPartitions = GetObject _ ("LDAP://cn=Partitions,cn=Configuration,dc=fabrikam,dc=com") objPartitions.PutEx ADS_PROPERTY_APPEND, _ "upnSuffixes", Array("sa.fabrikam.com","corp.fabrikam.com") objPartitions.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |