Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add an Additional URL to a User AccountContent of Add an Additional URL to a User Account.vbsMD5 Hash: D6CC542D203928F792422026CBD20EDB |
||
' Description: Adds an additional URL to a user account. Demonstrates how to append a new value to a multi-valued attribute.
Const ADS_PROPERTY_APPEND = 3 Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.PutEx ADS_PROPERTY_APPEND, _ "url", Array("http://www.fabrikam.com/policy") objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |