Files
Torsten Brendgen 01a535eb39 Initial commit
2026-04-13 15:40:51 +02:00

12 lines
314 B
PowerShell

@{
Resources = @{
NonNodeData = @{
LocalConfigurationManager = @{
ConfigurationMode = "ApplyAndAutocorrect"
ConfigurationModeFrequencyMins = "15"
RefreshMode = "PULL"
RefreshFrequencyMins = "30"
}
}
}
}