使用 PowerShell 创建本地用户 (Windows Vista)
我最近安装了 PowerShell,我开始寻找的第一件事就是如何创建新用户。 寻找了一段时间后我仍然没有找到这个。 我对 linux 上的 bash 有一点经验,发现它非常有效。 在那里创建用户很简单。 是否有一种简单\内置的方法来使用 PowerShell 创建本地用户?
谢谢。
I've installed PowerShell recently and one of the first things I started looking for was how to create a new user. After looking for some time I still haven't found this.
I have a little experience in bash on linux and find it very effective. Creating users there is trivial.
Is there an easy\built-in way to create a local user with PowerShell?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用本地主机的 ADSI:
You can use the localhost's ADSI:
您还可以使用
此命令,不限于 powershell。
you can also use
this command isn't limited to powershell.