Skip to content

Commit e237b6a

Browse files
authored
Merge pull request #3931 from mestew/get-windowsreservedstoragestate-edit
Update Get-WindowsReservedStorageState for 2025
2 parents 75635c2 + 530c750 commit e237b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2025-ps/dism/Get-WindowsReservedStorageState.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Get-WindowsReservedStorageState [-LogPath <String>] [-ScratchDirectory <String>]
1818
```
1919

2020
## DESCRIPTION
21-
Gets the current state of reserved storage. This command is supported with the online Windows image.
21+
Gets the current state of reserved storage. This command is only supported with the online Windows image.
2222

2323
## EXAMPLES
2424

2525
### Example 1
2626
```powershell
27-
PS C:\> Get-WindowsReservedStorageState -Online
27+
PS C:\> Get-WindowsReservedStorageState
2828
```
2929

3030
This command gets the Windows reserved storage state on the local host.

0 commit comments

Comments
 (0)