Skip to content

Commit aa6dfd8

Browse files
Apply suggestions from review
1 parent 4c3453e commit aa6dfd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

132132
Specifies one or more file system volumes for which to return **DeduplicationJob** objects. Enter
133133
one or more volume IDs, drive letters, or volume GUID paths. For drive letters, use the format `D:`.
134-
For volume GUID paths, use the format `\\\\?\Volume{{GUID}}\`. Separate multiple volumes with a
134+
For volume GUID paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with a
135135
comma.
136136

137137
```yaml
@@ -163,13 +163,13 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
163163

164164
### Microsoft.Management.Infrastructure.CimInstance
165165

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

170170
### Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Deduplication/MSFT_DedupJob
171171

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

0 commit comments

Comments
 (0)