here is the full error when I run PowerCLI:
+ FullyQualifiedErrorId : TypeInitializationException
Get-PowerCLIVersion : Could not load file or assembly
'VMware.VimAutomation.Logging.SoapInterceptor, Version=10.0.0.1374,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system
cannot find the file specified.
At C:\Program Files (x86)\VMware\Infrastructure\vSphere
PowerCLI\Scripts\Initialize-PowerCLIEnvironment.ps1:78 char:12
+ $version = Get-PowerCLIVersion
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-PowerCLIVersion], FileNot
FoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,VMware.VimAutoma
tion.ViCore.Cmdlets.Commands.GetViToolkitVersion
Get-InstallPath cmdlet is no longer supported. Please use (get-module
<Module_Name>).ModuleBase instead.
At C:\Users\1sfields\Documents\WindowsPowerShell\Modules\VMware.VimAutomation.S
dk\10.0.0.7893910\net45\VMware.VimAutomation.Sdk.ps1:42 char:4
+ throw "Get-InstallPath cmdlet is no longer supported. Please use ( ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Get-InstallPath...leBase inst
ead.:String) [], RuntimeException
+ FullyQualifiedErrorId : Get-InstallPath cmdlet is no longer supported. P
lease use (get-module <Module_Name>).ModuleBase instead.