OpenViking 路线图全解析:从三层上下文模型到 Agent 记忆生态的落地版图
2026/9/10 10:10:58
在操作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 ‘