PowerCLI Reference

Get-PowerCLIVersion

Synopsis

This cmdlet retrieves the versions of the installed PowerCLI snapins.

Syntax

Get-PowerCLIVersion [<CommonParameters>]

Related Commands

Online version

Detailed Description

This cmdlet retrieves the versions of the installed PowerCLI snapins.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value

Return Type

One or more PowerCLIVersion objects

Notes

Examples

-------------- Example 1 --------------

Get-PowerCLIVersion

Retrieves the version of VMware PowerCLI.

-------------- Example 2 --------------

Get-PowerCLIVersion | select -expand SnapinVersions

Lists the versions of additional PowerCLI snapins.


Copyright © VMware, Inc. All rights reserved.