New-CMCloudDistributionPoint

New-CMCloudDistributionPoint

Creates a cloud distribution point.

Syntax

Parameter Set: NewCloudDistributionPoint
New-CMCloudDistributionPoint -ManagementCertificatePath <String> -Region <Region> {AnywhereAsia | AnywhereEurope | AnywhereUS | EastAsia | EastUS | NorthCentralUS | NorthEurope | SouthCentralUS | SoutheastAsia | WestEurope | WestUS} -ServiceCertificatePath <String> -ServiceCName <String> -SiteCode <String> -SubscriptionId <String> [-Description <String> ] [-ManagementCertificatePassword <SecureString> ] [-ServiceCertificatePassword <SecureString> ] [-StorageCriticalThreshold <Int32> ] [-StorageQuotaGB <Int32> ] [-StorageWarningThreshold <Int32> ] [-TrafficCriticalThreshold <Int32> ] [-TrafficOutGB <Int32> ] [-TrafficWarningThreshold <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMCloudDistributionPoint cmdlet creates a cloud distribution point in Microsoft System Center 2012 SP1 Configuration Manager.

In System Center 2012 Configuration Manager, you can use a cloud service in Azure to host a distribution point for storing files to download to clients. You can send packages and apps to and host packages and apps in cloud distribution points. For more information about cloud distribution points, see Planning for Content Management in Configuration Manager (https://go.microsoft.com/fwlink/?LinkId=266223) on TechNet.

Parameters

-Description<String>

Specifies a description for a cloud distribution point.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ManagementCertificatePassword<SecureString>

Specifies a password for a management certificate.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ManagementCertificatePath<String>

Specifies a location for a management certificate.

Aliases

ManagementCertificate

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Region<Region>

Specifies a region. This is the Azure region where you want to create the cloud service that hosts this distribution point. The acceptable values for this parameter are:

-- AnywhereAsia
-- AnywhereEurope
-- AnywhereUS
-- EastAsia
-- EastUS
-- NorthCentralUS
-- NorthEurope
-- SouthCentralUS
-- SoutheastAsia
-- WestEurope
-- WestUS

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ServiceCertificatePassword<SecureString>

Specifies a password for a service certificate.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ServiceCertificatePath<String>

Specifies a location for a service certificate.

Aliases

ServiceCertificate

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ServiceCName<String>

Specifies an alias, or CName, for a service.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies a Configuration Manager site code.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-StorageCriticalThreshold<Int32>

Specifies the percentage for a critical alert to occur, based on the storage alert threshold.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-StorageQuotaGB<Int32>

Specifies the threshold value, in gigabytes, that triggers errors or warnings for total content storage.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-StorageWarningThreshold<Int32>

Specifies the percentage for a warning alert to occur, based on the storage alert threshold.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SubscriptionId<String>

Specifies a subscription ID for your Azure account. To get a subscription ID, use the Azure Management Portal.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-TrafficCriticalThreshold<Int32>

Specifies the percentage for a critical alert to occur, based on the traffic out alert threshold.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-TrafficOutGB<Int32>

Specifies the threshold value, in gigabytes, that triggers errors or warnings, for monthly traffic out of Azure Storage Service.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-TrafficWarningThreshold<Int32>

Specifies the percentage for a warning alert to occur, based on the traffic out alert threshold.

Aliases

none

Required?

false

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 cloud distribution point

This command creates a distribution with the canonical name server.contoso.com. The distribution point is located in the WestUS Azure region and is associated with the Azure subscription 81c87063-04a3-4abf-8e4c-736569bc1f60.

PS C:\> New-CMCloudDistributionPoint -ManagementCertificatePath "C:\Certificates\Management.pfx" -Region "WestUS" -ServiceCertificatePath "C:\Certificates\Distribution.pfx" -ServiceCName "distribution-server.contoso.com" -SiteCode "ContosoSite"-SubscriptionID "81c87063-04a3-4abf-8e4c-736569bc1f60"

Get-CMCloudDistributionPoint

Remove-CMCloudDistributionPoint

Set-CMCloudDistributionPoint

Start-CMCloudDistributionPoint

Stop-CMCloudDistributionPoint