Condividi tramite


Get-HcsUpdateAvailability

Get-HcsUpdateAvailability

Scans for updates.

Sintassi

Parameter Set: Default
Get-HcsUpdateAvailability [-UpdateId <String> ] [ <CommonParameters>]

Descrizione dettagliata

The Get-HcsUpdateAvailability cmdlet scans for updates. The cmdlet tells you which updates are maintenance mode updates and which are normal updates. A maintenance mode update requires maintenance mode.

Parametri

-UpdateId<String>

Specifies an update ID.

Alias

nessuno

Obbligatorio?

false

Posizione?

named

Valore predefinito

nessuno

Accetta input da pipeline?

false

Accetta caratteri jolly?

false

<CommonParameters>

Questo cmdlet supporta i parametri comuni: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Per altre informazioni, vedere   about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Input

Il tipo di input è il tipo degli oggetti che è possibile reindirizzare al cmdlet.

Output

Il tipo di output corrisponde al tipo di oggetti generati dal cmdlet.

  • Microsoft.HCS.Management.Patching.HCSUpdateSearchResults

    The HCSUpdateSearchResults object has the following properties:

    -- RegularUpdates
    -- MaintenanceModeUpdates

Esempi

Example 1: Check for updates

This command checks for available updates for your device.

PS C:\> Get-HcsUpdateAvailability

Argomenti correlati

Get-HcsUpdateStatus

Start-HcsUpdate

Start-HcsHotfix