Select-HubContext
Synopsis
Syntax
__AllParameterSets
Select-HubContext -ApplicationKey <string> [<CommonParameters>]Description
Examples
PS C:\> $availCtxs = Get-HubContext; Select-HubContext -ApplicationKey $availCtxs[2].ApplicationKeyParameters
-ApplicationKey
Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: Named
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''CommonParameters
Notes
Last updated
Was this helpful?