-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions on how to install the module
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]" | ||
|