File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ModuleRelationship
22------------------
3+
4+
5+
6+
37### Synopsis
48Gets Module Relationships
59
10+
11+
612---
13+
14+
715### Description
816
917Gets Modules that are related to a given module.
@@ -13,7 +21,11 @@ Modules can be related to each other by a few mechanisms:
1321* A Module Can Include another Module's Name in it's ``` .PrivateData.PSData.Tags ```
1422* A Module Can include data for another module it it's ``` .PrivataData. ```
1523
24+
25+
1626---
27+
28+
1729### Examples
1830#### EXAMPLE 1
1931``` PowerShell
@@ -23,28 +35,34 @@ Modules can be related to each other by a few mechanisms:
2335}
2436```
2537
38+
39+
2640---
41+
42+
2743### Parameters
2844#### ** VariableAST**
2945
3046A VariableExpression. This variable must contain a module or name of module.
3147
3248
3349
34- > ** Type** : ``` [VariableExpressionAst] ```
3550
36- > ** Required** : true
3751
38- > ** Position** : named
3952
40- > ** PipelineInput** : true (ByValue)
53+ | Type | Required| Position| PipelineInput |
54+ | -------------------------| --------| --------| --------------|
55+ | ` [VariableExpressionAst] ` | true | named | true (ByValue)|
56+
57+
4158
4259
4360
4461---
62+
63+
4564### Syntax
4665``` PowerShell
4766ModuleRelationship -VariableAST <VariableExpressionAst> [<CommonParameters>]
4867```
49- ---
5068
You can’t perform that action at this time.
0 commit comments