@@ -16,45 +16,52 @@ Deletes a deduplication schedule.
16
16
## SYNTAX
17
17
18
18
### Query (cdxml) (Default)
19
+
19
20
```
20
- Remove-DedupSchedule [-Name] <String[]> [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob]
21
- [-PassThru] [<CommonParameters>]
21
+ Remove-DedupSchedule [-Name] <String[]> [-CimSession <CimSession[]>]
22
+ [-ThrottleLimit <Int32>] [-AsJob] [- PassThru] [<CommonParameters>]
22
23
```
23
24
24
25
### InputObject (cdxml)
26
+
25
27
```
26
- Remove-DedupSchedule -InputObject <CimInstance[]> [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>]
27
- [-AsJob] [-PassThru] [<CommonParameters>]
28
+ Remove-DedupSchedule -InputObject <CimInstance[]> [-CimSession <CimSession[]>]
29
+ [-ThrottleLimit <Int32>] [- AsJob] [-PassThru] [<CommonParameters>]
28
30
```
29
31
30
32
## DESCRIPTION
31
- The ** Remove-DedupSchedule** cmdlet deletes the specified ** DeduplicationSchedule** object.
33
+
34
+ The ` Remove-DedupSchedule ` cmdlet deletes the specified ** DeduplicationSchedule** object.
32
35
33
36
To run this cmdlet, you must start Windows PowerShell® with the ** Run as administrator** option.
34
37
35
38
## EXAMPLES
36
39
37
40
### Example 1: Delete a schedule
38
- ```
39
- PS C:\> Remove-DedupSchedule -Name "MyDailyOptimization"
41
+
42
+ ``` powershell
43
+ Remove-DedupSchedule -Name "MyDailyOptimization"
40
44
```
41
45
42
- This command deletes the ** DeduplicationJobSchedule** object named MyDailyOptimization.
46
+ This command deletes the ** DeduplicationJobSchedule** object named ` MyDailyOptimization ` .
43
47
44
48
## PARAMETERS
45
49
46
50
### -AsJob
47
- Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.
48
51
49
- The cmdlet immediately returns an object that represents the job and then displays the command prompt.
50
- You can continue to work in the session while the job completes.
51
- To manage the job, use the ` *-Job ` cmdlets.
52
- To get the job results, use the [ Receive-Job] ( https://go.microsoft.com/fwlink/?LinkID=113372 ) cmdlet.
52
+ Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to
53
+ complete.
54
+
55
+ The cmdlet immediately returns an object that represents the job and then displays the command
56
+ prompt. You can continue to work in the session while the job completes. To manage the job, use the
57
+ ` *-Job ` cmdlets. To get the job results, use the
58
+ [ Receive-Job] ( https://go.microsoft.com/fwlink/?LinkID=113372 ) cmdlet.
53
59
54
- For more information about Windows PowerShell background jobs, see [ about_Jobs] ( https://go.microsoft.com/fwlink/?LinkID=113251 ) .
60
+ For more information about Windows PowerShell background jobs, see
61
+ [ about_Jobs] ( https://go.microsoft.com/fwlink/?LinkID=113251 ) .
55
62
56
63
``` yaml
57
- Type : SwitchParameter
64
+ Type : System.Management.Automation. SwitchParameter
58
65
Parameter Sets : (All)
59
66
Aliases :
60
67
@@ -66,12 +73,14 @@ Accept wildcard characters: False
66
73
` ` `
67
74
68
75
### -CimSession
69
- Runs the cmdlet in a remote session or on a remote computer.
70
- 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.
71
- The default is the current session on the local computer.
76
+
77
+ Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
78
+ object, such as the output of a [New-CimSession](/powershell/module/cimcmdlets/new-cimsession) or
79
+ [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
80
+ current session on the local computer.
72
81
73
82
` ` ` yaml
74
- Type : CimSession[]
83
+ Type : Microsoft.Management.Infrastructure. CimSession[]
75
84
Parameter Sets : (All)
76
85
Aliases : Session
77
86
@@ -83,11 +92,12 @@ Accept wildcard characters: False
83
92
` ` `
84
93
85
94
### -InputObject
86
- Specifies the input to this cmdlet.
87
- You can use this parameter, or you can pipe the input to this cmdlet.
95
+
96
+ Specifies the input to this cmdlet. You can use this parameter, or you can pipe the input to this
97
+ cmdlet.
88
98
89
99
` ` ` yaml
90
- Type : CimInstance[]
100
+ Type : Microsoft.Management.Infrastructure. CimInstance[]
91
101
Parameter Sets : InputObject (cdxml)
92
102
Aliases :
93
103
@@ -99,10 +109,11 @@ Accept wildcard characters: False
99
109
` ` `
100
110
101
111
### -Name
112
+
102
113
Specifies the friendly name of one or more data deduplication job schedules to remove.
103
114
104
115
` ` ` yaml
105
- Type : String[]
116
+ Type : System. String[]
106
117
Parameter Sets : Query (cdxml)
107
118
Aliases :
108
119
@@ -114,10 +125,11 @@ Accept wildcard characters: False
114
125
` ` `
115
126
116
127
### -PassThru
128
+
117
129
Returns an object representing data deduplication settings to remove.
118
130
119
131
` ` ` yaml
120
- Type : SwitchParameter
132
+ Type : System.Management.Automation. SwitchParameter
121
133
Parameter Sets : (All)
122
134
Aliases :
123
135
@@ -129,12 +141,15 @@ Accept wildcard characters: False
129
141
` ` `
130
142
131
143
### -ThrottleLimit
132
- Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
133
- 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.
134
- The throttle limit applies only to the current cmdlet, not to the session or to the computer.
144
+
145
+ Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
146
+ this parameter is omitted or a value of ` 0` is entered, then Windows PowerShell® calculates an
147
+ optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
148
+ computer. The throttle limit applies only to the current cmdlet, not to the session or to the
149
+ computer.
135
150
136
151
` ` ` yaml
137
- Type: Int32
152
+ Type: System. Int32
138
153
Parameter Sets: (All)
139
154
Aliases:
140
155
@@ -146,25 +161,35 @@ Accept wildcard characters: False
146
161
` ` `
147
162
148
163
# ## CommonParameters
149
- 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).
164
+
165
+ This cmdlet supports the common parameters : -Debug, -ErrorAction, -ErrorVariable,
166
+ -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
167
+ -WarningAction, and -WarningVariable. For more information, see
168
+ [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
150
169
151
170
# # INPUTS
152
171
153
172
# ## System.String[]
154
173
155
174
# ## Microsoft.Management.Infrastructure.CimInstance
156
- The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
157
- The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
175
+
176
+ The **Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
177
+ Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
178
+ namespace and class name for the underlying WMI object.
158
179
159
180
# # OUTPUTS
160
181
161
182
# ## Microsoft.Management.Infrastructure.CimInstance
162
- The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
163
- The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
183
+
184
+ The **Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
185
+ Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
186
+ namespace and class name for the underlying WMI object.
164
187
165
188
# ## Microsoft.Management.Infrastructure.CimInstance#ROOT/Microsoft/Windows/Deduplication/MSFT_DedupJobSchedule
166
- The `Microsoft.Management.Infrastructure.CimInstance` object is a wrapper class that displays Windows Management Instrumentation (WMI) objects.
167
- The path after the pound sign (`#`) provides the namespace and class name for the underlying WMI object.
189
+
190
+ The **Microsoft.Management.Infrastructure.CimInstance** object is a wrapper class that displays
191
+ Windows Management Instrumentation (WMI) objects. The path after the pound sign (`#`) provides the
192
+ namespace and class name for the underlying WMI object.
168
193
169
194
# # NOTES
170
195
0 commit comments