microsoft / BaselineManagement

Conversion tool used to Convert Group Policy baselines into DSC
MIT License
266 stars 52 forks source link

Why are some settings disabled in the ps1 file after conversion ? #68

Open FLeven opened 2 years ago

FLeven commented 2 years ago

I converted the Windows 11 Security baselines and after conversion, some settings are "Disabled" by <# ... #> as comment.

For Example:

<#RegistryPolicyFile 'Registry(POL): HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications\NoToastApplicationNotificationOnLockScreen' { ValueName = 'NoToastApplicationNotificationOnLockScreen' ValueData = 1 ValueType = 'Dword' TargetType = 'ComputerConfiguration' Key = 'HKCU:\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications' }#>

<#Service 'Services(INF): XboxGipSvc' { Name = 'XboxGipSvc' State = 'Stopped' }#>