Get-CMDistributionPoint

Get-CMDistributionPoint

Gets a distribution point.

Syntax

Parameter Set: SearchByName
Get-CMDistributionPoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Parameter Set: SearchByGroup
Get-CMDistributionPoint -DistributionPointGroup <IResultObject> [ <CommonParameters>]

Parameter Set: SearchByGroupId
Get-CMDistributionPoint -DistributionPointGroupId <String> [ <CommonParameters>]

Parameter Set: SearchByGroupName
Get-CMDistributionPoint -DistributionPointGroupName <String> [ <CommonParameters>]

Detailed Description

The Get-CMDistributionPoint cmdlet gets a distribution point. Microsoft System Center 2012 SP1 Configuration Manager uses distribution points to store files for clients to download, such as application content, software packages, software updates, operating system images, and boot images.

Parameters

-DistributionPointGroup<IResultObject>

Specifies a CMDistributionPointGroup object. To obtain a CMDistributionPointGroup object, use the Get-CMDistributionPointGroup cmdlet.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DistributionPointGroupId<String>

Specifies the ID of a distribution point group.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-DistributionPointGroupName<String>

Specifies the name of a distribution point group.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code of the site that is associated with a distribution point. The default value is an empty string.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies a fully qualified domain name (FQDN) of the server that hosts the site system role.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

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: Get a distribution point

This command gets a distribution point that is associated with the site system named CMCEN-DIST02.TSQA.CONTOSCO.COM and the site code CM1.

PS C:\> Get-CMDistributionPoint -SiteSystemServerName "CMCEN-DIST02.TSQA.CONTOSCO.COM" -SiteCode "CM1"

Add-CMDistributionPoint

Remove-CMDistributionPoint

Set-CMDistributionPoint

Update-CMDistributionPoint

Get-CMDistributionPointGroup