Skip to content

New JCPolicyGroup

CircleCI edited this page Feb 10, 2025 · 1 revision

New-JCPolicyGroup

SYNOPSIS

This endpoint allows you to create a new Policy Group.

SYNTAX

FromTemplateID

New-JCPolicyGroup -TemplateID <String> [<CommonParameters>]

Name

New-JCPolicyGroup -Name <String> [-Description <String>]
 [<CommonParameters>]

DESCRIPTION

New-JCPolicyGroup allows you to create a new Policy Group to add policies to.

EXAMPLES

Example 1

PS C:\> New-JCPolicyGroup -Name "Windows Policy Group"

Creates a policy group with name: "Windows Policy Group"

Example 2

PS C:\> New-JCPolicyGroup -Name "Windows Policy Group" -Description "Windows MDM Policies"

Creates a policy group with name: "Windows Policy Group" and description: "Windows MDM Policies"

PARAMETERS

-Description

The description of the policy group to create

Type: System.String
Parameter Sets: Name
Aliases:

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

-Name

The name of the policy group to create

Type: System.String
Parameter Sets: Name
Aliases:

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

-TemplateID

The Policy Template ID to apply to this MTP org. This parameter will only work in MTP organizations

Type: System.String
Parameter Sets: FromTemplateID
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