Get-HcsWuaVersion

Get-HcsWuaVersion

Gets the version of the Windows Update Agent.

Sintaxis

Get-HcsWuaVersion [ <CommonParameters>]

Descripción detallada

The Get-HcsWuaVersion cmdlet gets the version of the Windows Update Agent for StorSimple controllers.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.HCS.Management.Patching.HcsWuaVersion

    The HcsWuaVersion object has the following properties:

    -- string Controller 0 Version
    -- string Controller 1 Version

Ejemplos

Example 1: Get the version of the Windows Update Agent

This command gets the version of the Windows Update Agent.

PS C:\> Get-HcsWuaVersion

Temas relacionados

Get-HcsUpdateAvailability

Get-HcsUpdateStatus

Start-HcsUpdate