GitHub 功能全览:平台、方案、资源一网打尽,还有‘汇编耻辱堂’揭秘!
2026/8/9 7:46:17
在操作ADSI对象时,如果能够读取属性,那么通常也需要具备修改或写入属性的能力,但这需要相应的权限,若只有读取权限而无修改权限,该属性就是只读属性。修改ADSI对象属性有三种方法:Put、PutEx和SetInfo。
‘ ********************************************************** ‘ PutExample.vbs ‘ This script file is used to demonstrate how the Put method ‘ of the ‘ ADSI object will set the specified properties to the ‘ supplied values ‘ ‘ Author: Gerry O’Brien ‘ Date: June 20, 2001 ‘