Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/snippets/save-module-local-windows.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Save-Module -Name VMware.PowerCLI -RequiredVersion 13.1.0 -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.PowerCLI -RequiredVersion 13.3.0 -Path F:\Module\ -Repository PSGallery
Save-Module -Name 7Zip4PowerShell -RequiredVersion 2.4.0 -Path F:\Module\ -Repository PSGallery
Save-Module -Name Posh-SSH -RequiredVersion 3.0.8 -Path F:\Module\ -Repository PSGallery
Save-Module -Name VMware.CloudFoundation.InstanceRecovery -Path F:\Module\ -Repository PSGallery
2 changes: 1 addition & 1 deletion docs/snippets/update-modules.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Update-Module -Name VMware.PowerCLI -RequiredVersion 13.1.0 -Scope AllUsers
Update-Module -Name VMware.PowerCLI -RequiredVersion 13.3.0 -Scope AllUsers
Update-Module -Name 7Zip4PowerShell RequiredVersion 2.4.0 -Scope AllUsers
Update-Module -Name Posh-SSH -RequiredVersion 3.0.8 -Scope AllUsers