Skip to content

Commit

Permalink
Add instructions on how to install the module
Browse files Browse the repository at this point in the history
  • Loading branch information
jullienl committed Oct 16, 2024
1 parent e54f7cf commit 01eb258
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Examples/sample.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

######## How to install the module as a beta tester ###############################################################
# 1- Go to the release page: https://github.hpe.com/lionel-jullien/HPE-COM-PowerShell-Library/releases
# 2- Download the latest source code (zip) release and extract it to a folder
# 4- Rename the extracted folder, typically named 'HPE-COM-PowerShell-Library-1.0.x', to 'HPECOMCmdlets'
# 4- Open a PowerShell console (5 or 7)
# 5- Go to the 'HPECOMCmdlets' folder
# 6- Run the following commands: import-module .\HPECOMCmdlets.psd1 -force
###################################################################################################################

# Import module from unzip file
import-module .\HPECOMCmdlets.psd1 -force

# HPE Account
$MyEmail = "[email protected]"
Expand Down

0 comments on commit 01eb258

Please sign in to comment.