Add-BT_CustomerGroup

Syntax

Add-BT_CustomerGroup -Ticket <Ticket> [-Environment <string>] [-Id <guid>] [-IsDeleted <bool>] [-Created <datetime>] [-Updated <datetime>] [-Version <int>] [-SystemUserId <guid>] [-Name <string>] [-Type <GroupType>] [-EndpointId <guid>] [-ExternalId <string>] [-IsArchived <bool>] [-OrganizationId <guid>] [-ResourceId <guid>] [-PopulatedState <CustomerGroupPopulatedState>] [-AccessLevel <AccessLevel>] [<CommonParameters>]

Add-BT_CustomerGroup -Ticket <Ticket> -EndpointUrl <string> [-Id <guid>] [-IsDeleted <bool>] [-Created <datetime>] [-Updated <datetime>] [-Version <int>] [-SystemUserId <guid>] [-Name <string>] [-Type <GroupType>] [-EndpointId <guid>] [-ExternalId <string>] [-IsArchived <bool>] [-OrganizationId <guid>] [-ResourceId <guid>] [-PopulatedState <CustomerGroupPopulatedState>] [-AccessLevel <AccessLevel>] [<CommonParameters>]

Detailed Description

Add-BT_CustomerGroup adds a(an) BT_CustomerGroup. Customer group.

Parameters

Total Parameters: 29

EndpointUrl

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Ticket

Paremeter specs:

Required True
ValueFromPipeline False
ValueFromPipelineByPropertyName False

AccessLevel

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Created

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

EndpointId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Environment

Available values are listed below.

Value Description
BT Represents BT
Beta Represents Beta
Develop Represents Develop
Release Represents Release
Test Represents Test
China Represents China
Germany Represents Germany
Alpha Represents Alpha
Today Represents Today
Sandbox-02 Represents Sandbox-02
Sandbox-03 Represents Sandbox-03

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ExternalId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Id

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

IsArchived

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

IsDeleted

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Name

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

OrganizationId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

PopulatedState

Available values are listed below.

Value Description
NotApplicable Not applicable. (When the group's members are not supposed to be populated from an external project.)
Processing Processing.
Completed Completed.
Failed Failed.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

ResourceId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

SystemUserId

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Type

Available values are listed below.

Value Description
ActiveDirectoryDistributionGroup Active Directory distribution group.
ActiveDirectorySecurityGroup Active Directory security group.
CustomGroup Custom group.
Endpoint The group corresponds to an endpoint.
DeviceManagement Identifies the DMA group. It contains users discovered via DMA.
ActiveDirectoryGroup Active Directory group which is not security or distribution group.
MigrationWiz A group that is created and contains users from a MigrationWiz project.

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Updated

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Version

Paremeter specs:

Required False
ValueFromPipeline False
ValueFromPipelineByPropertyName False

Outputs

System.Object

Notes

Examples