Milestone 5

Milestone 5: 480-utils.psm1

Setup Module:

Enter your git repo location

mkdir modules
cd modules
mkdir <Name>-utils
cd <Name>-utils
pswh

In 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
File Structure

Edit Path:

Add lines below

Save and close editor and repon it

Import Module:

My Module + Driver:

https://github.com/ChampPG/Tech-Journals/tree/main/SEC-480

Last updated