@@ -66,90 +66,6 @@ ogress is being reported.</maml:para>
66
66
<maml : name >ThrottleLimit</maml : name >
67
67
<maml : description >
68
68
<maml : para >Specifies the maximum number of concurrent connections that can be established to run this command. If you omit this
69
- parameter or enter a value of 0, the default value, 16, is used.</maml : para >
70
- </maml : description >
71
- <command : parameterValue required =" false" variableLength =" false" >Int32</command : parameterValue >
72
- </command : parameter >
73
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" imo" >
74
- <maml : name >ImportModule</maml : name >
75
- <maml : description >
76
- <maml : para >Specify the names of the modules to import into the runspaces running the scriptblock to process.</maml : para >
77
- </maml : description >
78
- <command : parameterValue required =" false" variableLength =" false" >String[]</command : parameterValue >
79
- </command : parameter >
80
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" iva" >
81
- <maml : name >ImportVariable</maml : name >
82
- <maml : description >
83
- <maml : para >Specifies the variables to import into the Runspaces running the specified ScriptBlock.
84
-
85
- If not specified, all variables are imported.</maml : para >
86
- </maml : description >
87
- <command : parameterValue required =" false" variableLength =" false" >String[]</command : parameterValue >
88
- </command : parameter >
89
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" ifu" >
90
- <maml : name >ImportFunction</maml : name >
91
- <maml : description >
92
- <maml : para >Specifies the functions to import into the Runspaces running the specified ScriptBlock.
93
-
94
- It this variables isn' t specified, all functions are imported.</maml : para >
95
- </maml : description >
96
- <command : parameterValue required =" false" variableLength =" false" >String[]</command : parameterValue >
97
- </command : parameter >
98
- <command : parameter required =" true" variableLength =" false" globbing =" false" pipelineInput =" True (ByValue)" position =" named" >
99
- <maml : name >InputObject</maml : name >
100
- <maml : description >
101
- <maml : para >Specifies the input objects. Invoke-Parallel runs the script block on each input object in parallel. Enter a variable th
102
- at contains the objects, or type a command or expression that gets the objects.</maml : para >
103
- </maml : description >
104
- <command : parameterValue required =" true" variableLength =" false" >PSObject</command : parameterValue >
105
- </command : parameter >
106
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" " >
107
- <maml : name >NoProgress</maml : name >
108
- <maml : description >
109
- <maml : para >Will not show progress from Invoke-Progress. Progress from the scriptblock will still be displayed.</maml : para >
110
- </maml : description >
111
- <command : parameterValue required =" false" variableLength =" false" >SwitchParameter</command : parameterValue >
112
- <dev : defaultValue >
113
- </dev : defaultValue >
114
- </command : parameter >
115
- </command : syntaxItem >
116
- <command : syntaxItem >
117
- <maml : name >Invoke-Parallel</maml : name >
118
- <command : parameter required =" true" variableLength =" false" globbing =" false" pipelineInput =" false" position =" 0" >
119
- <maml : name >ScriptBlock</maml : name >
120
- <maml : description >
121
- <maml : para >Specifies the operation that is performed on each input object. Enter a script block that describes the operation.</maml : para >
122
- </maml : description >
123
- <command : parameterValue required =" true" variableLength =" false" >ScriptBlock</command : parameterValue >
124
- </command : parameter >
125
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" ppi" >
126
- <maml : name >ParentProgressId</maml : name >
127
- <maml : description >
128
- <maml : para >Identifies the parent activity of the current activity. Use the value -1 if the current activity has no parent activity.</maml : para >
129
- </maml : description >
130
- <command : parameterValue required =" false" variableLength =" false" >Int32</command : parameterValue >
131
- </command : parameter >
132
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" pi" >
133
- <maml : name >ProgressId</maml : name >
134
- <maml : description >
135
- <maml : para >Specifies an ID that distinguishes each progress bar from the others. Use this parameter when you are creating more than
136
- one progress bar in a single command. If the progress bars do not have different IDs, they are superimposed instead of
137
- being displayed in a series.</maml : para >
138
- </maml : description >
139
- <command : parameterValue required =" false" variableLength =" false" >Int32</command : parameterValue >
140
- </command : parameter >
141
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" pa" >
142
- <maml : name >ProgressActivity</maml : name >
143
- <maml : description >
144
- <maml : para >Specifies the first line of progress text in the heading above the status bar. This text describes the activity whose pr
145
- ogress is being reported.</maml : para >
146
- </maml : description >
147
- <command : parameterValue required =" false" variableLength =" false" >String</command : parameterValue >
148
- </command : parameter >
149
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" >
150
- <maml : name >ThrottleLimit</maml : name >
151
- <maml : description >
152
- <maml : para >Specifies the maximum number of concurrent connections that can be established to run this command. If you omit this
153
69
parameter or enter a value of 0, the default value, 16, is used.</maml : para >
154
70
</maml : description >
155
71
<command : parameterValue required =" false" variableLength =" false" >Int32</command : parameterValue >
@@ -178,8 +94,7 @@ at contains the objects, or type a command or expression that gets the objects.<
178
94
<maml : para >Will not show progress from Invoke-Progress. Progress from the scriptblock will still be displayed.</maml : para >
179
95
</maml : description >
180
96
<command : parameterValue required =" false" variableLength =" false" >SwitchParameter</command : parameterValue >
181
- <dev : defaultValue >
182
- </dev : defaultValue >
97
+ <dev : defaultValue />
183
98
</command : parameter >
184
99
</command : syntaxItem >
185
100
</command : syntax >
@@ -249,46 +164,6 @@ parameter or enter a value of 0, the default value, 16, is used.</maml:para>
249
164
</dev : type >
250
165
<dev : defaultValue />
251
166
</command : parameter >
252
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" imo" >
253
- <maml : name >ImportModule</maml : name >
254
- <maml : description >
255
- <maml : para >Specify the names of the modules to import into the runspaces running the scriptblock to process.</maml : para >
256
- </maml : description >
257
- <command : parameterValue required =" false" variableLength =" false" >String[]</command : parameterValue >
258
- <dev : type >
259
- <maml : name >String[]</maml : name >
260
- <maml : uri />
261
- </dev : type >
262
- <dev : defaultValue />
263
- </command : parameter >
264
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" iva" >
265
- <maml : name >ImportVariable</maml : name >
266
- <maml : description >
267
- <maml : para >Specifies the variables to import into the Runspaces running the specified ScriptBlock.
268
-
269
- If not specified, all variables are imported.</maml : para >
270
- </maml : description >
271
- <command : parameterValue required =" false" variableLength =" false" >String[]</command : parameterValue >
272
- <dev : type >
273
- <maml : name >String[]</maml : name >
274
- <maml : uri />
275
- </dev : type >
276
- <dev : defaultValue />
277
- </command : parameter >
278
- <command : parameter required =" false" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" ifu" >
279
- <maml : name >ImportFunction</maml : name >
280
- <maml : description >
281
- <maml : para >Specifies the functions to import into the Runspaces running the specified ScriptBlock.
282
-
283
- It this variables isn' t specified, all functions are imported.</maml : para >
284
- </maml : description >
285
- <command : parameterValue required =" false" variableLength =" false" >String[]</command : parameterValue >
286
- <dev : type >
287
- <maml : name >String[]</maml : name >
288
- <maml : uri />
289
- </dev : type >
290
- <dev : defaultValue />
291
- </command : parameter >
292
167
<command : parameter required =" true" variableLength =" false" globbing =" false" pipelineInput =" True (ByValue)" position =" named" >
293
168
<maml : name >InputObject</maml : name >
294
169
<maml : description >
@@ -312,8 +187,7 @@ at contains the objects, or type a command or expression that gets the objects.<
312
187
<maml : name >SwitchParameter</maml : name >
313
188
<maml : uri />
314
189
</dev : type >
315
- <dev : defaultValue >
316
- </dev : defaultValue >
190
+ <dev : defaultValue />
317
191
</command : parameter >
318
192
<command : parameter required =" true" variableLength =" false" globbing =" false" pipelineInput =" false" position =" named" aliases =" iss" >
319
193
<maml : name >InitialSessionState</maml : name >
0 commit comments