12 lines
314 B
PowerShell
12 lines
314 B
PowerShell
@{
|
|
Resources = @{
|
|
NonNodeData = @{
|
|
LocalConfigurationManager = @{
|
|
ConfigurationMode = "ApplyAndAutocorrect"
|
|
ConfigurationModeFrequencyMins = "15"
|
|
RefreshMode = "PULL"
|
|
RefreshFrequencyMins = "30"
|
|
}
|
|
}
|
|
}
|
|
} |