Milestone 5
Milestone 5: 480-utils.psm1
Setup Module:
Enter your git repo location
mkdir modules
cd modules
mkdir <Name>-utils
cd <Name>-utils
pswhIn powershell:
New-ModuleManifest -Path .\<Name>.psd1 -Author 'Paul Gleason' -Company 'Company Here' -RootModule '<Name of Root Module>.psm1' -Description 'vsphere automation module for DevOps-480'
touch <Name>-utils.psm1
Edit Path:
Add lines below
Save and close editor and repon it
Import Module:
My Module + Driver:
Last updated