PowerShell Logo Small

Get-WheaMemoryPolicy



This is the built-in help made by Microsoft for the command 'Get-WheaMemoryPolicy', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION






<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=287612

REMARKS

<

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.