Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Powershell 中(使用 Get-WmiObject 或类似方法)检索本地、单赢 8.1 或服务器 2012 R2 核心机器上的现有策略设置?
在 SecPol 中,我要检索设置的策略是“本地策略”->“用户权限分配”->“作为服务登录”
我已经知道我可以使用 secedit /export 将数据转储到配置文件中,想知道是否有更直接的方法,例如 Get-WmiObject 可以将有问题的对象和属性返回到标准输出。
谢谢!
Boe Prox为此编写了一个名为 PoshPrivilege 的模块。
使用此模块,您将使用以下内容:
Get-Privilege -Privilege SeServiceLogonRight