次の方法で共有


Get-HcsUpdateStatus

Get-HcsUpdateStatus

Gets the current status of updates.

構文

Get-HcsUpdateStatus [ <CommonParameters>]

詳細説明

The Get-HcsUpdateStatus cmdlet gets the current status of updates. The cmdlet provides the timestamp of the last update, indicates whether any updates are in progress, and provides any errors that occurred after the last successful update.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.HCS.Management.Patching.HcsUpdateStatus

    The HcsUpdateStatus object has the following properties:

    -- RunInprogress
    -- DateTime LastHotfixTimestamp
    -- DateTime LastUpdateTimestamp
    -- IEnumerable<HcsUpdateEvent> Controller0Events
    -- IEnumerable<HcsUpdateEvent> Controller1Events

Example 1: Get status of updates

This command gets the current status of updates on your device.

PS C:\> Get-HcsUpdateStatus

関連トピック

Get-HcsUpdateAvailability

Start-HcsUpdate

Start-HcsHotfix