New-CMCloudDistributionPoint
创建云分发点。
语法
New-CMCloudDistributionPoint
[-Description <String>]
[-EnvironmentSetting <AzureEnvironment>]
[-ManagementCertificatePassword <SecureString>]
-ManagementCertificatePath <String>
[-PassThru]
-Region <AzureRegion>
[-ServiceCertificatePassword <SecureString>]
-ServiceCertificatePath <String>
-ServiceCName <String>
[-SiteCode <String>]
[-StorageCriticalThreshold <Int32>]
[-StorageQuotaGB <Int32>]
[-StorageWarningThreshold <Int32>]
-SubscriptionId <String>
[-TrafficCriticalThreshold <Int32>]
[-TrafficOutGB <Int32>]
[-TrafficWarningThreshold <Int32>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
New-CMCloudDistributionPoint cmdlet 在 Configuration Manager 中创建云分发点。
在 Configuration Manager 中,可以使用 Azure 中的云服务来托管分发点,以便存储要下载到客户端的文件。 可以将包和应用发送到云分发点中的包和应用,并在云分发点中托管包和应用。 有关云分发点的详细信息,请参阅 在 Configuration Manager 中规划内容管理。
注意
从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>
。 有关详细信息,请参阅 入门。
示例
示例 1:创建云分发点
PS XYZ:\> 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"
此命令创建具有规范名称 server.contoso.com 的分布区。 分发点位于 WestUS Azure 区域,与 Azure 订阅 81c87063-04a3-4abf-8e4c-736569bc1f60 相关联。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Description
指定云分发点的说明。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DisableWildcardHandling
此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-EnvironmentSetting
{{ Fill EnvironmentSetting Description }}
类型: | AzureEnvironment |
接受的值: | AzurePublicCloud, AzureUSGovernmentCloud |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ForceWildcardHandling
此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ManagementCertificatePassword
指定管理证书的密码。
类型: | SecureString |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ManagementCertificatePath
指定管理证书的位置。
类型: | String |
别名: | ManagementCertificate |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PassThru
添加此参数可返回一个对象,该对象表示正在使用的项。 默认情况下,此 cmdlet 可能不会生成任何输出。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Region
指定区域。 这是要在其中创建托管此分发点的云服务的 Azure 区域。 此参数可接受的值为:
- AnywhereAsia
- AnywhereEurope
- AnywhereUS
- 东亚
- EastUS
- NorthCentralUS
- NorthEurope
- SouthCentralUS
- 东南亚
- WestEurope
- WestUS
类型: | AzureRegion |
接受的值: | AnywhereAsia, AnywhereEurope, AnywhereUS, EastAsia, EastUS, NorthCentralUS, NorthEurope, SouthCentralUS, SoutheastAsia, WestEurope, WestUS, WestUS2, WestCentralUS, USGovernmentIowa, USGovernmentVirginia, USGovernmentArizona, USGovernmentTexas, USDoDCentral, USDoDEast, AustraliaEast, AustraliaSoutheast, BrazilSouth, CanadaCentral, CanadaEast, CentralIndia, CentralUS, EastUS2, JapanEast, JapanWest, SouthIndia, UKSouth, UKWest, WestIndia, FranceSouth, FranceCentral, KoreaSouth, KoreaCentral, AustraliaCentral, AustraliaCentral2, ChinaEast, ChinaNorth, GermanyCentral, GermanyNortheast, SouthAfricaNorth, SouthAfricaWest |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ServiceCertificatePassword
指定服务证书的密码。
类型: | SecureString |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ServiceCertificatePath
指定服务证书的位置。
类型: | String |
别名: | ServiceCertificate |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ServiceCName
指定服务的别名或 CName。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SiteCode
指定 Configuration Manager 站点代码。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageCriticalThreshold
根据存储警报阈值指定发生严重警报的百分比。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageQuotaGB
指定阈值(以 GB 为单位),该值触发总内容存储的错误或警告。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-StorageWarningThreshold
根据存储警报阈值指定发生警告警报的百分比。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionId
指定 Azure 帐户的订阅 ID。 若要获取订阅 ID,请使用 Azure 管理门户。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TrafficCriticalThreshold
根据流量传出警报阈值指定发生严重警报的百分比。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TrafficOutGB
为 Azure 存储服务的每月流量指定触发错误或警告的阈值(以 GB 为单位)。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-TrafficWarningThreshold
根据流量传出警报阈值,指定发生警告警报的百分比。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示在 cmdlet 运行时发生的情况。 cmdlet 不会运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
IResultObject
IResultObject[]
IResultObject[]
IResultObject