Get-CmTeam¶
SYNOPSIS¶
Get team info
SYNTAX¶
ID (Default)¶
Get-CmTeam [-ID] <String> [-TrustClient <TrustClient>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
All¶
Get-CmTeam [-All] [-TrustClient <TrustClient>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION¶
Get info for a team including members and owners.
EXAMPLES¶
EXAMPLE 1¶
Get-CmTeam -ID 'local:{803f332e-7576-4696-a5a2-8ac6be6b14e6}'
Get info for a Certificate Manager, Self-Hosted team
EXAMPLE 2¶
Find-CmIdentity -Name MyTeamName | Get-CmTeam
Search for a team and then get details
EXAMPLE 3¶
Get-CmTeam -All
Get info for all teams
PARAMETERS¶
-ID¶
Team ID in local prefixed universal format. You can find the team/group ID with Find-CmIdentity.
Type: String
Parameter Sets: ID
Aliases: PrefixedUniversal, Guid, PrefixedName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-All¶
Provide this switch to get all teams
Type: SwitchParameter
Parameter Sets: All
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-TrustClient¶
Authentication for the function. The value defaults to the script session object $TrustClient created by New-TrustClient.
Type: TrustClient
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
ID¶
OUTPUTS¶
PSCustomObject¶
NOTES¶
RELATED LINKS¶
https://docs.venafi.com/Docs/current/TopNav/Content/SDK/WebSDK/r-SDK-GET-Teams-prefix-universal.php