@@ -4,22 +4,14 @@ Invoke-PipeScript
44
55
66
7-
8-
9-
10-
117### Synopsis
128Invokes PipeScript or PowerShell ScriptBlocks, commands, and syntax.
139
1410
1511
16-
17-
1812---
1913
2014
21-
22-
2315### Description
2416
2517Runs PipeScript.
@@ -40,27 +32,19 @@ Invoke-PipeScript can also use a number of Abstract Syntax Tree elements as comm
4032
4133
4234
43-
44-
4535---
4636
4737
48-
49-
5038### Related Links
5139* [ Update-PipeScript] ( Update-PipeScript.md )
5240
5341
5442
5543
5644
57-
58-
5945---
6046
6147
62-
63-
6448### Parameters
6549#### ** InputObject**
6650
@@ -72,9 +56,6 @@ If no -Command is provided and -InputObject is a [ScriptBlock]
7256
7357
7458
75- | Type | Required| Position| PipelineInput |
76- | ------------| --------| --------| --------------|
77- | ` [PSObject] ` | false | named | true (ByValue)|
7859| Type | Required| Position| PipelineInput |
7960| ------------| --------| --------| --------------|
8061| ` [PSObject] ` | false | named | true (ByValue)|
@@ -90,9 +71,6 @@ The Command that will be run.
9071
9172
9273
93- | Type | Required| Position| PipelineInput| Aliases |
94- | ------------| --------| --------| -------------| --------------------------------------------------------------------------------------|
95- | ` [PSObject] ` | false | 1 | false | ScriptBlock<br />CommandName<br />CommandInfo<br />AttributeSyntaxTree<br />TypeConstraint|
9674| Type | Required| Position| PipelineInput| Aliases |
9775| ------------| --------| --------| -------------| --------------------------------------------------------------------------------------|
9876| ` [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
10886
10987
11088
111- | Type | Required| Position| PipelineInput| Aliases |
112- | ---------------| --------| --------| -------------| ----------|
113- | ` [IDictionary] ` | false | named | false | Parameters|
11489| Type | Required| Position| PipelineInput| Aliases |
11590| ---------------| --------| --------| -------------| ----------|
11691| ` [IDictionary] ` | false | named | false | Parameters|
@@ -160,11 +135,6 @@ If this is set, will make ScriptBlockAst values will be run within data language
160135
161136
162137
163-
164-
165- | Type | Required| Position| PipelineInput|
166- | ----------| --------| --------| -------------|
167- | ` [Switch] ` | false | named | false |
168138| Type | Required| Position| PipelineInput|
169139| ----------| --------| --------| -------------|
170140| ` [Switch] ` | false | named | false |
@@ -176,8 +146,6 @@ If this is set, will make ScriptBlockAst values will be run within data language
176146---
177147
178148
179-
180-
181149### Syntax
182150``` PowerShell
183151Invoke-PipeScript [-InputObject <PSObject>] [[-Command] <PSObject>] [-Parameter <IDictionary>] [-ArgumentList <PSObject[]>] [-OutputPath <String>] [-SafeScriptBlockAttributeEvaluation] [<CommonParameters>]
0 commit comments