Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 如何使用Secedit.exe查找哪些帐户具有SeLockMemoryPrivilege和SeManageVolumePrivilege本地安全策略的权限?_Windows_Security_Windows Server - Fatal编程技术网

Windows 如何使用Secedit.exe查找哪些帐户具有SeLockMemoryPrivilege和SeManageVolumePrivilege本地安全策略的权限?

Windows 如何使用Secedit.exe查找哪些帐户具有SeLockMemoryPrivilege和SeManageVolumePrivilege本地安全策略的权限?,windows,security,windows-server,Windows,Security,Windows Server,我想知道如何(如果可能的话)使用Secedit.exe找出哪些帐户具有本地安全策略selockmoryprivilege和SeManageVolumePrivilege的权限。当我使用“C:\Windows\security\database\secedit.sdb”导出系统安全模板时,模板中只有四个用户权限安全策略(对于每个策略,不同的行:=“SID1,SID2,…SIDn”)。我想要的两项政策不在这四项中。我怎么得到它们?也就是说,如何获取SeLockMemoryPrivilege和SeMa

我想知道如何(如果可能的话)使用Secedit.exe找出哪些帐户具有本地安全策略selockmoryprivilege和SeManageVolumePrivilege的权限。当我使用“C:\Windows\security\database\secedit.sdb”导出系统安全模板时,模板中只有四个用户权限安全策略(对于每个策略,不同的行:=“SID1,SID2,…SIDn”)。我想要的两项政策不在这四项中。我怎么得到它们?也就是说,如何获取SeLockMemoryPrivilege和SeManageVolumePrivilege的权限信息


谢谢

在我的机器上,如果未指定要使用的数据库,则输出包括已分配的所有权限和特权。它不包括空的条目,例如,默认情况下,SeLockMemoryPrivilege未分配给任何人,因此它不会出现在输出中。我尝试过。我得到了同样的结果:(我确实确认了这两项政策事先都有条目。