Skip to content

Commit 2b4d35e

Browse files
Apply suggestions from review
1 parent 0dfd888 commit 2b4d35e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ deduplication savings information. This cmdlet returns a **DeduplicationStatus**
2727
access to cached metadata use `Get-DedupStatus`. When this cmdlet is run on multiple volumes with
2828
one 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
3435
To run this cmdlet, you must start Windows PowerShell® with the **Run as administrator** option.
3536

@@ -149,7 +150,7 @@ Accept wildcard characters: False
149150

150151
Specifies one or more file system volumes for which to scan and compute fresh data deduplication
151152
savings 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}}\`.
153154
Separate 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
183184
Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
184185
namespace and class name for the underlying WMI object.
185186

0 commit comments

Comments
 (0)