Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active December 19, 2015 13:47
Show Gist options
  • Save guitarrapc/09847418b3d904dcebb3 to your computer and use it in GitHub Desktop.
Save guitarrapc/09847418b3d904dcebb3 to your computer and use it in GitHub Desktop.
[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