@@ -27,9 +27,10 @@ deduplication savings information. This cmdlet returns a **DeduplicationStatus**
2727access to cached metadata use ` Get-DedupStatus ` . When this cmdlet is run on multiple volumes with
2828one cmdlet call, the analysis for each volume is done serially.
2929
30- Note: On large volumes this cmdlet can run for several minutes and will always perform a rescan
31- after the initial scan. The default behavior is to wait for completion, regardless of the length of
32- time required to run the scan and rescan.
30+ > [ !NOTE]
31+ > On large volumes this cmdlet can run for several minutes and will always perform a rescan after
32+ > the initial scan. The default behavior is to wait for completion, regardless of the length of
33+ > time required to run the scan and rescan.
3334
3435To run this cmdlet, you must start Windows PowerShell® with the ** Run as administrator** option.
3536
@@ -149,7 +150,7 @@ Accept wildcard characters: False
149150
150151Specifies one or more file system volumes for which to scan and compute fresh data deduplication
151152savings information. Enter one or more volume IDs, drive letters, or volume GUID paths. For drive
152- letters, use the format `D:`. For volume GUID paths, use the format `\\\\ ?\Volume{{GUID}}\`.
153+ letters, use the format `D:`. For volume GUID paths, use the format `\\?\Volume{{GUID}}\`.
153154Separate multiple volumes with a comma.
154155
155156` ` ` yaml
@@ -179,7 +180,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
179180
180181# ## Microsoft.Management.Infrastructure.CimInstance
181182
182- The ` Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays
183+ The ** Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
183184Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
184185namespace and class name for the underlying WMI object.
185186
0 commit comments