Skip to content

Commit

Permalink
docs: -scope allusers
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyam committed May 29, 2024
1 parent d091915 commit db38b05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/snippets/install-module.ps1
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

0 comments on commit db38b05

Please sign in to comment.