{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/fr-fr/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Banreet Kaur","id":"92906285","name":"Banreet","profile_url":"https://github.com/Banreet"},"contributors":[{"display_name":"Aaron Czechowski","id":"26784733","name":"aczechowski","profile_url":"https://github.com/aczechowski"},{"display_name":"Sean Wheeler","id":"19415881","name":"sdwheeler","profile_url":"https://github.com/sdwheeler"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"01/09/2026","updated_at_date_time":"2026-09-01T12:58:11.8810499Z"},"_path":"module/configurationmanager/set-cmwindowsappxdeploymenttype.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/set-cmwindowsappxdeploymenttype?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Set-CMWindowsAppxDeploymentType.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"Définit un type de déploiement de package d’application Windows.","external help file":"AdminUI.PS.dll-Help.xml","feedback_product_url":"https://feedbackportal.microsoft.com/feedback/forum/4669adfc-ee1b-ec11-b6e7-0022481f8472","feedback_system":"Standard","git_commit_id":"48cf632fb4b9ad92060012681a500478254de750","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/48cf632fb4b9ad92060012681a500478254de750/sccm-ps/ConfigurationManager/Set-CMWindowsAppxDeploymentType.md","github_contributors":["aczechowski","sdwheeler","damabe","sankethka"],"locale":"fr-fr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"05/07/2019","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Set-CMWindowsAppxDeploymentType.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Set-CMWindowsAppxDeploymentType.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Set-CMWindowsAppxDeploymentType","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-09-01 12:58 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmwindowsappxdeploymenttype","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMWindowsAppxDeploymentType","schemaType":"PowershellCmdlet","summary":"<p>Définit un type de déploiement de package d’application Windows.</p>\n","uid":"ConfigurationManager.Set-CMWindowsAppxDeploymentType"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Set-CMWindowsAppxDeploymentType":{"href":"set-cmwindowsappxdeploymenttype","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMWindowsAppxDeploymentType","schemaType":"PowershellCmdlet","summary":"<p>Définit un type de déploiement de package d’application Windows.</p>\n","uid":"ConfigurationManager.Set-CMWindowsAppxDeploymentType"}},"description":"<p>L’applet <strong>de commande Set-CMWindowsAppxDeploymentType</strong> modifie les paramètres d’un type de déploiement de package d’application Windows.</p>\n<div class=\"NOTE\">\n<p>Remarque</p>\n<p>Exécutez des applets de commande Configuration Manager à partir du lecteur de site Configuration Manager, par exemple <code>PS XYZ:\\&gt;</code>. Pour plus d’informations, consultez <a href=\"/powershell/sccm/overview\">Prise en main</a>.</p>\n</div>\n","examples":[{"code":"PS XYZ:\\> Set-CMWindowsAppxdeploymentType -ApplicationName \"Application1\" -DeploymentTypeName \"DTS\" -NewName \"DTS_New\" -AddLanguage \"en-US\",\"zh-CN\" -Comment \"Deployment Type updated\"","description":"<p>Cette commande modifie le nom du type de déploiement du package d’application Windows nommé DTS pour l’application nommée Application1 en DTS_New, ajoute l’anglais et le chinois comme langues prises en charge et ajoute une description.</p>\n","summary":"","title":"Exemple 1 : Modifier un type de déploiement de package d’application"},{"code":"PS XYZ:\\> Get-CMDeploymentType -ApplicationName \"Application1\" -DeploymentTypeName \"DTS\" | Set-CMWindowsAppxDeploymentType -NewName \"DTS_New\" -AddLanguage \"en-US\",\"zh-CN\" -Comment \"Deployment Type updated\"","description":"<p>Cette commande obtient l’objet de type de déploiement de package d’application Windows nommé DTS pour l’application nommée Application1 et utilise l’opérateur de pipeline pour passer l’objet à <strong>Set-CMWindowsAppxDeploymentType</strong>.\n\n              <strong>Set-CMWindowsAppxDeploymentType</strong> remplace le nom du type de déploiement par DTS_New, ajoute l’anglais et le chinois comme langues prises en charge et ajoute une description.</p>\n","summary":"","title":"Exemple 2 : Modifier un type de déploiement de package d’application à l’aide du pipeline"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"add-cmwindowsappxdeploymenttype","text":"Add-CMWindowsAppxDeploymentType"},{"href":"get-cmapplication","text":"Get-CMApplication"},{"href":"get-cmdeploymenttype","text":"Get-CMDeploymentType"}],"module":"ConfigurationManager","name":"Set-CMWindowsAppxDeploymentType","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"AddLanguages, Languages, Language","defaultValue":"None","description":"<p>Ajoute un tableau de langues pris en charge par ce type de déploiement.\nIndiquez les langues au format « languagecode2-country » ou « languagecode2 », par exemple : en, en-US, ja-JP, zh-CN.</p>\n<p>Pour plus d’informations, consultez <a href=\"/dotnet/api/system.globalization.cultureinfo.name#System_Globalization_CultureInfo_Name\">CultureInfo.Name</a>.</p>\n","name":"AddLanguage","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>Ajoute un tableau de conditions requises pour ce type de déploiement.</p>\n","name":"AddRequirement","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">Rule</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>Spécifie un objet d’application associé à ce type de déploiement.\nPour obtenir un objet d’application, utilisez l’applet <a href=\"get-cmapplication\">de commande Get-CMApplication</a> .</p>\n","isRequired":true,"name":"Application","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"CI_ID, CIId","defaultValue":"None","description":"<p>Spécifie l’ID de l’application associée à ce type de déploiement.</p>\n","isRequired":true,"name":"ApplicationId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Spécifie le nom de l’application associée à ce type de déploiement.</p>\n","isRequired":true,"name":"ApplicationName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"AdministratorComment","defaultValue":"None","description":"<p>Spécifie une description pour ce type de déploiement.</p>\n","name":"Comment","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"cf","defaultValue":"False","description":"<p>Une invite de confirmation apparaît avant d’exécuter le cmdlet.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"EnableContentLocationFallback, AllowClientsToUseFallbackSourceLocationForContent","defaultValue":"None","description":"<p>Indique qu’un client peut utiliser un emplacement de secours fourni par un point de gestion.\nUn point d’emplacement de secours fournit un autre emplacement pour le contenu source lorsque le contenu du type de déploiement n’est disponible sur aucun des points de distribution préférés.</p>\n","name":"ContentFallback","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Spécifie le chemin d’accès du contenu.\nLe serveur de système de site nécessite des autorisations pour lire les fichiers de contenu.</p>\n","name":"ContentLocation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Spécifie un nom d’affichage pour ce type de déploiement.</p>\n","isRequired":true,"name":"DeploymentTypeName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Ce paramètre traite les caractères génériques comme des valeurs de caractère littéral. Vous ne pouvez pas la combiner avec <strong>ForceWildcardHandling</strong>.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"ForceForUnknownPublisher","defaultValue":"None","description":"<p>Force l’exécution de la commande sans demander la confirmation de l’utilisateur.</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Ce paramètre traite les caractères génériques et peut entraîner un comportement inattendu (non recommandé). Vous ne pouvez pas la combiner avec <strong>DisableWildcardHandling</strong>.</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"DeploymentType","defaultValue":"None","description":"<p>Spécifie un objet de type de déploiement.\nPour obtenir un objet de type de déploiement, utilisez l’applet <a href=\"get-cmdeploymenttype\">de commande Get-CMDeploymentType</a> .</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"NewDeploymentTypeName","defaultValue":"None","description":"<p>Spécifie un nouveau nom pour ce type de déploiement.</p>\n","name":"NewName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Ajoutez ce paramètre pour renvoyer un objet qui représente l’élément avec lequel vous travaillez. Par défaut, cette applet de commande peut ne pas générer de sortie.</p>\n","name":"PassThru","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"RemoveLanguages","defaultValue":"None","description":"<p>Supprime un tableau de langues existantes de ce type de déploiement.\nIndiquez les langues au format « languagecode2-country » ou « languagecode2 », par exemple : en, en-US, ja-JP, zh-CN.</p>\n","name":"RemoveLanguage","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"RemoveRequirements","defaultValue":"None","description":"<p>Supprime les exigences d’installation existantes de ce type de déploiement.</p>\n","name":"RemoveRequirement","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">Rule</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>Spécifie le comportement d’installation du type de déploiement sur un réseau lent.\nLes valeurs valides sont les suivantes :</p>\n<ul>\n<li>DoNothing</li>\n<li>Télécharger</li>\n<li>DownloadContentForStreaming</li>\n</ul>\n","name":"SlowNetworkDeploymentMode","parameterValueGroup":"DoNothing, Download","position":"Named","type":"<span class=\"no-loc xref\">ContentHandlingMode</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Indique qu’une connexion de réseau privé virtuel (VPN) est utilisée automatiquement.</p>\n","name":"TriggerVpn","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"wi","defaultValue":"False","description":"<p>Présente ce qui se produit si le cmdlet s’exécute. L’applet de commande ne s’exécute pas.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Définit un type de déploiement de package d’application Windows.</p>\n","syntaxes":["Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] -ApplicationName <String> [-ContentLocation <String>]\n -DeploymentTypeName <String> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]\n [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] -Application <IResultObject> [-ContentLocation <String>]\n -DeploymentTypeName <String> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]\n [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] -ApplicationId <Int32> [-ContentLocation <String>]\n -DeploymentTypeName <String> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]\n [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] [-ContentLocation <String>] -InputObject <IResultObject>\n [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>]\n [-AddLanguage <String[]>] [-Comment <String>] [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.Set-CMWindowsAppxDeploymentType","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"fr-fr","loc_version":"2024-08-21T21:18:36.7205003Z","loc_source_id":"Github-72476255#live","loc_file_id":"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMWindowsAppxDeploymentType.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmwindowsappxdeploymenttype","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMWindowsAppxDeploymentType","schemaType":"PowershellCmdlet","summary":"<p>Définit un type de déploiement de package d’application Windows.</p>\n","uid":"ConfigurationManager.Set-CMWindowsAppxDeploymentType"}],"canonical_url":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/set-cmwindowsappxdeploymenttype?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/set-cmwindowsappxdeploymenttype?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>L’applet <strong>de commande Set-CMWindowsAppxDeploymentType</strong> modifie les paramètres d’un type de déploiement de package d’application Windows.</p>\n<div class=&quot;NOTE&quot;>\n<p>Remarque</p>\n<p>Exécutez des applets de commande Configuration Manager à partir du lecteur de site Configuration Manager, par exemple <code>PS XYZ:\\&amp;gt;</code>. Pour plus d’informations, consultez <a href=&quot;/powershell/sccm/overview&quot;>Prise en main</a>.</p>\n</div>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMWindowsAppxDeploymentType.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-72476255#live\" />\r\n<meta name=\"loc_version\" content=\"2024-08-21T21:18:36.7205003Z\" />\r\n<meta name=\"module\" content=\"ConfigurationManager\" />\r\n<meta name=\"ms.contentlocale\" content=\"fr-fr\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Set-CMWindowsAppxDeploymentType\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Définit un type de déploiement de package d’application Windows.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] -ApplicationName <String> [-ContentLocation <String>]\n -DeploymentTypeName <String> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]\n [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] -Application <IResultObject> [-ContentLocation <String>]\n -DeploymentTypeName <String> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]\n [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] -ApplicationId <Int32> [-ContentLocation <String>]\n -DeploymentTypeName <String> [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>]\n [-RemoveRequirement <Rule[]>] [-AddLanguage <String[]>] [-Comment <String>] [-Force]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMWindowsAppxDeploymentType [-ContentFallback <Boolean>] [-SlowNetworkDeploymentMode <ContentHandlingMode>]\n [-TriggerVpn <Boolean>] [-AddRequirement <Rule[]>] [-ContentLocation <String>] -InputObject <IResultObject>\n [-NewName <String>] [-PassThru] [-RemoveLanguage <String[]>] [-RemoveRequirement <Rule[]>]\n [-AddLanguage <String[]>] [-Comment <String>] [-Force] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Set-CMWindowsAppxDeploymentType\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}