Created
January 21, 2018 17:30
-
-
Save divgo/665373e2bbbb29b8b5a4dd32eb318856 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
# 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