メイン コンテンツにスキップ
プレビュー

AzureRM.Automation コマンドレット (プレビュー)

公開日: 9月 26, 2018

AzureRM.Automation コマンドレットのプレビュー バージョンをリリースしました。このバージョンには、更新管理およびソース管理の機能の新しいコマンドレットが含まれています。

PowerShell ギャラリーから以前のモジュールを取得できます。

また、次のコマンドを実行して、このモジュールを取得できます。

Install-Module -Name PowerShellGet

このコマンドによって、最新バージョンの PowerShellGet を取得します。-AllowPrerelease パラメーターを利用可能にするために、PowerShell セッションを再起動する必要があります。

最新バージョンの PowerShellGet を入手したら、次のコマンドを実行して、AzureRM.Automation コマンドレットのプレビュー バージョンを取得できます。

Install-Module -Name AzureRM.Automation –AllowPrerelease

新しいコマンドを次に示します。

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 を実行すると、利用可能なコマンドレットの完全な一覧を取得できます。

  • Management
  • SDK and Tools