주 콘텐츠로 건너뛰기
미리 보기

AzureRM.Automation cmdlet 미리 보기

게시된 날짜: 9월 26, 2018

AzureRM.Automation cmdlet의 미리 보기 버전을 출시했습니다. 이 버전에는 업데이트 관리 및 원본 제어 기능에 대한 새로운 cmdlet이 포함되어 있습니다.

PowerShell 갤러리에서 미리 보기 모듈을 가져올 수 있습니다.

다음을 실행하여 이 모듈을 가져올 수도 있습니다.

Install-Module -Name PowerShellGet

이 명령은 PowerShellGet의 최신 버전을 가져옵니다. AllowPrerelease 매개 변수를 사용할 수 있으려면 PowerShell 세션을 다시 시작해야 합니다.

최신 PowerShellGet 버전이 있으면 다음을 실행하여 AzureRM.Automation cmdlet의 미리 보기 버전을 가져올 수 있습니다.

Install-Module -Name AzureRM.Automation –AllowPrerelease

새로운 cmdlet은 다음과 같습니다.

Get-AzureRmAutomationSoftwareUpdateConfiguration
Get-AzureRmAutomationSoftwareUpdateMachineRun
Get-AzureRmAutomationSoftwareUpdateRun
New-AzureRmAutomationSoftwareUpdateConfiguration
Remove-AzureRmAutomationSoftwareUpdateConfiguration

Get-AzureRmAutomationSourceControl
Get-AzureRmAutomationSourceControlSyncJob
Get-AzureRmAutomationSourceControlSyncJobOutput
New-AzureRmAutomationSourceControl
Remove-AzureRmAutomationSourceControl
Start-AzureRmAutomationSourceControlSyncJob
Update-AzureRmAutomationSourceControl

설치 후에 Get-Command -Module AzureRM.Automation을 실행하여 사용 가능한 cmdlet의 전체 목록을 가져올 수 있습니다.

  • Management
  • SDK and Tools