Get-Whea Memory Policy

Gets the WHEA memory policies for a computer.

Syntax

Get-WheaMemoryPolicy
   [-ComputerName <String>]
   [<CommonParameters>]

Description

The Get-WheaMemoryPolicy cmdlet gets the Windows Hardware Error Architecture (WHEA) memory policies in effect on a local or remote computer.

Examples

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

PS C:\> Get-WHEAMemoryPolicy
DisableOffline : False
DisablePFA : False
PersistMemoryOffline : True
PFAPageCount : 64
PFAErrorThreshold : 16
PFATimeOut : 86400

This command gets WHEA memory policy values from the local computer as a WheaMemoryPolicy object.

Optional Parameters

-ComputerName

Specifies the name of the remote computer from which to retrieve policy information. If you do not specify a computer name, the command returns the policy of the local computer. The alias for ComputerName is cn.

Type: String
Aliases: CN
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Outputs

WheaMemoryPolicy