12 lines
308 B
PowerShell
12 lines
308 B
PowerShell
@{
|
|
Resources = @{
|
|
NonNodeData = @{
|
|
LocalConfigurationManager = @{
|
|
ConfigurationMode = "ApplyOnly"
|
|
ConfigurationModeFrequencyMins = "120"
|
|
RefreshMode = "PUSH"
|
|
RefreshFrequencyMins = "30"
|
|
}
|
|
}
|
|
}
|
|
} |