Maintained with ☕️ by
IcePanel logo
Microsoft Azure logo
Original post

Preview of AzureRM.Automation cmdlets

Share

Services

We have released a preview version of the AzureRM.Automation cmdlets. This version contains new cmdlets for the Update Management and Source Control features. You can get the preview modules from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureRM.Automation/6.0.0-preview). You can also get this module by running: `Install-Module -Name PowerShellGet` That command gets the latest version of PowerShellGet. You will need to restart the PowerShell session so that the -AllowPrerelease parameter is available. After you have the latest version of PowerShellGet, you can obtain the preview version of the AzureRM.Automation cmdlets by running: `Install-Module -Name AzureRM.Automation –AllowPrerelease` The new cmdlets include: Get-AzureRmAutomationSoftwareUpdateConfiguration Get-AzureRmAutomationSoftwareUpdateMachineRun Get-AzureRmAutomationSoftwareUpdateRun New-AzureRmAutomationSoftwareUpdateConfiguration Remove-AzureRmAutomationSoftwareUpdateConfiguration Get-AzureRmAutomationSourceControl Get-AzureRmAutomationSourceControlSyncJob Get-AzureRmAutomationSourceControlSyncJobOutput New-AzureRmAutomationSourceControl Remove-AzureRmAutomationSourceControl Start-AzureRmAutomationSourceControlSyncJob Update-AzureRmAutomationSourceControl You can get a full list of available cmdlets by running `Get-Command -Module AzureRM.Automation` after installation. * Management * SDK and Tools