Get-WheaMemoryPolicy

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

Syntax

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

Examples

Example: 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

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

Parameters

-ComputerName

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.

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