Skip to content

Commit 7346fc9

Browse files
committed
📄Additional Example
1 parent 8b2412b commit 7346fc9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

ModuleFast.psm1

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@ function Install-ModuleFast {
9595
VMware.PowerCLI.Sdk.Types 12.6.0.19600125
9696
Az.Accounts 2.13.2
9797
98+
.EXAMPLE
99+
'ImportExcel','VMware.PowerCLI.Sdk=12.6.0.19600125','PowerConfig<0.1.6','Az.Compute:7.1.*' | Install-ModuleFast -WhatIf
100+
101+
Same as the previous example, but using the pipeline to provide the module specifications.
102+
103+
--- RESULT ---
104+
Name ModuleVersion
105+
---- -------------
106+
VMware.PowerCLI.Sdk 12.6.0.19600125
107+
ImportExcel 7.8.6
108+
PowerConfig 0.1.5
109+
Az.Compute 7.1.0
110+
VMware.PowerCLI.Sdk.Types 12.6.0.19600125
111+
Az.Accounts 2.13.2
112+
113+
98114
.EXAMPLE
99115
$plan = Install-ModuleFast 'ImportExcel' -WhatIf
100116
$plan | Install-ModuleFast

0 commit comments

Comments
 (0)