Created
October 19, 2015 17:51
-
-
Save trondhindenes/89940345aa8670c30217 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Login-AzureRmAccount -Credential $Creds | |
$Params = @{"Param1" = "Value1";"Param2" = "Value2"} | |
$job = Start-AzureRmAutomationRunbook -Name $Name -ResourceGroupName $ResourceGroupName -AutomationAccountName $AutomationAccountName -Parameters @params | |
Error: | |
"Start-AzureRmAutomationRunbook : Missing an argument for parameter 'Parameters'. Specify a parameter of type 'System.Collections.I | |
Dictionary' and try again." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment