Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 18, 2015 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/898b2f4910dc31d21149 to your computer and use it in GitHub Desktop.
Save guitarrapc/898b2f4910dc31d21149 to your computer and use it in GitHub Desktop.
[DscLocalConfigurationManager()]
Configuration SampleMetaConfig
{
Settings
{
RefreshMode = "Push";
RebootNodeIfNeeded = $true;
}
ResourceRepositoryWeb Resources
{
ServerURL = “https://ResourceServer:8080/psdscpullserver.svc”
RegistrationKey = "aaaf952b-b9d6-406b-b416-e0f759c6e000"
}
ReportServerWeb Reports
{
ServerURL = “https://ReportServer:8080/psdscpullserver.svc”
RegistrationKey = "fefe592b-b9d6-046b-b146-e0f759c0c0c0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment