From a6d9b91b2d3818f4aafc6c50a6c2cc7ac92264f4 Mon Sep 17 00:00:00 2001 From: Terry Warwick Date: Thu, 20 Jun 2024 22:29:39 -0700 Subject: [PATCH] Update Get-WindowsReservedStorageState.md Remove -online parameter on line 27 which causes the command to fail. --- 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.