Skip to content

Get JCPolicyGroupTemplateMember

CircleCI edited this page Feb 10, 2025 · 1 revision

Get-JCPolicyGroupTemplateMember

SYNOPSIS

Retrieves a Policy Group Template's Members

SYNTAX

ById

Get-JCPolicyGroupTemplateMember -GroupTemplateID <String>
 [<CommonParameters>]

ByName

Get-JCPolicyGroupTemplateMember -Name <String> [<CommonParameters>]

DESCRIPTION

Get-JCPolicyGroupTemplateMember returns members of the policy group template in an MTP organization. Policy Group Templates are defined on the MTP level for all organizations to access.

EXAMPLES

Example 1

PS C:\> Get-JCPolicyGroupTemplateMember -GroupTemplateID 670e935fbf700a0001990e7d

Retrieves a Policy Group Template with id: 670e935fbf700a0001990e7d policy members

Example 2

PS C:\> Get-JCPolicyGroupTemplateMember -Name "GroupTemplateName"

Retrieves a Policy Group Template with name: GroupTemplateName policy members

PARAMETERS

-GroupTemplateID

Use the -GroupTemplateID parameter when you want to query a specific group template members.

Type: System.String
Parameter Sets: ById
Aliases: _id, id

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of the JumpCloud policy group template to query and return members of

Type: System.String
Parameter Sets: ByName
Aliases:

Required: True
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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Quick Links

Command Reference

Authentication

Import and Backup

RADIUS Reply Attributes

User Functions

Administrator Functions

System Functions

Command Functions

Group Functions

Policy Functions

Event Functions

Report Functions

Clone this wiki locally