Skip to content

Instantly share code, notes, and snippets.

@divgo
Created January 21, 2018 17:30
Show Gist options
  • Save divgo/665373e2bbbb29b8b5a4dd32eb318856 to your computer and use it in GitHub Desktop.
Save divgo/665373e2bbbb29b8b5a4dd32eb318856 to your computer and use it in GitHub Desktop.
# Arguments;
# 0 - Registration Key : String
# 1 - Registration URL : String
# 2 - Azure Automation DSC Node Configuration : String - Optional
.\DscMetaConfigs.ps1 $args[0] $args[1] $args[2]
Set-DscLocalConfigurationManager -Path ./DscMetaConfigs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment