PS Microsoft.PowerShell.Core\FileSystem::\\FileServer01\homedir\Albert> Get-PowerCLIVersion | ft -AutoSize
Major Minor Build Revision Copyright Company UserFriendlyVersion SnapinVersions
----- ----- ----- -------- --------- ------- ------------------- --------------
4 1 332441 0 Copyright © VMware, Inc. 1998-2010 VMware, Inc. VMware vSphere PowerCLI 4.1 U1 build 332441 {VMWare vSphere PowerCLI 4.1 U1 build 332441}
PS Microsoft.PowerShell.Core\FileSystem::\\FIleServer01\homedir\Albert> Get-PowerCLIConfiguration | ft -AutoSize
Proxy Policy Default Server Mode
------------ -------------------
UseSystemProxy Multiple
PS Microsoft.PowerShell.Core\FileSystem::\\FileServer01\homedir\Albert> Get-PSProvider | ft -AutoSize
Name Capabilities Drives
---- ------------ ------
WSMan Credentials {WSMan}
Alias ShouldProcess {Alias}
Environment ShouldProcess {Env}
FileSystem Filter, ShouldProcess {C, D, G, H...}
Function ShouldProcess {Function}
Registry ShouldProcess, Transactions {HKLM, HKCU}
Variable ShouldProcess {Variable}
Certificate ShouldProcess {cert}
VimDatastore ShouldProcess {vmstores, vmstore}
VimInventory Filter {vis, vi}
PS Microsoft.PowerShell.Core\FileSystem::\\FileServer01\homedir\Albert> Get-PSSnapin | ft -AutoSize
Name PSVersion Description
---- --------- -----------
Microsoft.PowerShell.Diagnostics 2.0 This Windows PowerShell snap-in contains Windows Eventing and Performance Counter cmdlets.
Microsoft.WSMan.Management 2.0 This Windows PowerShell snap-in contains cmdlets (such as Get-WSManInstance and Set-WSManInstance) that are used by t...
Microsoft.PowerShell.Core 2.0 This Windows PowerShell snap-in contains cmdlets used to manage components of Windows PowerShell.
Microsoft.PowerShell.Utility 2.0 This Windows PowerShell snap-in contains utility Cmdlets used to manipulate data.
Microsoft.PowerShell.Host 2.0 This Windows PowerShell snap-in contains cmdlets (such as Start-Transcript and Stop-Transcript) that are provided for...
Microsoft.PowerShell.Management 2.0 This Windows PowerShell snap-in contains management cmdlets used to manage Windows components.
Microsoft.PowerShell.Security 2.0 This Windows PowerShell snap-in contains cmdlets to manage Windows PowerShell security.
Quest.ActiveRoles.ADManagement 1.0 This Windows PowerShell snap-in contains cmdlets to manage Active Directory and Quest ActiveRoles Server.
VMware.VimAutomation.Core 2.0 This Windows PowerShell snap-in contains Windows PowerShell cmdlets for managing vSphere.
Microsoft.Exchange.Management.PowerShell.Admin 1.0 Admin Tasks for the Exchange Server
Microsoft.Exchange.Management.Powershell.Support 1.0 Support Tasks for the Exchange Server
I can use any other PS script in this forum but somehow even the simple "dir vmstores:\" command not working either ?