You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Get-DedupVolume** cmdlet returns a **DeduplicationVolume** object for each volume that has data deduplication metadata, in either the enabled or disabled state.
32
-
In a cluster, this cmdlet returns a **DeduplicationVolume** object only for volumes currently mounted by the managed node, whether the volumes are local or clustered volumes.
33
+
34
+
The `Get-DedupVolume` cmdlet returns a **DeduplicationVolume** object for each volume that has data
35
+
deduplication metadata, in either the enabled or disabled state. In a cluster, this cmdlet returns a
36
+
**DeduplicationVolume** object only for volumes currently mounted by the managed node, whether the
37
+
volumes are local or clustered volumes.
33
38
34
39
To run this cmdlet, you must start Windows PowerShell® with the **Run as administrator** option.
35
40
36
41
## EXAMPLES
37
42
38
43
### Example 1: Get settings for a volume identified by letter
39
-
```
40
-
PS C:\> Get-DedupVolume -Volume "E:"
44
+
45
+
```powershell
46
+
Get-DedupVolume -Volume "E:"
41
47
```
42
48
43
-
This command returns the data deduplication settings for volume E:.
49
+
This command returns the data deduplication settings for volume `E:`.
44
50
45
51
### Example 2: Get settings for a volume specified by ID
Runs the cmdlet in a remote session or on a remote computer.
78
-
Enter a computer name or a session object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
79
-
The default is the current session on the local computer.
87
+
88
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
89
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
90
+
[Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
95
-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
96
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
106
+
107
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
108
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
109
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
110
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
Specifies one or more file system volumes for which to return data deduplication metadata, or in the case of a cluster, volumes with data deduplication metadata currently mounted by the managed node.
112
-
Enter one or more volume IDs, drive letters, or volume GUID paths.
113
-
For drive letters, use the format D:.
114
-
For volume GUID paths, use the format \\\\?\Volume{{GUID}}\.
115
-
Separate multiple volumes with a comma.
126
+
127
+
Specifies one or more file system volumes for which to return data deduplication metadata, or in the
128
+
case of a cluster, volumes with data deduplication metadata currently mounted by the managed node.
129
+
Enter one or more volume IDs, drive letters, or volume GUID paths. For drive letters, use the format
130
+
`D:`. For volume GUID paths, use the format `\\?\Volume{{GUID}}\`. Separate multiple volumes with
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
163
+
164
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments