如何在Powershell中实现密码更改检查?
我创建了一组具有特定管理员密码的虚拟机(Windows Server);这些虚拟机已分配给用户,并且可能正在使用。我想知道用户是否更改了管理员密码,并进行检查以免用户注意到。 powershell中有哪些好的解决方案?
I've created a set of virtual machines (Windows Server) with a specific admin password; these VMs have been assigned to users, and may be in use. I want to know if the user changed the admin password, and do the check so the user doesn't notice. What are good solutions in powershell?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个 PSCredential,然后尝试从主机获取 WmiObject。像这样的东西:
You could create a PSCredential, then attempt to get a WmiObject from the host. Something like: