VMware Cloud Community
derekjasp
Contributor
Contributor
Jump to solution

Unable to Install PowerCLI

Hello, I'm having a hard time installing PowerCLI on my Windows 10 Computer. I've got PowershellGet updated and NuGet updated, but everytime I run Install-Module -Name Vmware.PowerCLI it gives me the following error.

PS C:\WINDOWS\system32> Install-Module -Name VMWare.PowerCLI -Force

PackageManagement\Install-Package : Package 'VMware.VimAutomation.Sdk' failed to be installed because: The process
cannot access the file
'C:\Users\%Username%\AppData\Local\Temp\440970321\VMware.VimAutomation.Sdk\VMware.VimAutomation.Sdk.nupkg' because
it is being used by another process.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1809 char:21
+ ...          $null = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidResult: (VMware.VimAutomation.Sdk:String) [Install-Package], Exception
    + FullyQualifiedErrorId : Package '{0}' failed to be installed because: {1},Microsoft.PowerShell.PackageManagement
   .Cmdlets.InstallPackage

I've tried repeatedly clearing out my C:\Users\%Username%\AppData\Local\Temp folder, but it doesn't seem to make a difference.

It does seem to vary which file is being used by another process but I can't figure out what would be using it.

Any help would be appreciated.

0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

Thanks.
Btw, there is an option to attach files :smileygrin:

Which PowerShell version are you using?

Do a

$PSVersionTable

Next thing  to possibly try, if you also have Visual Studio installed, is the solution in Re: PowerCLI installs but does not work


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

0 Kudos
13 Replies
LucD
Leadership
Leadership
Jump to solution

Looks like you have an old PowerShellGet module.

For a possible solution try the instructions in Re: NUget problem


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

I was able to get PowerShellGet Updated to what I believe is the latest version, but am still receiving in use errors whenever trying to install PowerCLI. It usually ends up being \InternalVimService50.Wcf.dll.

0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

This is what I'm seeing

0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

Or not.. I keep not having my photo show up. 

PS C:\WINDOWS\system32> Update-Module -Name PowershellGet

PS C:\WINDOWS\system32> Get-Module

ModuleType Version    Name                                ExportedCommands                                                                                                              
---------- -------    ----                                ----------------                                                                                                              
Script     1.0.0.0    ISE                                 {Get-IseSnippet, Import-IseSnippet, New-IseSnippet}                                                                           
Manifest   3.1.0.0    Microsoft.PowerShell.Management     {Add-Computer, Add-Content, Checkpoint-Computer, Clear-Content...}                                                            
Manifest   3.1.0.0    Microsoft.PowerShell.Utility        {Add-Member, Add-Type, Clear-Variable, Compare-Object...}                                                                     
Script     1.4.7      PackageManagement                   {Find-Package, Find-PackageProvider, Get-Package, Get-PackageProvider...}                                                     
Script     2.2.4.1    PowerShellGet                       {Find-Command, Find-DscResource, Find-Module, Find-RoleCapability...}                                                         

 

PS C:\WINDOWS\system32> Install-Module -Name VMware.PowerCLI
PackageManagement\Install-Package : Package 'VMware.Vim' failed to be installed because: The process cannot access the file 
'C:\Users\derek.jasperse\AppData\Local\Temp\ghi42k3p\net45\InternalVimService50.Wcf.dll' because it is being used by another process.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.4.1\PSModule.psm1:9709 char:34
+ ... talledPackages = PackageManagement\Install-Package @PSBoundParameters
+                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidResult: (VMware.Vim:String) [Install-Package], Exception
    + FullyQualifiedErrorId : Package '{0}' failed to be installed because: {1},Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage

 

0 Kudos
LucD
Leadership
Leadership
Jump to solution

The location of that DLL is strange.

Can you try to close everything (all applications, non-essential services...) on that station and then try to delete the files in C:\Users\derek.jasperse\AppData\Local\Temp manually?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
peetz
Leadership
Leadership
Jump to solution

Hi Derek and welcome to the forums!

Since this DLL is shown to be in use by another process ... is there a change that another failed attempt to install PowerCLI (or some other PS module) is still in progress?

Have you tried just rebooting your machine?

Andreas

Twitter: @VFrontDe, @ESXiPatches | https://esxi-patches.v-front.de | https://vibsdepot.v-front.de
0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

I rebooted and closed all nonessential programs and processes and ran Install-Module VMware.PowerCLI. It didn't give any errors and seemed to complete successfully, but now trying to use any of the features gives me the following error and then my follow up to try what the error suggested is shown as well.

PS C:\Users\derek.jasperse> Connect-VIServer

Connect-VIServer : The 'Connect-VIServer' command was found in the module 'VMware.VimAutomation.Core', but the module could not be loaded. For more information, run 'Import-Module 
VMware.VimAutomation.Core'.
At line:1 char:1
+ Connect-VIServer
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Connect-VIServer:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule

 

PS C:\Users\derek.jasperse> Import-Module VMware.VimAutomation.Core
Import-Module : Unable to find type [VMware.VimAutomation.Sdk.Interop.V1.CoreServiceFactory].
At line:1 char:1
+ Import-Module VMware.VimAutomation.Core
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (VMware.VimAutom...eServiceFactory:TypeName) [Import-Module], RuntimeException
    + FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand

 

0 Kudos
LucD
Leadership
Leadership
Jump to solution

It looks as if you might have some remnants from an older PowerCLI installation hanging around.

Check under Programs and Features if there is a VMware PowerCLI entry.

If there is, uninstall it.

Check the Program Files folder, under VMware, if there are PowerCLI folders present.

If there are, manually delete them.

Then display, from a PS session, what the following shows.

$env:PSModulePath.Split(';')

In each of the folders listed, check if there are PowerCLI related folders.

If there are, manually delete these.

Restart your station and try Install-Module again.
Add the -Verbose switch


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

I checked and found nothing in Programs and Features, checked under VMware in Program Files x86 and only have folders for the Virtual Infrastructure Client, Remote Console and Standalone converter, I then ran $env:PSModulePath.Split(';') and checked all the folders listed and deleted anything related to PowerCLI. I rebooted and ran the install adding -Verbose and got this followed by another error when trying to use it:

PS C:\WINDOWS\system32> Install-Module -Name VMware.PowerCLI -Verbose
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.MsiProvider.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.ArchiverProviders.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.NuGetProvider.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.CoreProviders.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.MsuProvider.dll
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified.  PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.PowerCLI'' for ''.
VERBOSE: Total package yield:'1' for the specified package 'VMware.PowerCLI'.
VERBOSE: Performing the operation "Install-Module" on target "Version '12.0.0.15947286' of module 'VMware.PowerCLI'".
VERBOSE: The installation scope is specified to be 'AllUsers'.
VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'VMware.PowerCLI' with version '12.0.0.15947286' from the repository 'https://www.powershellgallery.com/api/v2'.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.PowerCLI'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Sdk'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Common'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.Vim'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Core'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Cis.Core'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Srm'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Core'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.License'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Vds'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.CloudServices'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Vmc'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Nsxt'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.vROps'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.HorizonView'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Cloud'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.DeployAutomation'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.ImageBuilder'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Core'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Storage'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.StorageUtility'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Core'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VumAutomation'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Core'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Security'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.Hcx'' for ''.
VERBOSE: Searching repository 'https://www.powershellgallery.com/api/v2/FindPackagesById()?id='VMware.VimAutomation.WorkloadManagem...'' for ''.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Sdk', version='12.0.0.15939651',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Sdk', version='12.0.0.15939651',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Sdk.12.0.0
.15939651\VMware.VimAutomation.Sdk.12.0.0.15939651.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Sdk/12.0.0.15939651'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Sdk/12.0.0.15939651'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Sdk/12.0.0.15939651'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Sdk'.
VERBOSE: Hash for package 'VMware.VimAutomation.Sdk' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Sdk', version='12.0.0.15939651',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Common', version='12.0.0.15939652',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Common', version='12.0.0.15939652',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Common.
12.0.0.15939652\VMware.VimAutomation.Common.12.0.0.15939652.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Common/12.0.0.15939652'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Common/12.0.0.15939652'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Common/12.0.0.15939652'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Common'.
VERBOSE: Hash for package 'VMware.VimAutomation.Common' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Common', version='12.0.0.15939652',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.Vim', version='7.0.0.15939650',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.Vim', version='7.0.0.15939650',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.Vim.7.0.0.15939650\VMware.Vim.7.0.0.159
39650.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.Vim/7.0.0.15939650'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.Vim/7.0.0.15939650'.
VERBOSE: Validating the 'VMware.VimAutomation.Sdk' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Sdk.12.0.0.15939651' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Sdk.12.0.0.15939651'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Sdk'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Sdk.cat' in the module 'VMware.VimAutomation.Sdk' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Sdk.cat' for the module 'VMware.VimAutomation.Sdk'.
VERBOSE: Validating the 'VMware.VimAutomation.Sdk' module files for catalog signing using the catalog file 'VMware.VimAutomation.Sdk.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Sdk.cat' of the module 'VMware.VimAutomation.Sdk' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Sdk' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Sdk' with version '12.0.0.15939651' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Sdk' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Sdk\12.0.0.15939651'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.Vim/7.0.0.15939650'.
VERBOSE: Completed downloading 'VMware.Vim'.
VERBOSE: Hash for package 'VMware.Vim' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.Vim', version='7.0.0.15939650',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Cis.Core', version='12.0.0.15939657',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Cis.Core', version='12.0.0.15939657',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cis.C
ore.12.0.0.15939657\VMware.VimAutomation.Cis.Core.12.0.0.15939657.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cis.Core/12.0.0.15939657'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cis.Core/12.0.0.15939657'.
VERBOSE: Validating the 'VMware.VimAutomation.Common' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Common.12.0.0.15939652' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Common.12.0.0.15939652'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Common'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Common.cat' in the module 'VMware.VimAutomation.Common' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Common.cat' for the module 'VMware.VimAutomation.Common'.
VERBOSE: Validating the 'VMware.VimAutomation.Common' module files for catalog signing using the catalog file 'VMware.VimAutomation.Common.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Common.cat' of the module 'VMware.VimAutomation.Common' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Common' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Common' with version '12.0.0.15939652' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cis.Core/12.0.0.15939657'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Cis.Core'.
VERBOSE: Module 'VMware.VimAutomation.Common' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Common\12.0.0.15939652'.
VERBOSE: Hash for package 'VMware.VimAutomation.Cis.Core' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Cis.Core', version='12.0.0.15939657',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Core', version='12.0.0.15939655',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Core', version='12.0.0.15939655',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Core.12.0
.0.15939655\VMware.VimAutomation.Core.12.0.0.15939655.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Core/12.0.0.15939655'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Core/12.0.0.15939655'.
VERBOSE: Validating the 'VMware.Vim' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.Vim.7.0.0.15939650' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.Vim.7.0.0.15939650'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.Vim'.
VERBOSE: Found the catalog file 'VMware.Vim.cat' in the module 'VMware.Vim' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.Vim.cat' for the module 'VMware.Vim'.
VERBOSE: Validating the 'VMware.Vim' module files for catalog signing using the catalog file 'VMware.Vim.cat'.
VERBOSE: The catalog signature in 'VMware.Vim.cat' of the module 'VMware.Vim' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.Vim' commands.
VERBOSE: Installing the dependency module 'VMware.Vim' with version '7.0.0.15939650' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.Vim' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.Vim\7.0.0.15939650'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Core/12.0.0.15939655'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Core'.
VERBOSE: Hash for package 'VMware.VimAutomation.Core' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Core', version='12.0.0.15939655',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Srm', version='11.5.0.14899557',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Srm', version='11.5.0.14899557',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Srm.11.5.0
.14899557\VMware.VimAutomation.Srm.11.5.0.14899557.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Srm/11.5.0.14899557'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Srm/11.5.0.14899557'.
VERBOSE: Validating the 'VMware.VimAutomation.Cis.Core' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cis.Core.12.0.0.15939657' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cis.Core.12.0.0.15939657'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Cis.Core'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Cis.Core.cat' in the module 'VMware.VimAutomation.Cis.Core' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Cis.Core.cat' for the module 'VMware.VimAutomation.Cis.Core'.
VERBOSE: Validating the 'VMware.VimAutomation.Cis.Core' module files for catalog signing using the catalog file 'VMware.VimAutomation.Cis.Core.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Cis.Core.cat' of the module 'VMware.VimAutomation.Cis.Core' is valid and matches with the hash generated from the module contents
.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Cis.Core' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Cis.Core' with version '12.0.0.15939657' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Srm/11.5.0.14899557'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Srm'.
VERBOSE: Hash for package 'VMware.VimAutomation.Srm' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Srm', version='11.5.0.14899557',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Cis.Core' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Cis.Core\12.0.0.15939657'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.License', version='12.0.0.15939670',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.License', version='12.0.0.15939670',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Licens
e.12.0.0.15939670\VMware.VimAutomation.License.12.0.0.15939670.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.License/12.0.0.15939670'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.License/12.0.0.15939670'.
VERBOSE: Validating the 'VMware.VimAutomation.Core' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Core.12.0.0.15939655' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Core.12.0.0.15939655'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Core'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Core.cat' in the module 'VMware.VimAutomation.Core' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Core.cat' for the module 'VMware.VimAutomation.Core'.
VERBOSE: Validating the 'VMware.VimAutomation.Core' module files for catalog signing using the catalog file 'VMware.VimAutomation.Core.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Core.cat' of the module 'VMware.VimAutomation.Core' is valid and matches with the hash generated from the module contents.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.License/12.0.0.15939670'.
VERBOSE: Completed downloading 'VMware.VimAutomation.License'.
VERBOSE: Hash for package 'VMware.VimAutomation.License' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.License', version='12.0.0.15939670',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Core' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Core' with version '12.0.0.15939655' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Vds', version='12.0.0.15940185',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Vds', version='12.0.0.15940185',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vds.12.0.0
.15940185\VMware.VimAutomation.Vds.12.0.0.15940185.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vds/12.0.0.15940185'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vds/12.0.0.15940185'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vds/12.0.0.15940185'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Vds'.
VERBOSE: Hash for package 'VMware.VimAutomation.Vds' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Vds', version='12.0.0.15940185',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Core' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Core\12.0.0.15939655'.
VERBOSE: Validating the 'VMware.VimAutomation.Srm' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Srm.11.5.0.14899557' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Srm.11.5.0.14899557'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Srm'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Srm.cat' in the module 'VMware.VimAutomation.Srm' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Srm.cat' for the module 'VMware.VimAutomation.Srm'.
VERBOSE: Validating the 'VMware.VimAutomation.Srm' module files for catalog signing using the catalog file 'VMware.VimAutomation.Srm.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Srm.cat' of the module 'VMware.VimAutomation.Srm' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Srm' commands.
VERBOSE: InstallPackage' - name='VMware.CloudServices', version='12.0.0.15947289',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.CloudServices', version='12.0.0.15947289',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.CloudServices.12.0.0.1594728
9\VMware.CloudServices.12.0.0.15947289.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.CloudServices/12.0.0.15947289'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.CloudServices/12.0.0.15947289'.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Srm' with version '11.5.0.14899557' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.CloudServices/12.0.0.15947289'.
VERBOSE: Completed downloading 'VMware.CloudServices'.
VERBOSE: Hash for package 'VMware.CloudServices' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.CloudServices', version='12.0.0.15947289',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Srm' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Srm\11.5.0.14899557'.
VERBOSE: Validating the 'VMware.VimAutomation.License' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.License.12.0.0.15939670' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.License.12.0.0.15939670'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.License'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.License.cat' in the module 'VMware.VimAutomation.License' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.License.cat' for the module 'VMware.VimAutomation.License'.
VERBOSE: Validating the 'VMware.VimAutomation.License' module files for catalog signing using the catalog file 'VMware.VimAutomation.License.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.License.cat' of the module 'VMware.VimAutomation.License' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.License' commands.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Vmc', version='12.0.0.15947287',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Vmc', version='12.0.0.15947287',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vmc.12.0.0
.15947287\VMware.VimAutomation.Vmc.12.0.0.15947287.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vmc/12.0.0.15947287'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vmc/12.0.0.15947287'.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.License' with version '12.0.0.15939670' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vmc/12.0.0.15947287'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Vmc'.
VERBOSE: Hash for package 'VMware.VimAutomation.Vmc' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Vmc', version='12.0.0.15947287',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.License' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.License\12.0.0.15939670'.
VERBOSE: Validating the 'VMware.VimAutomation.Vds' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vds.12.0.0.15940185' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vds.12.0.0.15940185'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Vds'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Vds.cat' in the module 'VMware.VimAutomation.Vds' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Vds.cat' for the module 'VMware.VimAutomation.Vds'.
VERBOSE: Validating the 'VMware.VimAutomation.Vds' module files for catalog signing using the catalog file 'VMware.VimAutomation.Vds.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Vds.cat' of the module 'VMware.VimAutomation.Vds' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Vds' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Vds' with version '12.0.0.15940185' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Vds' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Vds\12.0.0.15940185'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Nsxt', version='12.0.0.15939671',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Nsxt', version='12.0.0.15939671',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Nsxt.12.0
.0.15939671\VMware.VimAutomation.Nsxt.12.0.0.15939671.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Nsxt/12.0.0.15939671'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Nsxt/12.0.0.15939671'.
VERBOSE: Validating the 'VMware.CloudServices' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.CloudServices.12.0.0.15947289' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.CloudServices.12.0.0.15947289'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.CloudServices'.
VERBOSE: Found the catalog file 'VMware.CloudServices.cat' in the module 'VMware.CloudServices' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.CloudServices.cat' for the module 'VMware.CloudServices'.
VERBOSE: Validating the 'VMware.CloudServices' module files for catalog signing using the catalog file 'VMware.CloudServices.cat'.
VERBOSE: The catalog signature in 'VMware.CloudServices.cat' of the module 'VMware.CloudServices' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.CloudServices' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Nsxt/12.0.0.15939671'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Nsxt'.
VERBOSE: Hash for package 'VMware.VimAutomation.Nsxt' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Nsxt', version='12.0.0.15939671',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.CloudServices' with version '12.0.0.15947289' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.CloudServices' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.CloudServices\12.0.0.15947289'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.vROps', version='12.0.0.15940184',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.vROps', version='12.0.0.15940184',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.vROps.12
.0.0.15940184\VMware.VimAutomation.vROps.12.0.0.15940184.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.vROps/12.0.0.15940184'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.vROps/12.0.0.15940184'.
VERBOSE: Validating the 'VMware.VimAutomation.Vmc' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vmc.12.0.0.15947287' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vmc.12.0.0.15947287'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Vmc'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Vmc.cat' in the module 'VMware.VimAutomation.Vmc' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Vmc.cat' for the module 'VMware.VimAutomation.Vmc'.
VERBOSE: Validating the 'VMware.VimAutomation.Vmc' module files for catalog signing using the catalog file 'VMware.VimAutomation.Vmc.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Vmc.cat' of the module 'VMware.VimAutomation.Vmc' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Vmc' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.vROps/12.0.0.15940184'.
VERBOSE: Completed downloading 'VMware.VimAutomation.vROps'.
VERBOSE: Hash for package 'VMware.VimAutomation.vROps' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.vROps', version='12.0.0.15940184',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Vmc' with version '12.0.0.15947287' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Vmc' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Vmc\12.0.0.15947287'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.HorizonView', version='7.12.0.15718406',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.HorizonView', version='7.12.0.15718406',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Ho
rizonView.7.12.0.15718406\VMware.VimAutomation.HorizonView.7.12.0.15718406.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.HorizonView/7.12.0.15718406
'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.HorizonView/7.12.0.15718406'.
VERBOSE: Validating the 'VMware.VimAutomation.Nsxt' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Nsxt.12.0.0.15939671' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Nsxt.12.0.0.15939671'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Nsxt'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Nsxt.cat' in the module 'VMware.VimAutomation.Nsxt' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Nsxt.cat' for the module 'VMware.VimAutomation.Nsxt'.
VERBOSE: Validating the 'VMware.VimAutomation.Nsxt' module files for catalog signing using the catalog file 'VMware.VimAutomation.Nsxt.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Nsxt.cat' of the module 'VMware.VimAutomation.Nsxt' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Nsxt' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.HorizonView/7.12.0.15718406'.
VERBOSE: Completed downloading 'VMware.VimAutomation.HorizonView'.
VERBOSE: Hash for package 'VMware.VimAutomation.HorizonView' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.HorizonView', version='7.12.0.15718406',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Nsxt' with version '12.0.0.15939671' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Cloud', version='12.0.0.15940183',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Cloud', version='12.0.0.15940183',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cloud.12
.0.0.15940183\VMware.VimAutomation.Cloud.12.0.0.15940183.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cloud/12.0.0.15940183'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cloud/12.0.0.15940183'.
VERBOSE: Module 'VMware.VimAutomation.Nsxt' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Nsxt\12.0.0.15939671'.
VERBOSE: Validating the 'VMware.VimAutomation.vROps' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.vROps.12.0.0.15940184' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.vROps.12.0.0.15940184'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.vROps'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.vROps.cat' in the module 'VMware.VimAutomation.vROps' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.vROps.cat' for the module 'VMware.VimAutomation.vROps'.
VERBOSE: Validating the 'VMware.VimAutomation.vROps' module files for catalog signing using the catalog file 'VMware.VimAutomation.vROps.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.vROps.cat' of the module 'VMware.VimAutomation.vROps' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.vROps' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cloud/12.0.0.15940183'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Cloud'.
VERBOSE: Hash for package 'VMware.VimAutomation.Cloud' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Cloud', version='12.0.0.15940183',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.vROps' with version '12.0.0.15940184' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.vROps' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.vROps\12.0.0.15940184'.
VERBOSE: Validating the 'VMware.VimAutomation.HorizonView' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.HorizonView.7.12.0.15718406'
 path.
VERBOSE: InstallPackage' - name='VMware.ImageBuilder', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.ImageBuilder', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.ImageBuilder.7.0.0.15902843\VM
ware.ImageBuilder.7.0.0.15902843.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.ImageBuilder/7.0.0.15902843'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.ImageBuilder/7.0.0.15902843'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.HorizonView.7.12.0.15718406'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.HorizonView'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.HorizonView.cat' in the module 'VMware.VimAutomation.HorizonView' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.HorizonView.cat' for the module 'VMware.VimAutomation.HorizonView'.
VERBOSE: Validating the 'VMware.VimAutomation.HorizonView' module files for catalog signing using the catalog file 'VMware.VimAutomation.HorizonView.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.HorizonView.cat' of the module 'VMware.VimAutomation.HorizonView' is valid and matches with the hash generated from the module co
ntents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.HorizonView' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.HorizonView' with version '7.12.0.15718406' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.HorizonView' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.HorizonView\7.12.0.15718406'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.ImageBuilder/7.0.0.15902843'.
VERBOSE: Completed downloading 'VMware.ImageBuilder'.
VERBOSE: Hash for package 'VMware.ImageBuilder' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.ImageBuilder', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.DeployAutomation', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.DeployAutomation', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.DeployAutomation.7.0.0.159
02843\VMware.DeployAutomation.7.0.0.15902843.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.DeployAutomation/7.0.0.15902843'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.DeployAutomation/7.0.0.15902843'.
VERBOSE: Validating the 'VMware.VimAutomation.Cloud' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cloud.12.0.0.15940183' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cloud.12.0.0.15940183'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Cloud'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Cloud.cat' in the module 'VMware.VimAutomation.Cloud' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Cloud.cat' for the module 'VMware.VimAutomation.Cloud'.
VERBOSE: Validating the 'VMware.VimAutomation.Cloud' module files for catalog signing using the catalog file 'VMware.VimAutomation.Cloud.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Cloud.cat' of the module 'VMware.VimAutomation.Cloud' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Cloud' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.DeployAutomation/7.0.0.15902843'.
VERBOSE: Completed downloading 'VMware.DeployAutomation'.
VERBOSE: Hash for package 'VMware.DeployAutomation' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.DeployAutomation', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Cloud' with version '12.0.0.15940183' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Storage', version='12.0.0.15939648',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Storage', version='12.0.0.15939648',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storag
e.12.0.0.15939648\VMware.VimAutomation.Storage.12.0.0.15939648.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Storage/12.0.0.15939648'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Storage/12.0.0.15939648'.
VERBOSE: Module 'VMware.VimAutomation.Cloud' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Cloud\12.0.0.15940183'.
VERBOSE: Validating the 'VMware.ImageBuilder' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.ImageBuilder.7.0.0.15902843' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.ImageBuilder.7.0.0.15902843'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.ImageBuilder'.
VERBOSE: Found the catalog file 'VMware.ImageBuilder.cat' in the module 'VMware.ImageBuilder' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.ImageBuilder.cat' for the module 'VMware.ImageBuilder'.
VERBOSE: Validating the 'VMware.ImageBuilder' module files for catalog signing using the catalog file 'VMware.ImageBuilder.cat'.
VERBOSE: The catalog signature in 'VMware.ImageBuilder.cat' of the module 'VMware.ImageBuilder' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.ImageBuilder' commands.
VERBOSE: Installing the dependency module 'VMware.ImageBuilder' with version '7.0.0.15902843' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.ImageBuilder' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.ImageBuilder\7.0.0.15902843'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Storage/12.0.0.15939648'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Storage'.
VERBOSE: Hash for package 'VMware.VimAutomation.Storage' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Storage', version='12.0.0.15939648',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.StorageUtility', version='1.3.0.0',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.StorageUtility', version='1.3.0.0',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storage
Utility.1.3.0.0\VMware.VimAutomation.StorageUtility.1.3.0.0.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.StorageUtility/1.3.0'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.StorageUtility/1.3.0'.
VERBOSE: Validating the 'VMware.DeployAutomation' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.DeployAutomation.7.0.0.15902843' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.DeployAutomation.7.0.0.15902843'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.DeployAutomation'.
VERBOSE: Found the catalog file 'VMware.DeployAutomation.cat' in the module 'VMware.DeployAutomation' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.DeployAutomation.cat' for the module 'VMware.DeployAutomation'.
VERBOSE: Validating the 'VMware.DeployAutomation' module files for catalog signing using the catalog file 'VMware.DeployAutomation.cat'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.StorageUtility/1.3.0'.
VERBOSE: The catalog signature in 'VMware.DeployAutomation.cat' of the module 'VMware.DeployAutomation' is valid and matches with the hash generated from the module contents.
VERBOSE: Completed downloading 'VMware.VimAutomation.StorageUtility'.
VERBOSE: Hash for package 'VMware.VimAutomation.StorageUtility' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.StorageUtility', version='1.3.0.0',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Checking for possible command collisions for the module 'VMware.DeployAutomation' commands.
VERBOSE: InstallPackage' - name='VMware.VumAutomation', version='6.5.1.7862888',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VumAutomation', version='6.5.1.7862888',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VumAutomation.6.5.1.7862888\VM
ware.VumAutomation.6.5.1.7862888.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VumAutomation/6.5.1.7862888'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VumAutomation/6.5.1.7862888'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VumAutomation/6.5.1.7862888'.
VERBOSE: Installing the dependency module 'VMware.DeployAutomation' with version '7.0.0.15902843' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'VMware.VumAutomation'.
VERBOSE: Hash for package 'VMware.VumAutomation' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VumAutomation', version='6.5.1.7862888',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.DeployAutomation' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.DeployAutomation\7.0.0.15902843'.
VERBOSE: Validating the 'VMware.VimAutomation.Storage' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storage.12.0.0.15939648' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storage.12.0.0.15939648'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Storage'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Storage.cat' in the module 'VMware.VimAutomation.Storage' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Storage.cat' for the module 'VMware.VimAutomation.Storage'.
VERBOSE: Validating the 'VMware.VimAutomation.Storage' module files for catalog signing using the catalog file 'VMware.VimAutomation.Storage.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Storage.cat' of the module 'VMware.VimAutomation.Storage' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Storage' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Storage' with version '12.0.0.15939648' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Security', version='12.0.0.15939672',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Security', version='12.0.0.15939672',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Secur
ity.12.0.0.15939672\VMware.VimAutomation.Security.12.0.0.15939672.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Security/12.0.0.15939672'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Security/12.0.0.15939672'.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Security/12.0.0.15939672'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Security'.
VERBOSE: Hash for package 'VMware.VimAutomation.Security' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Security', version='12.0.0.15939672',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Storage' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Storage\12.0.0.15939648'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Hcx', version='12.0.0.15939647',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Validating the 'VMware.VimAutomation.StorageUtility' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.StorageUtility.1.3.0.0' p
ath.
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Hcx', version='12.0.0.15939647',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Hcx.12.0.0
.15939647\VMware.VimAutomation.Hcx.12.0.0.15939647.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Hcx/12.0.0.15939647'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Hcx/12.0.0.15939647'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.StorageUtility.1.3.0.0'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.StorageUtility'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.StorageUtility.cat' in the module 'VMware.VimAutomation.StorageUtility' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.StorageUtility.cat' for the module 'VMware.VimAutomation.StorageUtility'.
VERBOSE: Validating the 'VMware.VimAutomation.StorageUtility' module files for catalog signing using the catalog file 'VMware.VimAutomation.StorageUtility.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.StorageUtility.cat' of the module 'VMware.VimAutomation.StorageUtility' is valid and matches with the hash generated from the mod
ule contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.StorageUtility' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Hcx/12.0.0.15939647'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Hcx'.
VERBOSE: Hash for package 'VMware.VimAutomation.Hcx' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Hcx', version='12.0.0.15939647',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.StorageUtility' with version '1.3.0.0' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.StorageUtility' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.StorageUtility\1.3.0.0'.
VERBOSE: Validating the 'VMware.VumAutomation' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VumAutomation.6.5.1.7862888' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VumAutomation.6.5.1.7862888'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VumAutomation'.
VERBOSE: Found the catalog file 'VMware.VumAutomation.cat' in the module 'VMware.VumAutomation' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VumAutomation.cat' for the module 'VMware.VumAutomation'.
VERBOSE: Validating the 'VMware.VumAutomation' module files for catalog signing using the catalog file 'VMware.VumAutomation.cat'.
VERBOSE: The catalog signature in 'VMware.VumAutomation.cat' of the module 'VMware.VumAutomation' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VumAutomation' commands.
VERBOSE: Installing the dependency module 'VMware.VumAutomation' with version '6.5.1.7862888' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VumAutomation' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VumAutomation\6.5.1.7862888'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.WorkloadManagement', version='12.0.0.15947288',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Validating the 'VMware.VimAutomation.Security' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Security.12.0.0.15939672' path.
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.WorkloadManagement', version='12.0.0.15947288',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutoma
tion.WorkloadManagement.12.0.0.15947288\VMware.VimAutomation.WorkloadManagement.12.0.0.15947288.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Worklo
adManagement/12.0.0.15947288'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.WorkloadManagement/12.0.0.1594...'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Security.12.0.0.15939672'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Security'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Security.cat' in the module 'VMware.VimAutomation.Security' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Security.cat' for the module 'VMware.VimAutomation.Security'.
VERBOSE: Validating the 'VMware.VimAutomation.Security' module files for catalog signing using the catalog file 'VMware.VimAutomation.Security.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Security.cat' of the module 'VMware.VimAutomation.Security' is valid and matches with the hash generated from the module contents
.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Security' commands.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.WorkloadManagement/12.0.0.1594...'.
VERBOSE: Completed downloading 'VMware.VimAutomation.WorkloadManagement'.
VERBOSE: Hash for package 'VMware.VimAutomation.WorkloadManagement' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.WorkloadManagement', version='12.0.0.15947288',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Security' with version '12.0.0.15939672' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.PowerCLI', version='12.0.0.15947286',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.PowerCLI', version='12.0.0.15947286',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.PowerCLI.12.0.0.15947286\VMware.P
owerCLI.12.0.0.15947286.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.PowerCLI/12.0.0.15947286'
VERBOSE: Downloading 'https://www.powershellgallery.com/api/v2/package/VMware.PowerCLI/12.0.0.15947286'.
VERBOSE: Module 'VMware.VimAutomation.Security' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Security\12.0.0.15939672'.
VERBOSE: Validating the 'VMware.VimAutomation.Hcx' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Hcx.12.0.0.15939647' path.
VERBOSE: Completed downloading 'https://www.powershellgallery.com/api/v2/package/VMware.PowerCLI/12.0.0.15947286'.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Hcx.12.0.0.15939647'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Hcx'.
VERBOSE: Completed downloading 'VMware.PowerCLI'.
VERBOSE: Hash for package 'VMware.PowerCLI' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.PowerCLI', version='12.0.0.15947286',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Found the catalog file 'VMware.VimAutomation.Hcx.cat' in the module 'VMware.VimAutomation.Hcx' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Hcx.cat' for the module 'VMware.VimAutomation.Hcx'.
VERBOSE: Validating the 'VMware.VimAutomation.Hcx' module files for catalog signing using the catalog file 'VMware.VimAutomation.Hcx.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Hcx.cat' of the module 'VMware.VimAutomation.Hcx' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Hcx' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Hcx' with version '12.0.0.15939647' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Hcx' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Hcx\12.0.0.15939647'.
VERBOSE: Validating the 'VMware.VimAutomation.WorkloadManagement' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.WorkloadManagement.12
.0.0.15947288' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.WorkloadManagement.12.0.0.159472
88'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.WorkloadManagement'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.WorkloadManagement.cat' in the module 'VMware.VimAutomation.WorkloadManagement' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.WorkloadManagement.cat' for the module 'VMware.VimAutomation.WorkloadManagement'.
VERBOSE: Validating the 'VMware.VimAutomation.WorkloadManagement' module files for catalog signing using the catalog file 'VMware.VimAutomation.WorkloadManagement.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.WorkloadManagement.cat' of the module 'VMware.VimAutomation.WorkloadManagement' is valid and matches with the hash generated from
 the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.WorkloadManagement' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.WorkloadManagement' with version '12.0.0.15947288' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.WorkloadManagement' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.WorkloadManagement\12.0.0.1
5947288'.
VERBOSE: Validating the 'VMware.PowerCLI' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.PowerCLI.12.0.0.15947286' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.PowerCLI.12.0.0.15947286'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.PowerCLI'.
VERBOSE: Found the catalog file 'VMware.PowerCLI.cat' in the module 'VMware.PowerCLI' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.PowerCLI.cat' for the module 'VMware.PowerCLI'.
VERBOSE: Validating the 'VMware.PowerCLI' module files for catalog signing using the catalog file 'VMware.PowerCLI.cat'.
VERBOSE: The catalog signature in 'VMware.PowerCLI.cat' of the module 'VMware.PowerCLI' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.PowerCLI' commands.
VERBOSE: Module 'VMware.PowerCLI' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.PowerCLI\12.0.0.15947286'.

PS C:\WINDOWS\system32> Connect-VIServer
Connect-VIServer : The 'Connect-VIServer' command was found in the module 'VMware.VimAutomation.Core', but the module could not be loaded. For more information, run 'Import-Module 
VMware.VimAutomation.Core'.
At line:1 char:1
+ Connect-VIServer
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Connect-VIServer:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule

PS C:\WINDOWS\system32> Install-Module -Name VMware.PowerCLI -Verbose
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.MsiProvider.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.ArchiverProviders.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.NuGetProvider.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.MetaProvider.PowerShell.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.CoreProviders.dll
VERBOSE: Acquiring providers for assembly: C:\Program Files\WindowsPowerShell\Modules\PackageManagement\1.4.7\fullclr\Microsoft.PackageManagement.MsuProvider.dll
VERBOSE: Using the provider 'PowerShellGet' for searching packages.
VERBOSE: The -Repository parameter was not specified.  PowerShellGet will use all of the registered repositories.
VERBOSE: Getting the provider object for the PackageManagement Provider 'NuGet'.
VERBOSE: The specified Location is 'https://www.powershellgallery.com/api/v2' and PackageManagementProvider is 'NuGet'.
VERBOSE: Total package yield:'1' for the specified package 'VMware.PowerCLI'.
VERBOSE: Performing the operation "Install-Module" on target "Version '12.0.0.15947286' of module 'VMware.PowerCLI'".
VERBOSE: The installation scope is specified to be 'AllUsers'.
VERBOSE: The specified module will be installed in 'C:\Program Files\WindowsPowerShell\Modules'.
VERBOSE: The specified Location is 'NuGet' and PackageManagementProvider is 'NuGet'.
VERBOSE: Downloading module 'VMware.PowerCLI' with version '12.0.0.15947286' from the repository 'https://www.powershellgallery.com/api/v2'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Sdk', version='12.0.0.15939651',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Sdk', version='12.0.0.15939651',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Sdk.12.0.0
.15939651\VMware.VimAutomation.Sdk.12.0.0.15939651.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Sdk/12.0.0.15939651'
VERBOSE: Completed downloading 'VMware.VimAutomation.Sdk'.
VERBOSE: Hash for package 'VMware.VimAutomation.Sdk' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Sdk', version='12.0.0.15939651',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Common', version='12.0.0.15939652',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Common', version='12.0.0.15939652',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Common.
12.0.0.15939652\VMware.VimAutomation.Common.12.0.0.15939652.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Common/12.0.0.15939652'
VERBOSE: Completed downloading 'VMware.VimAutomation.Common'.
VERBOSE: Hash for package 'VMware.VimAutomation.Common' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Common', version='12.0.0.15939652',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.Vim', version='7.0.0.15939650',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.Vim', version='7.0.0.15939650',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.Vim.7.0.0.15939650\VMware.Vim.7.0.0.159
VERBOSE: Validating the 'VMware.VimAutomation.Sdk' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Sdk.12.0.0.15939651' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Sdk.12.0.0.15939651'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Sdk'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Sdk.cat' in the module 'VMware.VimAutomation.Sdk' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Sdk.cat' for the module 'VMware.VimAutomation.Sdk'.
VERBOSE: Validating the 'VMware.VimAutomation.Sdk' module files for catalog signing using the catalog file 'VMware.VimAutomation.Sdk.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Sdk.cat' of the module 'VMware.VimAutomation.Sdk' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Sdk' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Sdk' with version '12.0.0.15939651' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Sdk' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Sdk\12.0.0.15939651'.
VERBOSE: Completed downloading 'VMware.Vim'.
VERBOSE: Hash for package 'VMware.Vim' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.Vim', version='7.0.0.15939650',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Cis.Core', version='12.0.0.15939657',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Cis.Core', version='12.0.0.15939657',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cis.C
ore.12.0.0.15939657\VMware.VimAutomation.Cis.Core.12.0.0.15939657.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cis.Core/12.0.0.15939657'
VERBOSE: Validating the 'VMware.VimAutomation.Common' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Common.12.0.0.15939652' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Common.12.0.0.15939652'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Common'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Common.cat' in the module 'VMware.VimAutomation.Common' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Common.cat' for the module 'VMware.VimAutomation.Common'.
VERBOSE: Validating the 'VMware.VimAutomation.Common' module files for catalog signing using the catalog file 'VMware.VimAutomation.Common.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Common.cat' of the module 'VMware.VimAutomation.Common' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Common' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Common' with version '12.0.0.15939652' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Cis.Core'.
VERBOSE: Module 'VMware.VimAutomation.Common' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Common\12.0.0.15939652'.
VERBOSE: Hash for package 'VMware.VimAutomation.Cis.Core' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Cis.Core', version='12.0.0.15939657',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Core', version='12.0.0.15939655',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Core', version='12.0.0.15939655',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Core.12.0
.0.15939655\VMware.VimAutomation.Core.12.0.0.15939655.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Core/12.0.0.15939655'
VERBOSE: Validating the 'VMware.Vim' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.Vim.7.0.0.15939650' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.Vim.7.0.0.15939650'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.Vim'.
VERBOSE: Found the catalog file 'VMware.Vim.cat' in the module 'VMware.Vim' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.Vim.cat' for the module 'VMware.Vim'.
VERBOSE: Validating the 'VMware.Vim' module files for catalog signing using the catalog file 'VMware.Vim.cat'.
VERBOSE: The catalog signature in 'VMware.Vim.cat' of the module 'VMware.Vim' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.Vim' commands.
VERBOSE: Installing the dependency module 'VMware.Vim' with version '7.0.0.15939650' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.Vim' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.Vim\7.0.0.15939650'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Core'.
VERBOSE: Hash for package 'VMware.VimAutomation.Core' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Core', version='12.0.0.15939655',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Srm', version='11.5.0.14899557',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Srm', version='11.5.0.14899557',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Srm.11.5.0
.14899557\VMware.VimAutomation.Srm.11.5.0.14899557.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Srm/11.5.0.14899557'
VERBOSE: Validating the 'VMware.VimAutomation.Cis.Core' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cis.Core.12.0.0.15939657' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cis.Core.12.0.0.15939657'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Cis.Core'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Cis.Core.cat' in the module 'VMware.VimAutomation.Cis.Core' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Cis.Core.cat' for the module 'VMware.VimAutomation.Cis.Core'.
VERBOSE: Validating the 'VMware.VimAutomation.Cis.Core' module files for catalog signing using the catalog file 'VMware.VimAutomation.Cis.Core.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Cis.Core.cat' of the module 'VMware.VimAutomation.Cis.Core' is valid and matches with the hash generated from the module contents
.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Cis.Core' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Cis.Core' with version '12.0.0.15939657' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Srm'.
VERBOSE: Hash for package 'VMware.VimAutomation.Srm' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Srm', version='11.5.0.14899557',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Cis.Core' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Cis.Core\12.0.0.15939657'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.License', version='12.0.0.15939670',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.License', version='12.0.0.15939670',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Licens
e.12.0.0.15939670\VMware.VimAutomation.License.12.0.0.15939670.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.License/12.0.0.15939670'
VERBOSE: Validating the 'VMware.VimAutomation.Core' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Core.12.0.0.15939655' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Core.12.0.0.15939655'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Core'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Core.cat' in the module 'VMware.VimAutomation.Core' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Core.cat' for the module 'VMware.VimAutomation.Core'.
VERBOSE: Validating the 'VMware.VimAutomation.Core' module files for catalog signing using the catalog file 'VMware.VimAutomation.Core.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Core.cat' of the module 'VMware.VimAutomation.Core' is valid and matches with the hash generated from the module contents.
VERBOSE: Completed downloading 'VMware.VimAutomation.License'.
VERBOSE: Hash for package 'VMware.VimAutomation.License' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.License', version='12.0.0.15939670',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Core' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Core' with version '12.0.0.15939655' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Vds', version='12.0.0.15940185',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Vds', version='12.0.0.15940185',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vds.12.0.0
.15940185\VMware.VimAutomation.Vds.12.0.0.15940185.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vds/12.0.0.15940185'
VERBOSE: Completed downloading 'VMware.VimAutomation.Vds'.
VERBOSE: Hash for package 'VMware.VimAutomation.Vds' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Vds', version='12.0.0.15940185',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Core' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Core\12.0.0.15939655'.
VERBOSE: Validating the 'VMware.VimAutomation.Srm' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Srm.11.5.0.14899557' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Srm.11.5.0.14899557'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Srm'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Srm.cat' in the module 'VMware.VimAutomation.Srm' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Srm.cat' for the module 'VMware.VimAutomation.Srm'.
VERBOSE: Validating the 'VMware.VimAutomation.Srm' module files for catalog signing using the catalog file 'VMware.VimAutomation.Srm.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Srm.cat' of the module 'VMware.VimAutomation.Srm' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Srm' commands.
VERBOSE: InstallPackage' - name='VMware.CloudServices', version='12.0.0.15947289',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.CloudServices', version='12.0.0.15947289',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.CloudServices.12.0.0.1594728
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Srm' with version '11.5.0.14899557' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'VMware.CloudServices'.
VERBOSE: Hash for package 'VMware.CloudServices' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.CloudServices', version='12.0.0.15947289',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Srm' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Srm\11.5.0.14899557'.
VERBOSE: Validating the 'VMware.VimAutomation.License' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.License.12.0.0.15939670' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.License.12.0.0.15939670'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.License'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.License.cat' in the module 'VMware.VimAutomation.License' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.License.cat' for the module 'VMware.VimAutomation.License'.
VERBOSE: Validating the 'VMware.VimAutomation.License' module files for catalog signing using the catalog file 'VMware.VimAutomation.License.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.License.cat' of the module 'VMware.VimAutomation.License' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.License' commands.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Vmc', version='12.0.0.15947287',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Vmc', version='12.0.0.15947287',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vmc.12.0.0
.15947287\VMware.VimAutomation.Vmc.12.0.0.15947287.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Vmc/12.0.0.15947287'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.License' with version '12.0.0.15939670' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Vmc'.
VERBOSE: Hash for package 'VMware.VimAutomation.Vmc' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Vmc', version='12.0.0.15947287',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.License' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.License\12.0.0.15939670'.
VERBOSE: Validating the 'VMware.VimAutomation.Vds' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vds.12.0.0.15940185' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vds.12.0.0.15940185'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Vds'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Vds.cat' in the module 'VMware.VimAutomation.Vds' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Vds.cat' for the module 'VMware.VimAutomation.Vds'.
VERBOSE: Validating the 'VMware.VimAutomation.Vds' module files for catalog signing using the catalog file 'VMware.VimAutomation.Vds.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Vds.cat' of the module 'VMware.VimAutomation.Vds' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Vds' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Vds' with version '12.0.0.15940185' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Vds' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Vds\12.0.0.15940185'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Nsxt', version='12.0.0.15939671',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Nsxt', version='12.0.0.15939671',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Nsxt.12.0
.0.15939671\VMware.VimAutomation.Nsxt.12.0.0.15939671.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Nsxt/12.0.0.15939671'
VERBOSE: Validating the 'VMware.CloudServices' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.CloudServices.12.0.0.15947289' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.CloudServices.12.0.0.15947289'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.CloudServices'.
VERBOSE: Found the catalog file 'VMware.CloudServices.cat' in the module 'VMware.CloudServices' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.CloudServices.cat' for the module 'VMware.CloudServices'.
VERBOSE: Validating the 'VMware.CloudServices' module files for catalog signing using the catalog file 'VMware.CloudServices.cat'.
VERBOSE: The catalog signature in 'VMware.CloudServices.cat' of the module 'VMware.CloudServices' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.CloudServices' commands.
VERBOSE: Completed downloading 'VMware.VimAutomation.Nsxt'.
VERBOSE: Hash for package 'VMware.VimAutomation.Nsxt' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Nsxt', version='12.0.0.15939671',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.CloudServices' with version '12.0.0.15947289' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.CloudServices' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.CloudServices\12.0.0.15947289'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.vROps', version='12.0.0.15940184',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.vROps', version='12.0.0.15940184',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.vROps.12
.0.0.15940184\VMware.VimAutomation.vROps.12.0.0.15940184.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.vROps/12.0.0.15940184'
VERBOSE: Validating the 'VMware.VimAutomation.Vmc' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vmc.12.0.0.15947287' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Vmc.12.0.0.15947287'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Vmc'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Vmc.cat' in the module 'VMware.VimAutomation.Vmc' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Vmc.cat' for the module 'VMware.VimAutomation.Vmc'.
VERBOSE: Validating the 'VMware.VimAutomation.Vmc' module files for catalog signing using the catalog file 'VMware.VimAutomation.Vmc.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Vmc.cat' of the module 'VMware.VimAutomation.Vmc' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Vmc' commands.
VERBOSE: Completed downloading 'VMware.VimAutomation.vROps'.
VERBOSE: Hash for package 'VMware.VimAutomation.vROps' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.vROps', version='12.0.0.15940184',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Vmc' with version '12.0.0.15947287' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Vmc' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Vmc\12.0.0.15947287'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.HorizonView', version='7.12.0.15718406',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.HorizonView', version='7.12.0.15718406',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Ho
rizonView.7.12.0.15718406\VMware.VimAutomation.HorizonView.7.12.0.15718406.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.HorizonView/7.12.0.15718406
'
VERBOSE: Validating the 'VMware.VimAutomation.Nsxt' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Nsxt.12.0.0.15939671' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Nsxt.12.0.0.15939671'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Nsxt'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Nsxt.cat' in the module 'VMware.VimAutomation.Nsxt' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Nsxt.cat' for the module 'VMware.VimAutomation.Nsxt'.
VERBOSE: Validating the 'VMware.VimAutomation.Nsxt' module files for catalog signing using the catalog file 'VMware.VimAutomation.Nsxt.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Nsxt.cat' of the module 'VMware.VimAutomation.Nsxt' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Nsxt' commands.
VERBOSE: Completed downloading 'VMware.VimAutomation.HorizonView'.
VERBOSE: Hash for package 'VMware.VimAutomation.HorizonView' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.HorizonView', version='7.12.0.15718406',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Nsxt' with version '12.0.0.15939671' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Cloud', version='12.0.0.15940183',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Cloud', version='12.0.0.15940183',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cloud.12
.0.0.15940183\VMware.VimAutomation.Cloud.12.0.0.15940183.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Cloud/12.0.0.15940183'
VERBOSE: Module 'VMware.VimAutomation.Nsxt' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Nsxt\12.0.0.15939671'.
VERBOSE: Validating the 'VMware.VimAutomation.vROps' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.vROps.12.0.0.15940184' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.vROps.12.0.0.15940184'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.vROps'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.vROps.cat' in the module 'VMware.VimAutomation.vROps' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.vROps.cat' for the module 'VMware.VimAutomation.vROps'.
VERBOSE: Validating the 'VMware.VimAutomation.vROps' module files for catalog signing using the catalog file 'VMware.VimAutomation.vROps.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.vROps.cat' of the module 'VMware.VimAutomation.vROps' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.vROps' commands.
VERBOSE: Completed downloading 'VMware.VimAutomation.Cloud'.
VERBOSE: Hash for package 'VMware.VimAutomation.Cloud' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Cloud', version='12.0.0.15940183',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.vROps' with version '12.0.0.15940184' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.vROps' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.vROps\12.0.0.15940184'.
VERBOSE: Validating the 'VMware.VimAutomation.HorizonView' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.HorizonView.7.12.0.15718406'
 path.
VERBOSE: InstallPackage' - name='VMware.ImageBuilder', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.ImageBuilder', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.ImageBuilder.7.0.0.15902843\VM
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.HorizonView.7.12.0.15718406'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.HorizonView'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.HorizonView.cat' in the module 'VMware.VimAutomation.HorizonView' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.HorizonView.cat' for the module 'VMware.VimAutomation.HorizonView'.
VERBOSE: Validating the 'VMware.VimAutomation.HorizonView' module files for catalog signing using the catalog file 'VMware.VimAutomation.HorizonView.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.HorizonView.cat' of the module 'VMware.VimAutomation.HorizonView' is valid and matches with the hash generated from the module co
ntents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.HorizonView' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.HorizonView' with version '7.12.0.15718406' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.HorizonView' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.HorizonView\7.12.0.15718406'.
VERBOSE: Completed downloading 'VMware.ImageBuilder'.
VERBOSE: Hash for package 'VMware.ImageBuilder' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.ImageBuilder', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.DeployAutomation', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.DeployAutomation', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.DeployAutomation.7.0.0.159
02843\VMware.DeployAutomation.7.0.0.15902843.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.DeployAutomation/7.0.0.15902843'
VERBOSE: Validating the 'VMware.VimAutomation.Cloud' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cloud.12.0.0.15940183' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Cloud.12.0.0.15940183'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Cloud'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Cloud.cat' in the module 'VMware.VimAutomation.Cloud' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Cloud.cat' for the module 'VMware.VimAutomation.Cloud'.
VERBOSE: Validating the 'VMware.VimAutomation.Cloud' module files for catalog signing using the catalog file 'VMware.VimAutomation.Cloud.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Cloud.cat' of the module 'VMware.VimAutomation.Cloud' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Cloud' commands.
VERBOSE: Completed downloading 'VMware.DeployAutomation'.
VERBOSE: Hash for package 'VMware.DeployAutomation' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.DeployAutomation', version='7.0.0.15902843',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Cloud' with version '12.0.0.15940183' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Storage', version='12.0.0.15939648',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Storage', version='12.0.0.15939648',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storag
e.12.0.0.15939648\VMware.VimAutomation.Storage.12.0.0.15939648.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Storage/12.0.0.15939648'
VERBOSE: Module 'VMware.VimAutomation.Cloud' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Cloud\12.0.0.15940183'.
VERBOSE: Validating the 'VMware.ImageBuilder' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.ImageBuilder.7.0.0.15902843' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.ImageBuilder.7.0.0.15902843'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.ImageBuilder'.
VERBOSE: Found the catalog file 'VMware.ImageBuilder.cat' in the module 'VMware.ImageBuilder' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.ImageBuilder.cat' for the module 'VMware.ImageBuilder'.
VERBOSE: Validating the 'VMware.ImageBuilder' module files for catalog signing using the catalog file 'VMware.ImageBuilder.cat'.
VERBOSE: The catalog signature in 'VMware.ImageBuilder.cat' of the module 'VMware.ImageBuilder' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.ImageBuilder' commands.
VERBOSE: Installing the dependency module 'VMware.ImageBuilder' with version '7.0.0.15902843' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.ImageBuilder' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.ImageBuilder\7.0.0.15902843'.
VERBOSE: Completed downloading 'VMware.VimAutomation.Storage'.
VERBOSE: Hash for package 'VMware.VimAutomation.Storage' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Storage', version='12.0.0.15939648',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: InstallPackage' - name='VMware.VimAutomation.StorageUtility', version='1.3.0.0',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.StorageUtility', version='1.3.0.0',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storage
Utility.1.3.0.0\VMware.VimAutomation.StorageUtility.1.3.0.0.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.StorageUtility/1.3.0'
VERBOSE: Validating the 'VMware.DeployAutomation' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.DeployAutomation.7.0.0.15902843' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.DeployAutomation.7.0.0.15902843'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.DeployAutomation'.
VERBOSE: Found the catalog file 'VMware.DeployAutomation.cat' in the module 'VMware.DeployAutomation' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.DeployAutomation.cat' for the module 'VMware.DeployAutomation'.
VERBOSE: Validating the 'VMware.DeployAutomation' module files for catalog signing using the catalog file 'VMware.DeployAutomation.cat'.
VERBOSE: The catalog signature in 'VMware.DeployAutomation.cat' of the module 'VMware.DeployAutomation' is valid and matches with the hash generated from the module contents.
VERBOSE: Completed downloading 'VMware.VimAutomation.StorageUtility'.
VERBOSE: Hash for package 'VMware.VimAutomation.StorageUtility' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.StorageUtility', version='1.3.0.0',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Checking for possible command collisions for the module 'VMware.DeployAutomation' commands.
VERBOSE: InstallPackage' - name='VMware.VumAutomation', version='6.5.1.7862888',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VumAutomation', version='6.5.1.7862888',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VumAutomation.6.5.1.7862888\VM
VERBOSE: Installing the dependency module 'VMware.DeployAutomation' with version '7.0.0.15902843' for the module 'VMware.PowerCLI'.
VERBOSE: Completed downloading 'VMware.VumAutomation'.
VERBOSE: Hash for package 'VMware.VumAutomation' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VumAutomation', version='6.5.1.7862888',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.DeployAutomation' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.DeployAutomation\7.0.0.15902843'.
VERBOSE: Validating the 'VMware.VimAutomation.Storage' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storage.12.0.0.15939648' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Storage.12.0.0.15939648'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Storage'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Storage.cat' in the module 'VMware.VimAutomation.Storage' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Storage.cat' for the module 'VMware.VimAutomation.Storage'.
VERBOSE: Validating the 'VMware.VimAutomation.Storage' module files for catalog signing using the catalog file 'VMware.VimAutomation.Storage.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Storage.cat' of the module 'VMware.VimAutomation.Storage' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Storage' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Storage' with version '12.0.0.15939648' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Security', version='12.0.0.15939672',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Security', version='12.0.0.15939672',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Secur
ity.12.0.0.15939672\VMware.VimAutomation.Security.12.0.0.15939672.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Security/12.0.0.15939672'
VERBOSE: Completed downloading 'VMware.VimAutomation.Security'.
VERBOSE: Hash for package 'VMware.VimAutomation.Security' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Security', version='12.0.0.15939672',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Module 'VMware.VimAutomation.Storage' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Storage\12.0.0.15939648'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.Hcx', version='12.0.0.15939647',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Validating the 'VMware.VimAutomation.StorageUtility' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.StorageUtility.1.3.0.0' p
ath.
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.Hcx', version='12.0.0.15939647',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Hcx.12.0.0
.15939647\VMware.VimAutomation.Hcx.12.0.0.15939647.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Hcx/12.0.0.15939647'
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.StorageUtility.1.3.0.0'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.StorageUtility'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.StorageUtility.cat' in the module 'VMware.VimAutomation.StorageUtility' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.StorageUtility.cat' for the module 'VMware.VimAutomation.StorageUtility'.
VERBOSE: Validating the 'VMware.VimAutomation.StorageUtility' module files for catalog signing using the catalog file 'VMware.VimAutomation.StorageUtility.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.StorageUtility.cat' of the module 'VMware.VimAutomation.StorageUtility' is valid and matches with the hash generated from the mod
ule contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.StorageUtility' commands.
VERBOSE: Completed downloading 'VMware.VimAutomation.Hcx'.
VERBOSE: Hash for package 'VMware.VimAutomation.Hcx' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.Hcx', version='12.0.0.15939647',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.StorageUtility' with version '1.3.0.0' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.StorageUtility' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.StorageUtility\1.3.0.0'.
VERBOSE: Validating the 'VMware.VumAutomation' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VumAutomation.6.5.1.7862888' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VumAutomation.6.5.1.7862888'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VumAutomation'.
VERBOSE: Found the catalog file 'VMware.VumAutomation.cat' in the module 'VMware.VumAutomation' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VumAutomation.cat' for the module 'VMware.VumAutomation'.
VERBOSE: Validating the 'VMware.VumAutomation' module files for catalog signing using the catalog file 'VMware.VumAutomation.cat'.
VERBOSE: The catalog signature in 'VMware.VumAutomation.cat' of the module 'VMware.VumAutomation' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VumAutomation' commands.
VERBOSE: Installing the dependency module 'VMware.VumAutomation' with version '6.5.1.7862888' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VumAutomation' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VumAutomation\6.5.1.7862888'.
VERBOSE: InstallPackage' - name='VMware.VimAutomation.WorkloadManagement', version='12.0.0.15947288',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Validating the 'VMware.VimAutomation.Security' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Security.12.0.0.15939672' path.
VERBOSE: DownloadPackage' - name='VMware.VimAutomation.WorkloadManagement', version='12.0.0.15947288',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutoma
tion.WorkloadManagement.12.0.0.15947288\VMware.VimAutomation.WorkloadManagement.12.0.0.15947288.nupkg', uri='https://www.powershellgallery.com/api/v2/package/VMware.VimAutomation.Worklo
adManagement/12.0.0.15947288'
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Security.12.0.0.15939672'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Security'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.Security.cat' in the module 'VMware.VimAutomation.Security' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Security.cat' for the module 'VMware.VimAutomation.Security'.
VERBOSE: Validating the 'VMware.VimAutomation.Security' module files for catalog signing using the catalog file 'VMware.VimAutomation.Security.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Security.cat' of the module 'VMware.VimAutomation.Security' is valid and matches with the hash generated from the module contents
.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Security' commands.
VERBOSE: Completed downloading 'VMware.VimAutomation.WorkloadManagement'.
VERBOSE: Hash for package 'VMware.VimAutomation.WorkloadManagement' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.VimAutomation.WorkloadManagement', version='12.0.0.15947288',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Security' with version '12.0.0.15939672' for the module 'VMware.PowerCLI'.
VERBOSE: InstallPackage' - name='VMware.PowerCLI', version='12.0.0.15947286',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: DownloadPackage' - name='VMware.PowerCLI', version='12.0.0.15947286',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.PowerCLI.12.0.0.15947286\VMware.P
VERBOSE: Module 'VMware.VimAutomation.Security' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Security\12.0.0.15939672'.
VERBOSE: Validating the 'VMware.VimAutomation.Hcx' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Hcx.12.0.0.15939647' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.Hcx.12.0.0.15939647'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.Hcx'.
VERBOSE: Completed downloading 'VMware.PowerCLI'.
VERBOSE: Hash for package 'VMware.PowerCLI' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='VMware.PowerCLI', version='12.0.0.15947286',destination='C:\Users\derek.jasperse\AppData\Local\Temp\2035461182'
VERBOSE: Found the catalog file 'VMware.VimAutomation.Hcx.cat' in the module 'VMware.VimAutomation.Hcx' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.Hcx.cat' for the module 'VMware.VimAutomation.Hcx'.
VERBOSE: Validating the 'VMware.VimAutomation.Hcx' module files for catalog signing using the catalog file 'VMware.VimAutomation.Hcx.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.Hcx.cat' of the module 'VMware.VimAutomation.Hcx' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.Hcx' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.Hcx' with version '12.0.0.15939647' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.Hcx' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.Hcx\12.0.0.15939647'.
VERBOSE: Validating the 'VMware.VimAutomation.WorkloadManagement' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.WorkloadManagement.12
.0.0.15947288' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.VimAutomation.WorkloadManagement.12.0.0.159472
88'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.VimAutomation.WorkloadManagement'.
VERBOSE: Found the catalog file 'VMware.VimAutomation.WorkloadManagement.cat' in the module 'VMware.VimAutomation.WorkloadManagement' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.VimAutomation.WorkloadManagement.cat' for the module 'VMware.VimAutomation.WorkloadManagement'.
VERBOSE: Validating the 'VMware.VimAutomation.WorkloadManagement' module files for catalog signing using the catalog file 'VMware.VimAutomation.WorkloadManagement.cat'.
VERBOSE: The catalog signature in 'VMware.VimAutomation.WorkloadManagement.cat' of the module 'VMware.VimAutomation.WorkloadManagement' is valid and matches with the hash generated from
 the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.VimAutomation.WorkloadManagement' commands.
VERBOSE: Installing the dependency module 'VMware.VimAutomation.WorkloadManagement' with version '12.0.0.15947288' for the module 'VMware.PowerCLI'.
VERBOSE: Module 'VMware.VimAutomation.WorkloadManagement' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.VimAutomation.WorkloadManagement\12.0.0.1
5947288'.
VERBOSE: Validating the 'VMware.PowerCLI' module contents under 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.PowerCLI.12.0.0.15947286' path.
VERBOSE: Test-ModuleManifest successfully validated the module manifest file 'C:\Users\derek.jasperse\AppData\Local\Temp\2035461182\VMware.PowerCLI.12.0.0.15947286'.
VERBOSE: Validating the authenticode signature and publisher of the catalog file or module manifest file of the module 'VMware.PowerCLI'.
VERBOSE: Found the catalog file 'VMware.PowerCLI.cat' in the module 'VMware.PowerCLI' contents.
VERBOSE: Valid authenticode signature found in the catalog file 'VMware.PowerCLI.cat' for the module 'VMware.PowerCLI'.
VERBOSE: Validating the 'VMware.PowerCLI' module files for catalog signing using the catalog file 'VMware.PowerCLI.cat'.
VERBOSE: The catalog signature in 'VMware.PowerCLI.cat' of the module 'VMware.PowerCLI' is valid and matches with the hash generated from the module contents.
VERBOSE: Checking for possible command collisions for the module 'VMware.PowerCLI' commands.
VERBOSE: Module 'VMware.PowerCLI' was installed successfully to path 'C:\Program Files\WindowsPowerShell\Modules\VMware.PowerCLI\12.0.0.15947286'.
 
PS C:\WINDOWS\system32> Connect-VIServer
Connect-VIServer : The 'Connect-VIServer' command was found in the module 'VMware.VimAutomation.Core', but the module could not be loaded. For more information, run 'Import-Module 
VMware.VimAutomation.Core'.
At line:1 char:1
+ Connect-VIServer
+ ~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Connect-VIServer:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
 
0 Kudos
LucD
Leadership
Leadership
Jump to solution

Thanks.
Btw, there is an option to attach files :smileygrin:

Which PowerShell version are you using?

Do a

$PSVersionTable

Next thing  to possibly try, if you also have Visual Studio installed, is the solution in Re: PowerCLI installs but does not work


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

I went throught the steps on the post you linked and it looks like it solved my issue. I rebooted just to make sure and it looks like I'm good to go now.

Thanks so much for your help!

0 Kudos
LucD
Leadership
Leadership
Jump to solution

Out of curiosity, do you have Visual Studio installed on the station?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
derekjasp
Contributor
Contributor
Jump to solution

I do actually have a remnant version of Visual Studio 2010 Shell (Isolated) - ENU, 2010 Tools for Office Runtime (x64), and Visual Studio 2010 Prerequisites from a former user of this computer.

I can't say I would have ever considered them to be a culprit.

0 Kudos