< Back

Get-PowerCLIConfiguration

Sun Jan 19, 2020 6:51 pm

NAME Get-PowerCLIConfiguration



SYNOPSIS

This cmdlet retrieves the VMware PowerCLI proxy configuration and default servers policy.





SYNTAX

Get-PowerCLIConfiguration [-Scope <ConfigurationScope>] [<CommonParameters>]





DESCRIPTION

This cmdlet retrieves the VMware PowerCLI proxy configuration and default servers policy.





PARAMETERS

-Scope <ConfigurationScope>

Specifies a scope to filter VMware PowerCLI settings by. The parameter accepts Session, User, and All Users

values.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<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 PowerCLIConfiguration objects







NOTES









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



Get-PowerCLIConfiguration



Retrieves information about the VMware PowerCLI configuration for every scope.

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



Get-PowerCLIConfiguration -Scope User



Retrieves information about the VMware PowerCLI configuration for the User scope.

-------------------------- Example 3 --------------------------



Get-PowerCLIConfiguration -Scope ([VMware.VimAutomation.ViCore.Types.V1.ConfigurationScope]::Session -bor

[VMware.VimAutomation.ViCore.Types.V1.ConfigurationScope]::User)



Retrieves information about the VMware PowerCLI configuration for the User and Session scopes.



RELATED LINKS

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

Set-PowerCLIConfiguration