Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an ADAM Contact Account PropertyContent of Modify an ADAM Contact Account Property.vbsMD5 Hash: F5CC6F11665C1754E81FEC9B90068CC0 |
||
' Description: Modifies the description attribute for an ADAM contact named Carolphilips.
On Error Resume Next Set objUser = GetObject _ ("LDAP://localhost:389/cn=carolphilips,ou=Accounting,dc=fabrikam,dc=com") objUser.Put "description", "This is a practice contact account." objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |