File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ModuleExports
22-------------
3+
4+
5+
6+
37### Synopsis
48Gets Module Exports
59
10+
11+
612---
13+
14+
715### Description
816
917Gets Exported Commands from a module.
1018
19+
20+
1121---
22+
23+
1224### Examples
1325#### EXAMPLE 1
1426``` PowerShell
@@ -19,7 +31,11 @@ Gets Exported Commands from a module.
1931}
2032```
2133
34+
35+
2236---
37+
38+
2339### Parameters
2440#### ** CommandType**
2541
@@ -41,40 +57,40 @@ Valid Values:
4157
4258
4359
44- > ** Type** : ``` [CommandTypes[]] ```
4560
46- > ** Required** : false
4761
48- > ** Position** : 1
4962
50- > ** PipelineInput** : false
63+ | Type | Required| Position| PipelineInput|
64+ | ------------------| --------| --------| -------------|
65+ | ` [CommandTypes[]] ` | false | 1 | false |
5166
5267
5368
54- ---
5569#### ** VariableAST**
5670
5771A VariableExpression. This variable must contain a module.
5872
5973
6074
61- > ** Type** : ``` [VariableExpressionAst] ```
6275
63- > ** Required** : true
6476
65- > ** Position** : named
6677
67- > ** PipelineInput** : true (ByValue)
78+ | Type | Required| Position| PipelineInput |
79+ | -------------------------| --------| --------| --------------|
80+ | ` [VariableExpressionAst] ` | true | named | true (ByValue)|
81+
82+
6883
6984
7085
7186---
87+
88+
7289### Syntax
7390``` PowerShell
7491ModuleExports [[-CommandType] {Alias | Function | Filter | Cmdlet | ExternalScript | Application | Script | Configuration | All}] [<CommonParameters>]
7592```
7693``` PowerShell
7794ModuleExports [[-CommandType] {Alias | Function | Filter | Cmdlet | ExternalScript | Application | Script | Configuration | All}] -VariableAST <VariableExpressionAst> [<CommonParameters>]
7895```
79- ---
8096
You can’t perform that action at this time.
0 commit comments