{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/es-es/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"}],"update_at":"25/6/2026","updated_at_date_time":"2026-06-25T23:32:23.5081436Z"},"_path":"module/configurationmanager/new-cmsettingdeployment.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/es-es/powershell/module/configurationmanager/new-cmsettingdeployment?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMSettingDeployment.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"bf6521ad-5c7d-ad42-07d2-3b7d79525b5d","document_version_independent_id":"3807284d-ad0f-bb1a-1614-af4147539130","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":"c74b3f4574af7a8a480adb998b311f6eeeb3e856","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/c74b3f4574af7a8a480adb998b311f6eeeb3e856/sccm-ps/ConfigurationManager/New-CMSettingDeployment.md","github_contributors":["aczechowski"],"locale":"es-es","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"08/20/2020","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","online version":"","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/New-CMSettingDeployment.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMSettingDeployment.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 11:32 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmsettingdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSettingDeployment","schemaType":"PowershellCmdlet","summary":"<p>Implementar un objeto de directiva de configuración en una colección.</p>\n","uid":"ConfigurationManager.New-CMSettingDeployment"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMSettingDeployment":{"href":"new-cmsettingdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSettingDeployment","schemaType":"PowershellCmdlet","summary":"<p>Implementar un objeto de directiva de configuración en una colección.</p>\n","uid":"ConfigurationManager.New-CMSettingDeployment"}},"description":"<p>Implementar un objeto de directiva de configuración en una colección. Por ejemplo, implemente una directiva de administración de BitLocker o una directiva de Control de aplicaciones de Microsoft Defender. Para crear una programación personalizada, use el cmdlet <a href=\"new-cmschedule\">New-CMSchedule</a> . Para obtener una colección, use el cmdlet <a href=\"get-cmcollection\">Get-CMCollection</a> .</p>\n","examples":[{"code":"$setting = Get-CMBlmSetting -Name \"My BitLocker settings\"\n\n$collection = Get-CMCollection -Name \"All Desktop and Server Clients\"\n\nNew-CMSettingDeployment -CMSetting $setting -CollectionName $collection.Name","description":"","summary":"<p>En este ejemplo se obtiene un objeto de configuración de administración de BitLocker por nombre y se almacena ese objeto en la variable <strong>$setting</strong> . A continuación, obtiene una colección por nombre y almacena ese objeto en la variable <strong>$collection</strong> . Usa el cmdlet <strong>New-CMSettingDeployment</strong> para implementar el objeto de configuración de administración de BitLocker en esa colección.</p>\n","title":"Ejemplo 1: Implementación de un objeto de administración de BitLocker en todos los clientes de escritorio y servidor"},{"code":"$setting = Get-CMWdacSetting -Name \"My App Control settings\"\n\n$collection = Get-CMCollection -Name \"All Desktop and Server Clients\"\n\n$sched = New-CMSchedule -Start ((Get-Date).AddDays(-30)).ToString() -RecurCount 7 -RecurInterval Minutes\n\n$dep = New-CMSettingDeployment -CMSetting $setting -Collection $collection -Schedule $sched","description":"","summary":"<p>En este ejemplo también se crea una programación personalizada mediante el cmdlet <strong>New-CMSchedule</strong> .</p>\n","title":"Ejemplo 2: Implementación de una configuración de Control de aplicaciones de Windows Defender mediante una programación personalizada"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.PowerShell.Cmdlets.EP.SimplifiedSettings.CMSettings</span>\n"}],"links":[{"href":"get-cmblmsetting","text":"Get-CMBlmSetting"},{"href":"new-cmblmsetting","text":"New-CMBlmSetting"},{"href":"get-cmwdacsetting","text":"Get-CMWdacSetting"},{"href":"new-cmwdacsetting","text":"New-CMWdacSetting"},{"href":"get-cmcollection","text":"Get-CMCollection"},{"href":"new-cmschedule","text":"New-CMSchedule"},{"href":"get-cmsettingdeployment","text":"Get-CMSettingDeployment"},{"href":"remove-cmsettingdeployment","text":"Remove-CMSettingDeployment"},{"href":"set-cmsettingdeployment","text":"Set-CMSettingDeployment"}],"module":"ConfigurationManager","name":"New-CMSettingDeployment","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.PowerShell.Cmdlets.Deployments.SettingsDeployment.SettingsDeployment</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>Especifique un objeto de configuración que se va a implementar.</p>\n<ul>\n<li>Para la administración de BitLocker, use los cmdlets <a href=\"get-cmblmsetting\">Get-CMBlmSetting</a> o <a href=\"new-cmblmsetting\">New-CMBlmSetting</a> .</li>\n<li>Para el control de aplicaciones de Microsoft Defender, use los cmdlets <a href=\"get-cmwdacsetting\">Get-CMWdacSetting</a> o <a href=\"new-cmwdacsetting\">New-CMWdacSetting</a> .</li>\n</ul>\n","isRequired":true,"name":"CMSetting","parameterValueGroup":"","pipelineInput":true,"position":"1","type":"<span class=\"no-loc xref\">CMSettings</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Especifique un objeto de colección como destino para la implementación. Para obtener una colección, use el cmdlet <a href=\"get-cmcollection\">Get-CMCollection</a> .</p>\n","name":"Collection","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Especifique el identificador de la colección como destino para la implementación.</p>\n","name":"CollectionId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"acceptWildcardCharacters":true,"aliases":"","defaultValue":"None","description":"<p>Especifique el nombre de la colección como destino de la implementación.</p>\n","name":"CollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Este parámetro trata los caracteres comodín como valores de caracteres literales. No se puede combinar 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>Este parámetro procesa caracteres comodín y puede provocar un comportamiento inesperado (no recomendado). No se puede combinar 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>Al agregar este parámetro, el cliente puede corregir la configuración fuera de una ventana de mantenimiento.</p>\n","name":"OverrideServiceWindows","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Especifique un objeto de programación que se aplicará a la implementación. Para crear una programación personalizada, use el cmdlet <a href=\"new-cmschedule\">New-CMSchedule</a> .</p>\n","name":"Schedule","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Implementar un objeto de directiva de configuración en una colección.</p>\n","syntaxes":["New-CMSettingDeployment [-CMSetting] <CMSettings> [-Schedule <IResultObject>] [-OverrideServiceWindows]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMSettingDeployment","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"es-es","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/New-CMSettingDeployment.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmsettingdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSettingDeployment","schemaType":"PowershellCmdlet","summary":"<p>Implementar un objeto de directiva de configuración en una colección.</p>\n","uid":"ConfigurationManager.New-CMSettingDeployment"}],"canonical_url":"https://learn.microsoft.com/es-es/powershell/module/configurationmanager/new-cmsettingdeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/es-es/powershell/module/configurationmanager/new-cmsettingdeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Implementar un objeto de directiva de configuración en una colección. Por ejemplo, implemente una directiva de administración de BitLocker o una directiva de Control de aplicaciones de Microsoft Defender. Para crear una programación personalizada, use el cmdlet <a href=&quot;new-cmschedule&quot;>New-CMSchedule</a> . Para obtener una colección, use el cmdlet <a href=&quot;get-cmcollection&quot;>Get-CMCollection</a> .</p>\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/New-CMSettingDeployment.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=\"es-es\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"New-CMSettingDeployment\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Implementar un objeto de directiva de configuración en una colección.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSettingDeployment [-CMSetting] <CMSettings> [-Schedule <IResultObject>] [-OverrideServiceWindows]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMSettingDeployment\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}