-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d091915
commit db38b05
Showing
1 changed file
with
5 additions
and
5 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,6 +1,6 @@ | ||
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Repository PSGallery -AllUsers | ||
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery -AllUsers | ||
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery -AllUsers | ||
Install-Module -Name ImportExcel -MinimumVersion 7.8.5 -Repository PSGallery -AllUsers | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.10.0 -Repository PSGallery -AllUsers | ||
Install-Module -Name VMware.PowerCLI -MinimumVersion 13.2.1 -Repository PSGallery -Scope AllUsers | ||
Install-Module -Name VMware.vSphere.SsoAdmin -MinimumVersion 1.3.9 -Repository PSGallery -Scope AllUsers | ||
Install-Module -Name PowerVCF -MinimumVersion 2.4.1 -Repository PSGallery -Scope AllUsers | ||
Install-Module -Name ImportExcel -MinimumVersion 7.8.5 -Repository PSGallery -Scope AllUsers | ||
Install-Module -Name PowerValidatedSolutions -MinimumVersion 2.10.0 -Repository PSGallery -Scope AllUsers |