GPRegistryPolicyDsc icon indicating copy to clipboard operation
GPRegistryPolicyDsc copied to clipboard

DSC resources used to apply and manage local group policies by modifying the respective .pol file.

Results 10 GPRegistryPolicyDsc issues
Sort by recently updated
recently updated
newest added

#### Details of the scenario you tried and the problem that is occurring The DSC wrapper module for gpregistrypolicydsc experiencesconstant corrective changes and warnings when managing reg_dword resources due to...

#### Pull Request (PR) description Resolve issue with GetRegTypeString() method returning unsupported values: 'DWord' 'QWord' The resource schema file defines the expected values should be: 'Dword' 'Qword' #### This Pull...

waiting for author response

#### Details of the scenario you tried and the problem that is occurring Hello, I´ve updated fully working DSC code by Local Security Policy (GPO), by using GPRegistryPolicyDSC Module. ####...

ISSUE TITLE: Failed to locate the semicolon after key name. ISSUE DESCRIPTION When I run start-dscconfiguration or Test-DSCConfiguration, I got the error as PowerShell DSC resource MSFT_RegistryPolicyFile failed to execute...

#### Details of the scenario you tried and the problem that is occurring When testing, if the Key property contained 'HKEY_LOCAL_MACHINE\' in the string, the resource always returned compliant. RegistryPolicyFile...

#### Details of the scenario you tried and the problem that is occurring Using DSC to deploy certificates to machines (GPO was exported and converted to DSC module using 'Baseline'...

#### Details of the scenario you tried and the problem that is occurring The resource occasionally fails to set with the error "The process cannot access the file 'C:\windows\System32\GroupPolicy\Machine\registry.pol' because...

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" } ```

#### Details of the scenario you tried and the problem that is occurring I am trying to set the same user configuration policy for all users of the PC however...

#### Details of the scenario you tried and the problem that is occurring When gpt.ini already contains another CSE then managed by this resource ({35378EAC-683F-11D2-A89A-00C04FBBCFA2}) gpt.ini gets corrupted. Steps to...