Hi,
Till 6.5.0 Power CLI, VMware.Vim.dll was strong name enabled dlls. But from 6.5.1, those dll's are not strongly named dll's.
In PowerShell gallery based installation also, dll's were not strongly named.
Unable to load those dll's into strongly named execution binary.
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'VMware.Vim, Version=6.5.1.378, Culture=neutral, PublicKeyToken=null' or one o
f its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
at VimClientTest.Program.Main(String[] args)