|
73 | 73 | <command:parameterValue required="false" variableLength="false">Int32</command:parameterValue>
|
74 | 74 | <dev:defaultValue/>
|
75 | 75 | </command:parameter>
|
| 76 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases=""> |
| 77 | + <maml:name>InitialSessionState</maml:name> |
| 78 | + <maml:description> |
| 79 | + <maml:para>The session state used by the runspaces when invoking ScriptBlock. This provides the functions, variables, drives, etc available to the ScriptBlock. |
| 80 | + |
| 81 | +By default, InitialSessionState.Create2() is used and the functions and variables from the current scope is then imported. |
| 82 | + </maml:para> |
| 83 | + </maml:description> |
| 84 | + <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue> |
| 85 | + <dev:defaultValue> |
| 86 | + </dev:defaultValue> |
| 87 | + </command:parameter> |
76 | 88 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="">
|
77 | 89 | <maml:name>InputObject</maml:name>
|
78 | 90 | <maml:description>
|
|
95 | 107 | <dev:defaultValue>
|
96 | 108 | </dev:defaultValue>
|
97 | 109 | </command:parameter>
|
| 110 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases=""> |
| 111 | + <maml:name>InitialSessionState</maml:name> |
| 112 | + <maml:description> |
| 113 | + <maml:para>The session state used by the runspaces when invoking ScriptBlock. This provides the functions, variables, drives, etc available to the ScriptBlock. |
| 114 | + |
| 115 | +By default, InitialSessionState.Create2() is used and the functions and variables from the current scope is then imported.</maml:para> |
| 116 | + </maml:description> |
| 117 | + <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue> |
| 118 | + <dev:defaultValue> |
| 119 | + </dev:defaultValue> |
| 120 | + </command:parameter> |
98 | 121 | <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="">
|
99 | 122 | <maml:name>ThrottleLimit</maml:name>
|
100 | 123 | <maml:description>
|
|
189 | 212 | </dev:type>
|
190 | 213 | <dev:defaultValue/>
|
191 | 214 | </command:parameter>
|
| 215 | + <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="0" aliases=""> |
| 216 | + <maml:name>InitialSessionState</maml:name> |
| 217 | + <maml:description> |
| 218 | + <maml:para>The session state used by the runspaces when invoking ScriptBlock. This provides the functions, variables, drives, etc available to the ScriptBlock. |
| 219 | +By default, InitialSessionState.Create2() is used and the functions and variables from the current scope is then imported. |
| 220 | + </maml:para> |
| 221 | + </maml:description> |
| 222 | + <command:parameterValue required="true" variableLength="false">InitialSessionState</command:parameterValue> |
| 223 | + <dev:defaultValue> |
| 224 | + </dev:defaultValue> |
| 225 | + </command:parameter> |
192 | 226 | <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="">
|
193 | 227 | <maml:name>InputObject</maml:name>
|
194 | 228 | <maml:description>
|
|
0 commit comments