📄 sol14-8b.vbs
字号:
'delete a user using the Active Ddirectory provider
Dim objContainer
'get a reference to the LDAP container that contains the object to delete
Set objContainer = GetObject("LDAP://OU=Accountants,DC=Acme,DC=com")
'delete Fred Smith by specifying his relative distinguished name
objContainer.delete "user", "CN=Fred Smith"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -