{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/it-it/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":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"Jonathan Gao","id":"2213767","name":"mumian","profile_url":"https://github.com/mumian"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"25/06/2026","updated_at_date_time":"2026-06-25T23:44:34.5196673Z"},"_path":"module/configurationmanager/remove-cmdeploymenttypesupersedence.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/it-it/powershell/module/configurationmanager/remove-cmdeploymenttypesupersedence?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Remove-CMDeploymentTypeSupersedence.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"68aebcfd-092f-4269-904c-34cdcc363b2c","document_version_independent_id":"fe237c93-0c29-bb43-afcf-58925443499d","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":"4faf0c16fd58c95add693db82e84fad84e230aef","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/4faf0c16fd58c95add693db82e84fad84e230aef/sccm-ps/ConfigurationManager/Remove-CMDeploymentTypeSupersedence.md","github_contributors":["aczechowski","damabe","mumian","sankethka"],"locale":"it-it","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/16/2021","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/Remove-CMDeploymentTypeSupersedence.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Remove-CMDeploymentTypeSupersedence.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Remove-CMDeploymentTypeSupersedence","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 11:44 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/remove-cmdeploymenttypesupersedence","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Remove-CMDeploymentTypeSupersedence","schemaType":"PowershellCmdlet","summary":"<p>Rimuovere una relazione di sostituzione del tipo di distribuzione. Questo cmdlet è deprecato.</p>\n","uid":"ConfigurationManager.Remove-CMDeploymentTypeSupersedence"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Remove-CMDeploymentTypeSupersedence":{"href":"remove-cmdeploymenttypesupersedence","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Remove-CMDeploymentTypeSupersedence","schemaType":"PowershellCmdlet","summary":"<p>Rimuovere una relazione di sostituzione del tipo di distribuzione. Questo cmdlet è deprecato.</p>\n","uid":"ConfigurationManager.Remove-CMDeploymentTypeSupersedence"}},"description":"<div class=\"IMPORTANT\">\n<p>Importante</p>\n<p>A partire dalla versione 2111, questo cmdlet è deprecato e potrebbe essere rimosso in una versione futura. Usare invece il cmdlet <a href=\"set-cmapplicationsupersedence\">Set-CMApplicationSupersedence</a> .</p>\n</div>\n<p>Usare questo cmdlet per rimuovere un tipo di distribuzione sostituito da un tipo di distribuzione sostituito. In altre parole, rimuovere il tipo di distribuzione <em>sostitutiva</em> dal tipo di distribuzione <em>precedente</em> .</p>\n<p>Per altre informazioni, vedere <a href=\"/mem/configmgr/apps/deploy-use/revise-and-supersede-applications#supersedence\">Applicazioni sostituite in Configuration Manager</a>.</p>\n<div class=\"NOTE\">\n<p>Nota</p>\n<p>Eseguire i cmdlet di Configuration Manager dall'unità del sito di Configuration Manager, ad esempio <code>PS XYZ:\\&gt;</code>. Per altre informazioni, vedere <a href=\"/powershell/sccm/overview\">Introduzione</a>.</p>\n</div>\n","examples":[{"code":"$dt7 = Get-CMDeploymentType -ApplicationName \"LOB app v7\" -DeploymentTypeName \"Install\"\n$dt6 = Get-CMDeploymentTypeSupersedence -InputObject $dt7\n\nRemove-CMDeploymentTypeSupersedence -SupersedingDeploymentType $dt7 -SupersededDeploymentType $dt6","description":"","summary":"<p>Esistono due applicazioni di esempio, <strong>l'app LOB v7</strong> e <strong>l'app LOB v6</strong>. \n              <strong>V7</strong> sostituisce <strong>v6</strong>. Il primo comando usa il cmdlet <strong>Get-CMDeploymentType</strong> per ottenere un oggetto tipo di distribuzione per <strong>v7</strong>. Usa quindi tale oggetto con <strong>Get-CMDeploymentTypeSupersedence</strong> per ottenere il tipo di distribuzione sostituito per <strong>v6</strong>. Rimuove infine la relazione di sostituzione tra i due oggetti.</p>\n","title":"Esempio 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"set-cmapplicationsupersedence","text":"Set-CMApplicationSupersedence"},{"href":"get-cmdeploymenttypesupersedence","text":"Get-CMDeploymentTypeSupersedence"},{"href":"get-cmdeploymenttype","text":"Get-CMDeploymentType"},{"href":"/mem/configmgr/apps/deploy-use/revise-and-supersede-applications#supersedence","text":"Sostituire le applicazioni in Configuration Manager"}],"module":"ConfigurationManager","name":"Remove-CMDeploymentTypeSupersedence","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"cf","defaultValue":"None","description":"<p>Richiede la conferma prima di eseguire il cmdlet.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Questo parametro considera i caratteri jolly come valori letterali. Non è possibile combinarlo con <strong>ForceWildcardHandling</strong>.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Forza l'esecuzione del comando senza richiedere la conferma dell'utente.</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Questo parametro elabora caratteri jolly e può causare un comportamento imprevisto (non consigliato). Non è possibile combinarlo con <strong>DisableWildcardHandling</strong>.</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Specificare un oggetto tipo di distribuzione per un'applicazione sostituita. In altre parole, il tipo di distribuzione <em>precedente</em> . Per ottenere questo oggetto, usare i cmdlet <a href=\"get-cmdeploymenttype\">Get-CMDeploymentType</a> o <a href=\"get-cmdeploymenttypesupersedence\">Get-CMDeploymentTypeSupersedence</a> .</p>\n","isRequired":true,"name":"SupersededDeploymentType","parameterValueGroup":"","position":"1","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Specificare un oggetto tipo di distribuzione per un'applicazione che sostituisce un altro. In altre parole, il tipo di distribuzione <em>sostitutiva</em> . Per ottenere questo oggetto, usare il cmdlet <a href=\"get-cmdeploymenttype\">Get-CMDeploymentType</a> .</p>\n","isRequired":true,"name":"SupersedingDeploymentType","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>Mostra cosa accade se viene eseguito il cmdlet. Il cmdlet non viene eseguito.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Rimuovere una relazione di sostituzione del tipo di distribuzione. Questo cmdlet è deprecato.</p>\n","syntaxes":["Remove-CMDeploymentTypeSupersedence [-Force] [-SupersededDeploymentType] <IResultObject>\n [-SupersedingDeploymentType] <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.Remove-CMDeploymentTypeSupersedence","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"it-it","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/Remove-CMDeploymentTypeSupersedence.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/remove-cmdeploymenttypesupersedence","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Remove-CMDeploymentTypeSupersedence","schemaType":"PowershellCmdlet","summary":"<p>Rimuovere una relazione di sostituzione del tipo di distribuzione. Questo cmdlet è deprecato.</p>\n","uid":"ConfigurationManager.Remove-CMDeploymentTypeSupersedence"}],"canonical_url":"https://learn.microsoft.com/it-it/powershell/module/configurationmanager/remove-cmdeploymenttypesupersedence?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/it-it/powershell/module/configurationmanager/remove-cmdeploymenttypesupersedence?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<div class=&quot;IMPORTANT&quot;>\n<p>Importante</p>\n<p>A partire dalla versione 2111, questo cmdlet è deprecato e potrebbe essere rimosso in una versione futura. Usare invece il cmdlet <a href=&quot;set-cmapplicationsupersedence&quot;>Set-CMApplicationSupersedence</a> .</p>\n</div>\n<p>Usare questo cmdlet per rimuovere un tipo di distribuzione sostituito da un tipo di distribuzione sostituito. In altre parole, rimuovere il tipo di distribuzione <em>sostitutiva</em> dal tipo di distribuzione <em>precedente</em> .</p>\n<p>Per altre informazioni, vedere <a href=&quot;/mem/configmgr/apps/deploy-use/revise-and-supersede-applications#supersedence&quot;>Applicazioni sostituite in Configuration Manager</a>.</p>\n<div class=&quot;NOTE&quot;>\n<p>Nota</p>\n<p>Eseguire i cmdlet di Configuration Manager dall'unità del sito di Configuration Manager, ad esempio <code>PS XYZ:\\&amp;gt;</code>. Per altre informazioni, vedere <a href=&quot;/powershell/sccm/overview&quot;>Introduzione</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/Remove-CMDeploymentTypeSupersedence.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=\"it-it\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Remove-CMDeploymentTypeSupersedence\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Rimuovere una relazione di sostituzione del tipo di distribuzione. Questo cmdlet è deprecato.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Remove-CMDeploymentTypeSupersedence [-Force] [-SupersededDeploymentType] <IResultObject>\n [-SupersedingDeploymentType] <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Remove-CMDeploymentTypeSupersedence\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}