Set-CMSoftwareDistributionComponent
设置 Configuration Manager 中软件分发组件的属性。
语法
Set-CMSoftwareDistributionComponent
[-AddNetworkAccessAccountName <String[]>]
[-CleanNetworkAccessAccountName]
[-DelayBeforeRetryingMins <Int32>]
[-MaximumPackageCount <Int32>]
[-MaximumThreadCountPerPackage <Int32>]
[-MulticastDelayBeforeRetryingMins <Int32>]
[-MulticastRetryCount <Int32>]
[-NetworkAccessAccountName <String[]>]
[-RemoveNetworkAccessAccountName <String[]>]
[-RetryCount <Int32>]
[-SiteCode <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMSoftwareDistributionComponent
[-ClientComputerAccount]
[-DelayBeforeRetryingMins <Int32>]
[-MaximumPackageCount <Int32>]
[-MaximumThreadCountPerPackage <Int32>]
[-MulticastDelayBeforeRetryingMins <Int32>]
[-MulticastRetryCount <Int32>]
[-RetryCount <Int32>]
[-SiteCode <String>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Set-CMSoftwareDistributionComponent cmdlet 在 Configuration Manager 中设置软件分发组件的属性。 可以配置对象的属性,以满足客户端对 Configuration Manager 站点的要求。
注意
从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>
。 有关详细信息,请参阅 入门。
示例
示例 1:设置软件分发组件的属性
PS XYZ:\> Set-CMSoftwareDistributionComponent -SiteCode "CM2" -MaximumPackageCount 3 -MaximumThreadsPerPackage 6 -RetryCount 99 -DelayBeforeRetryingMinutes 31 -MulticastRetryCount 4 -MulticastDelayBeforeRetryingMinutes 2 -NetworkAccessAccount "Western\ElisaDaugherty"
以下命令设置软件分发组件的所有属性。
参数
-AddNetworkAccessAccountName
{{ Fill AddNetworkAccessAccountName Description }}
类型: | String[] |
别名: | AddNetworkAccessAccountNames |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-CleanNetworkAccessAccountName
{{ Fill CleanNetworkAccessAccountName Description }}
类型: | SwitchParameter |
别名: | CleanNetworkAccessAccountNames |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ClientComputerAccount
指示 cmdlet 使用客户端计算机帐户。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DelayBeforeRetryingMins
类型: | Int32 |
别名: | DelayBeforeRetryingMinutes |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DisableWildcardHandling
此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ForceWildcardHandling
此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MaximumPackageCount
指定包的最大数目。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MaximumThreadCountPerPackage
类型: | Int32 |
别名: | MaximumThreadsPerPackage |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MulticastDelayBeforeRetryingMins
类型: | Int32 |
别名: | MulticastDelayBeforeRetryingMinutes |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MulticastRetryCount
指定多播软件分发尝试的重试计数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-NetworkAccessAccountName
指定用于网络访问的帐户名称。
类型: | String[] |
别名: | NetworkAccessAccountNames |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RemoveNetworkAccessAccountName
{{ Fill RemoveNetworkAccessAccountName Description }}
类型: | String[] |
别名: | RemoveNetworkAccessAccountNames |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RetryCount
指定重试计数。
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SiteCode
指定 Configuration Manager 站点的站点代码。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示在 cmdlet 运行时发生的情况。 cmdlet 不会运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None