dsccommunity / GPRegistryPolicyDsc

DSC resources used to apply and manage local group policies by modifying the respective .pol file.
MIT License
21 stars 7 forks source link

Import a .POL file #24

Open jachin84 opened 3 years ago

jachin84 commented 3 years ago

Is it possible to import an entire .POL rather than the individual registry entries??

I am thinking something like:

RegistryPolicy BaselineGpo
{
    Path = "C:\Policy\Registry\registry.pol"
}