@@ -4,22 +4,14 @@ Invoke-PipeScript
4
4
5
5
6
6
7
-
8
-
9
-
10
-
11
7
### Synopsis
12
8
Invokes PipeScript or PowerShell ScriptBlocks, commands, and syntax.
13
9
14
10
15
11
16
-
17
-
18
12
---
19
13
20
14
21
-
22
-
23
15
### Description
24
16
25
17
Runs PipeScript.
@@ -40,27 +32,19 @@ Invoke-PipeScript can also use a number of Abstract Syntax Tree elements as comm
40
32
41
33
42
34
43
-
44
-
45
35
---
46
36
47
37
48
-
49
-
50
38
### Related Links
51
39
* [ Update-PipeScript] ( Update-PipeScript.md )
52
40
53
41
54
42
55
43
56
44
57
-
58
-
59
45
---
60
46
61
47
62
-
63
-
64
48
### Parameters
65
49
#### ** InputObject**
66
50
@@ -72,9 +56,6 @@ If no -Command is provided and -InputObject is a [ScriptBlock]
72
56
73
57
74
58
75
- | Type | Required| Position| PipelineInput |
76
- | ------------| --------| --------| --------------|
77
- | ` [PSObject] ` | false | named | true (ByValue)|
78
59
| Type | Required| Position| PipelineInput |
79
60
| ------------| --------| --------| --------------|
80
61
| ` [PSObject] ` | false | named | true (ByValue)|
@@ -90,9 +71,6 @@ The Command that will be run.
90
71
91
72
92
73
93
- | Type | Required| Position| PipelineInput| Aliases |
94
- | ------------| --------| --------| -------------| --------------------------------------------------------------------------------------|
95
- | ` [PSObject] ` | false | 1 | false | ScriptBlock<br />CommandName<br />CommandInfo<br />AttributeSyntaxTree<br />TypeConstraint|
96
74
| Type | Required| Position| PipelineInput| Aliases |
97
75
| ------------| --------| --------| -------------| --------------------------------------------------------------------------------------|
98
76
| ` [PSObject] ` | false | 1 | false | ScriptBlock<br />CommandName<br />CommandInfo<br />AttributeSyntaxTree<br />TypeConstraint|
@@ -108,9 +86,6 @@ A collection of named parameters. These will be directly passed to the underlyi
108
86
109
87
110
88
111
- | Type | Required| Position| PipelineInput| Aliases |
112
- | ---------------| --------| --------| -------------| ----------|
113
- | ` [IDictionary] ` | false | named | false | Parameters|
114
89
| Type | Required| Position| PipelineInput| Aliases |
115
90
| ---------------| --------| --------| -------------| ----------|
116
91
| ` [IDictionary] ` | false | named | false | Parameters|
@@ -160,11 +135,6 @@ If this is set, will make ScriptBlockAst values will be run within data language
160
135
161
136
162
137
163
-
164
-
165
- | Type | Required| Position| PipelineInput|
166
- | ----------| --------| --------| -------------|
167
- | ` [Switch] ` | false | named | false |
168
138
| Type | Required| Position| PipelineInput|
169
139
| ----------| --------| --------| -------------|
170
140
| ` [Switch] ` | false | named | false |
@@ -176,8 +146,6 @@ If this is set, will make ScriptBlockAst values will be run within data language
176
146
---
177
147
178
148
179
-
180
-
181
149
### Syntax
182
150
``` PowerShell
183
151
Invoke-PipeScript [-InputObject <PSObject>] [[-Command] <PSObject>] [-Parameter <IDictionary>] [-ArgumentList <PSObject[]>] [-OutputPath <String>] [-SafeScriptBlockAttributeEvaluation] [<CommonParameters>]
0 commit comments