diff --git a/Private/Script.GPODictionary.ps1 b/Private/Script.GPODictionary.ps1 index 147a08f..175b413 100644 --- a/Private/Script.GPODictionary.ps1 +++ b/Private/Script.GPODictionary.ps1 @@ -1252,6 +1252,21 @@ ConvertTo-XMLGenericPolicy -GPO $GPO -Category 'Windows Components/Windows Remote Management (WinRM)*' -SingleObject } } + WindowsTimeService = @{ + Types = @( + @{ + Category = 'RegistrySettings' + Settings = 'Policy' + } + ) + GPOPath = 'Policies -> Administrative Templates -> System/Windows Time Service' + Code = { + ConvertTo-XMLGenericPolicy -GPO $GPO -Category 'System/Windows Time Service*' + } + CodeSingle = { + ConvertTo-XMLGenericPolicy -GPO $GPO -Category 'System/Windows Time Service*' -SingleObject + } + } WindowsUpdate = @{ Types = @( @{