Skip to content

Commit

Permalink
docs: save-module
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthirtyam committed May 29, 2024
1 parent db38b05 commit b944d5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/snippets/save-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Import-Module -Name VMware.PowerCLI -Path F:\Module\ -Repository PSGallery
Import-Module -Name VMware.vSphere.SsoAdmin -Path F:\Module\ -Repository PSGallery
Import-Module -Name PowerVCF -Path F:\Module\ -Repository PSGallery
Import-Module -Name PowerValidatedSolutions -Path F:\Module\ -Repository PSGallery
Import-Module -Name ImportExcel -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.PowerCLI -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.vSphere.SsoAdmin -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerVCF -Path F:\Module\ -Repository PSGallery
Save-Module -Name PowerValidatedSolutions -Path F:\Module\ -Repository PSGallery
Save-Module -Name ImportExcel -Path F:\Module\ -Repository PSGallery

0 comments on commit b944d5c

Please sign in to comment.