The Get-VmsClientProfile cmdlet gets smart client profiles defined in on the
VMS. By default one ClientProfile exists and the IsDefaultProfile property of
that ClientProfile will be $true. Depending on the VMS version, more client
profiles can be created and assigned as the default client profile for one or
more roles.
REQUIREMENTS
Requires VMS connection and will attempt to connect automatically
Returns all smart client profiles. The order in which the profiles are returned
should match the order shown in Smart Client. When a user is a member of more than
one role where those roles each have their own default client profile, the user
will end up using the client profile that comes before the others in the list.
Returns the default smart client profile. There should always be only one default
client profile, it it should be the last entry in the list of client profiles as
it will always have the lowest priority.
Returns all smart client profiles with a name beginning with the word "Remote".
If no such profiles exist, no value will be returned and no error will be shown
due to the presence of the "*" wildcard character.
Returns the smart client profile named 'Operators', if it exists. If it does not
exist, an error is returned because the value provided to the -Name parameter
does not contain a wildcard character.
Returns the smart client profile with Id '09325526-64f7-4348-bd40-112f9e17c2e6'.
If the provided Id does not match an existing client profile, an error is returned.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.