如何使用powershell将管理员重命名为在文本框中输入的自定义名称?

时间:2016-10-11 15:36:19

标签: powershell powershell-v2.0 updates powershell-v3.0 administrator

$admin = [adsi]"WinNT://./Administrator,user"
$admin.psbase.rename("$textbox1.text")

0 个答案:

没有答案