计算机域用户写法,请问域控自动退域的命令怎么写,域控电脑是2016版

您好,

感谢您的回复。

尝试以下脚本。

Sub RemoveComputer( strDomain, strComputer )

Dim objDC

Set objDC = getobject("WinNT://" & strDomain )

objDC.Delete( "Computer", strComputer )

End Sub

Dim strDomain, strComputer

Do

strDomain = inputbox( "Please enter a domainname", "Input" )

Loop until strDomain <> ""

Do

strComputer = inputbox( "Please enter the name of the computer to be removed from the domain", "Input" )

Loop until strComputer <> ""

RemoveComputer strDomain, strComputer

WScript.Echo "Done."

希望以上信息对您有所帮助。

再次感谢你的理解与支持。

最好的祝福,

Otto

Please remember to mark the replies as answers if they help.

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值