From 3f08ba4add34e8ea492f2f537963855ffec8deaa Mon Sep 17 00:00:00 2001 From: "Steve DiAcetis (MSFT)" <52939067+SteveDiAcetis@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:49:22 -0700 Subject: [PATCH] Update Get-WindowsReservedStorageState.md Fixing example, it fails with -Online. --- docset/winserver2022-ps/dism/Get-WindowsReservedStorageState.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/dism/Get-WindowsReservedStorageState.md b/docset/winserver2022-ps/dism/Get-WindowsReservedStorageState.md index ed7c3ff534..d993d4eec0 100644 --- a/docset/winserver2022-ps/dism/Get-WindowsReservedStorageState.md +++ b/docset/winserver2022-ps/dism/Get-WindowsReservedStorageState.md @@ -24,7 +24,7 @@ Gets the current state of reserved storage. This command is supported with the o ### Example 1 ```powershell -PS C:\> Get-WindowsReservedStorageState -Online +PS C:\> Get-WindowsReservedStorageState ``` This command gets the Windows reserved storage state on the local host.