< Back

Get-PowerCLIVersion

Sun Jan 19, 2020 6:51 pm

NAME Get-PowerCLIVersion



SYNOPSIS

This cmdlet retrieves the versions of the installed PowerCLI snapins.





SYNTAX

Get-PowerCLIVersion [<CommonParameters>]





DESCRIPTION

This cmdlet retrieves the versions of the installed PowerCLI snapins.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

One or more PowerCLIVersion objects







NOTES









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



Get-PowerCLIVersion



Retrieves the version of VMware PowerCLI.

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



Get-PowerCLIVersion | select -expand SnapinVersions



Lists the versions of additional PowerCLI snapins.



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... rsion.html