Last active
December 19, 2015 13:47
-
-
Save guitarrapc/09847418b3d904dcebb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DscLocalConfigurationManager()] | |
Configuration ReportingClientMetaConfig | |
{ | |
Settings | |
{ | |
RefreshFrequencyMins = 30 | |
RefreshMode = "PUSH" | |
ConfigurationModeFrequencyMins = 15 | |
AllowModuleOverwrite = $true | |
} | |
ReportServerWeb ReportManager | |
{ | |
ServerUrL = "http://localhost:8080/PSDSCPullServer/PSDSCPullserver.svc" | |
AllowUnsecureConnection = $true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment