New-CMDistributionPointGroup

New-CMDistributionPointGroup

Creates a distribution point group.

Syntax

Parameter Set: New
New-CMDistributionPointGroup -Name <String> [-Description <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMDistributionPointGroup cmdlet creates a distribution point group. Distribution point groups provide a logical grouping of distribution points for content distribution.

Parameters

-Description<String>

Specifies a description for the distribution point group.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies a name of the distribution point group.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Create a distribution point group

This command creates a distribution point group named DpgDept01 and adds a description for the distribution point group.

PS C:\> New-CMDistributionPointGroup -Name "DpgDept01" -Description "Western region"

Get-CMDistributionPointGroup

Set-CMDistributionPointGroup

Remove-CMDistributionPointGroup