Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Set-WheaMemoryPolicy.md #3642

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docset/winserver2022-ps/whea/Set-WheaMemoryPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ PS C:\> $X | Set-WheaMemoryPolicy

This command gets the memory policy in the variable $X, sets the value of X. DisableOffline to True, and then uses $X to set the memory policy.

### Example 4: Set WHEA memory policy with all parameters
```
PS C:\> Set-WHEAMemoryPolicy -ComputerName Laptop-X542UQ -DisableOffline $False -DisablePFA $False -PersistMemoryOffline $False -PFAPageCount 12000 -PFAErrorThreshold 16 -PFATimeout 86400
```
This command sets all policies without the persistent memory device.

## PARAMETERS

### -ComputerName
Expand Down