![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an ADAM Container Account Property
|
||
' Description: Modifies the description attribute for an ADAM container named Users.
On Error Resume Next Set objUser = GetObject("LDAP://localhost:389/cn=users,dc=fabrikam,dc=com") objUser.Put "description", "This is a practice container." objUser.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |