VMware Cloud Community
Andy90
Enthusiast
Enthusiast

Powershell prefix "PS" lost after Import-Module vmware.vimautomation.core

After I have imported the vmware.vimautomation.core Module, the prefix "PS" is lost within my Powershell ISE.

Does anyone has an idea why this happens?

Thanks a lot.

PS C:\Users\user1> '"PS" prefix is available'

PS C:\Users\user1> import-module vmware.vimautomation.core

   C:\Users\user1> "PS prefix is lost"

--> "PS" prefix is lost after module import.

here the according information about versions:

C:\Users\user1> $PSVersionTable.PSVersion

Major  Minor  Build  Revision

-----  -----  -----  --------

5      0      10586  117    

C:\Users\user1> Get-PowerCLIVersion

PowerCLI Version

----------------

   VMware PowerCLI 6.5 Release 1 build 4624819

---------------

Component Versions

---------------

   VMware Cis Core PowerCLI Component 6.5 build 4624453

   VMware VimAutomation Core PowerCLI Component 6.5 build 4624450

0 Kudos
0 Replies