Set-CMMacDeploymentType
设置 Mac 部署类型。
语法
Set-CMMacDeploymentType
[-AddDetectionClause <DetectionClause[]>]
[-DetectionClauseConnector <Hashtable[]>]
[-GroupDetectionClauses <String[]>]
[-RemoveDetectionClause <String[]>]
[-AddRequirement <Rule[]>]
-ApplicationName <String>
[-ContentLocation <String>]
-DeploymentTypeName <String>
[-NewName <String>]
[-PassThru]
[-RemoveLanguage <String[]>]
[-RemoveRequirement <Rule[]>]
[-AddLanguage <String[]>]
[-Comment <String>]
[-Force]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMMacDeploymentType
[-AddDetectionClause <DetectionClause[]>]
[-DetectionClauseConnector <Hashtable[]>]
[-GroupDetectionClauses <String[]>]
[-RemoveDetectionClause <String[]>]
[-AddRequirement <Rule[]>]
-Application <IResultObject>
[-ContentLocation <String>]
-DeploymentTypeName <String>
[-NewName <String>]
[-PassThru]
[-RemoveLanguage <String[]>]
[-RemoveRequirement <Rule[]>]
[-AddLanguage <String[]>]
[-Comment <String>]
[-Force]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMMacDeploymentType
[-AddDetectionClause <DetectionClause[]>]
[-DetectionClauseConnector <Hashtable[]>]
[-GroupDetectionClauses <String[]>]
[-RemoveDetectionClause <String[]>]
[-AddRequirement <Rule[]>]
-ApplicationId <Int32>
[-ContentLocation <String>]
-DeploymentTypeName <String>
[-NewName <String>]
[-PassThru]
[-RemoveLanguage <String[]>]
[-RemoveRequirement <Rule[]>]
[-AddLanguage <String[]>]
[-Comment <String>]
[-Force]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CMMacDeploymentType
[-AddDetectionClause <DetectionClause[]>]
[-DetectionClauseConnector <Hashtable[]>]
[-GroupDetectionClauses <String[]>]
[-RemoveDetectionClause <String[]>]
[-AddRequirement <Rule[]>]
[-ContentLocation <String>]
-InputObject <IResultObject>
[-NewName <String>]
[-PassThru]
[-RemoveLanguage <String[]>]
[-RemoveRequirement <Rule[]>]
[-AddLanguage <String[]>]
[-Comment <String>]
[-Force]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Set-CMMacDeploymentType cmdlet 更改 Mac 部署类型的设置。
注意
从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>
。 有关详细信息,请参阅 入门。
示例
示例 1:重命名部署类型并添加说明
PS XYZ:\> Set-CMMacDeploymentType -ApplicationName "testMac" -DeploymentTypeName "DTMac_updated" -NewName "DTMac" -ContentLocation "\\Server01\Resources\Applications\Mac\Bean.app\Bean.app.cmmac" -PassThru -Comment "test-set-CMMacDeploymentType"
此命令将名为 testMac 的应用程序名为 DTMac_Updated 的部署类型的名称更改为 DTMac,并添加说明。 PassThru 参数指示将从此命令返回对象。
示例 2:使用管道重命名部署类型并添加说明
PS XYZ:\> Get-CMDeploymentType -ApplicationName "testMac" -DeploymentTypeName "DTMac" | Set-CMMacDeploymentType -NewName "DTMac_updated" -ContentLocation "\\Server01\Resources\Applications\Mac\Skype.app\Skype.app.cmmac" -PassThru -Comment "test-set-CMMacDeploymentType"
此命令获取名为 testMac 的应用程序的名为 DTMac 的部署类型对象,并使用管道运算符将该对象传递给 Set-CMMacDeploymentType。 Set-CMMacDeploymentType 将部署类型的名称更改为DTMac_updated并添加说明。 PassThru 参数指示将从此命令返回对象。
参数
-AddDetectionClause
指定此部署类型支持的检测方法子句数组。
类型: | DetectionClause[] |
别名: | AddDetectionClauses |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AddLanguage
添加此部署类型支持的语言数组。 以“languagecode2-country”或“languagecode2”格式提供语言,例如:en、en-US、ja-JP、zh-CN。
有关详细信息,请参阅 CultureInfo.Name。
类型: | String[] |
别名: | AddLanguages, Languages, Language |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-AddRequirement
为此部署类型添加一系列要求。
类型: | Rule[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Application
指定与此部署类型关联的应用程序对象。 若要获取应用程序对象,请使用 Get-CMApplication cmdlet。
类型: | IResultObject |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ApplicationId
指定与此部署类型关联的应用程序的 ID。
类型: | Int32 |
别名: | CI_ID, CIId |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ApplicationName
指定与此部署类型关联的应用程序的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Comment
指定此部署类型的说明。
类型: | String |
别名: | AdministratorComment |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ContentLocation
指定内容的路径。 站点系统服务器需要权限才能读取内容文件。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DeploymentTypeName
指定此部署类型的显示名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DetectionClauseConnector
{{ Fill DetectionClauseConnector Description }}
类型: | Hashtable[] |
别名: | DetectionClauseConnectors |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DisableWildcardHandling
此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Force
强制运行命令而不要求用户确认。
类型: | SwitchParameter |
别名: | ForceForUnknownPublisher |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ForceWildcardHandling
此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-GroupDetectionClauses
{{ Fill GroupDetectionClauses Description }}
类型: | String[] |
别名: | GroupDetectionClausesByLogicalName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-InputObject
指定 Mac 部署类型对象。 若要获取部署类型对象,请使用 Get-CMDeploymentType cmdlet。
类型: | IResultObject |
别名: | DeploymentType |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-NewName
指定此部署类型的新名称。
类型: | String |
别名: | NewDeploymentTypeName |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PassThru
添加此参数可返回一个对象,该对象表示正在使用的项。 默认情况下,此 cmdlet 可能不会生成任何输出。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RemoveDetectionClause
类型: | String[] |
别名: | RemoveDetectionClauses |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RemoveLanguage
从此部署类型中删除现有语言的数组。 以“languagecode2-country”或“languagecode2”格式提供语言,例如:en、en-US、ja-JP、zh-CN。
类型: | String[] |
别名: | RemoveLanguages |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-RemoveRequirement
从此部署类型中删除现有安装要求。
类型: | Rule[] |
别名: | RemoveRequirements |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示在 cmdlet 运行时发生的情况。 cmdlet 不会运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | False |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
输出
System.Object