Get-WheaMemoryPolicy

Get-WheaMemoryPolicy

Retrieves the Windows Hardware Error Architecture (WHEA) memory policies in effect on a local or remote computer.

Sintaxis

Parameter Set: Default
Get-WheaMemoryPolicy [-ComputerName <String> ] [ <CommonParameters>]

Parámetros

-ComputerName<String>

Name of the remote computer from which to retrieve policy information. If no computer name is specified, the command returns the policy of the local computer. You can use cn as an alias for ComputerName.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<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.

Ejemplos

Example: Get the WHEA memory policy settings from the local computer

Return WHEA memory policy values from the local computer, as a WheaMemoryPolicy object.

PS C:\> Get-WHEAMemoryPolicy