Skip to content

Commit b9e9bcd

Browse files
Apply suggestions from review
1 parent 3fb52a1 commit b9e9bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docset/winserver2022-ps/deduplication/Get-DedupStatus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Accept wildcard characters: False
109109

110110
Specifies one or more file system volumes for which to return a DeduplicationStatus object. Enter
111111
one or more volume IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`.
112-
For volume GUID paths, use the format `\\\\?\Volume{{GUID}}\`. Separate multiple volumes with a
112+
For volume GUID paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with a
113113
comma.
114114

115115
```yaml
@@ -139,13 +139,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
139139

140140
### Microsoft.Management.Infrastructure.CimInstance
141141

142-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays
142+
The **Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
143143
Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
144144
namespace and class name for the underlying WMI object.
145145

146146
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Deduplication/MSFT_DedupVolumeStatus
147147

148-
The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays
148+
The **Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
149149
Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
150150
namespace and class name for the underlying WMI object.
151151

0 commit comments

Comments
 (0)