设置用户密码
 描述
为用户配置新密码。


脚本代码
Set objUser = GetObject _
("LDAP://cn=MyerKen,ou=management,dc=fabrikam,dc=com")
objUser.SetPassword "i5A2sj*!"

游客 | 登入