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.
使用 VBscript,在本地组策略中查询“用户权限分配”的最佳方法是什么。 例如获取“拒绝作为服务登录”下的组和用户
没有直接的方法可以通过 VBS(至少 AFAIK)访问这个窗口区域。但是您可以通过“secedit /export”将当前权限导出到一个文件,然后分析这个文件。