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 **Disable-DedupVolume** cmdlet disables further data deduplication activity on one or more volumes.
25
-
After you disable data deduplication, the volume remains in a deduplicated state and the existing deduplicated data is accessible.
26
-
The server stops running data deduplication jobs for the volume and new data is not deduplicated.
27
-
To undo data deduplication on a volume, use the **Start-DedupJob** cmdlet and specify Unoptimization for the *Type* parameter.
28
24
29
-
After you disable data deduplication on a volume, you can perform all read-only deduplication cmdlet operations on the volume.
30
-
For example, you can use the **Get-DedupStatus** cmdlet to get deduplication status for a volume that has data deduplication metadata.
31
-
After you disable data deduplication on a volume, you cannot use the data deduplication job-related cmdlets and the **Update-DedupStatus** cmdlet to perform operations on the volume.
32
-
For example, you cannot use **Start-DedupJob** to start a data deduplication job for a volume on which you have disabled data deduplication.
25
+
The `Disable-DedupVolume` cmdlet disables further data deduplication activity on one or more
26
+
volumes. After you disable data deduplication, the volume remains in a deduplicated state and the
27
+
existing deduplicated data is accessible. The server stops running data deduplication jobs for the
28
+
volume and new data is not deduplicated. To undo data deduplication on a volume, use the
29
+
`Start-DedupJob` cmdlet and specify `Unoptimization` for the **Type** parameter.
30
+
31
+
After you disable data deduplication on a volume, you can perform all read-only deduplication cmdlet
32
+
operations on the volume. For example, you can use the `Get-DedupStatus` cmdlet to get deduplication
33
+
status for a volume that has data deduplication metadata. After you disable data deduplication on a
34
+
volume, you cannot use the data deduplication job-related cmdlets and the `Update-DedupStatus`
35
+
cmdlet to perform operations on the volume. For example, you cannot use `Start-DedupJob` to start a
36
+
data deduplication job for a volume on which you have disabled data deduplication.
33
37
34
38
## EXAMPLES
35
39
36
40
### Example 1: Disable data deduplication on volumes
This command suspends I/O activity for data deduplication on the specified volume.
56
-
Effectively, this command causes the data deduplication file system mini-filter to detach from the specified volume.
57
-
After this command completes, I/O to data deduplication files fails with an ERROR_INVALID_FUNCTION error until either the `Enable-DedupVolume -DataAccess` command runs, or the server restarts.
63
+
This command suspends I/O activity for data deduplication on the specified volume. Effectively, this
64
+
command causes the data deduplication file system mini-filter to detach from the specified volume.
65
+
After this command completes, I/O to data deduplication files fails with an `ERROR_INVALID_FUNCTION`
66
+
error until either the `Enable-DedupVolume -DataAccess` command runs, or the server restarts.
58
67
59
68
## PARAMETERS
60
69
61
70
### -AsJob
62
-
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
63
71
64
-
The cmdlet immediately returns an object that represents the job and then displays the command prompt.
65
-
You can continue to work in the session while the job completes.
66
-
To manage the job, use the `*-Job` cmdlets.
67
-
To get the job results, use the [Receive-Job](https://go.microsoft.com/fwlink/?LinkID=113372) cmdlet.
72
+
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to
73
+
complete.
68
74
69
-
For more information about Windows PowerShell background jobs, see [about_Jobs](https://go.microsoft.com/fwlink/?LinkID=113251).
75
+
The cmdlet immediately returns an object that represents the job and then displays the command
76
+
prompt. You can continue to work in the session while the job completes. To manage the job, use the
Runs the cmdlet in a remote session or on a remote computer.
85
-
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.
86
-
The default is the current session on the local computer.
96
+
97
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
98
+
object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
99
+
[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.
117
-
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.
118
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
131
+
132
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
133
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
134
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
135
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
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).
169
+
170
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments