From 530c750c317d7864c0378b7d948bd4413958a35c Mon Sep 17 00:00:00 2001 From: Meghan Stewart <33289333+mestew@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:01:36 -0800 Subject: [PATCH] get-windowsreservedstoragestate-update related to #3831 --- .../winserver2025-ps/dism/Get-WindowsReservedStorageState.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2025-ps/dism/Get-WindowsReservedStorageState.md b/docset/winserver2025-ps/dism/Get-WindowsReservedStorageState.md index 125d35a635..367729ba9b 100644 --- a/docset/winserver2025-ps/dism/Get-WindowsReservedStorageState.md +++ b/docset/winserver2025-ps/dism/Get-WindowsReservedStorageState.md @@ -18,13 +18,13 @@ Get-WindowsReservedStorageState [-LogPath ] [-ScratchDirectory ] ``` ## DESCRIPTION -Gets the current state of reserved storage. This command is supported with the online Windows image. +Gets the current state of reserved storage. This command is only supported with the online Windows image. ## EXAMPLES ### Example 1 ```powershell -PS C:\> Get-WindowsReservedStorageState -Online +PS C:\> Get-WindowsReservedStorageState ``` This command gets the Windows reserved storage state on the local host.