Syntax
Get-PowerCLIConfiguration [-Scope <ConfigurationScope>] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet retrieves the VMware PowerCLI proxy configuration and default servers policy.Parameters
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
Scope | ConfigurationScope | Specifies a scope to filter VMware PowerCLI settings by. The parameter accepts Session, User, and All Users values. | false | false |
Return Type
One or more PowerCLIConfiguration objectsNotes
Examples
-------------- 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.