[Windows] 导出所有设置过的Group Policy

通过命令gpresult /h xxx.html可以导出所有设置过的Group Policy。

    GPRESULT /R
    GPRESULT /H GPReport.html
    GPRESULT /USER targetusername /V
    GPRESULT /S system /USER targetusername /SCOPE COMPUTER /Z
    GPRESULT /S system /U username /P password /SCOPE USER /V
原文地址:https://www.cnblogs.com/herryzz/p/10801659.html