{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ja-jp/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":"2026/06/25","updated_at_date_time":"2026-06-25T23:20:11.6044682Z"},"_path":"module/configurationmanager/new-cmapplicationgroupdeployment.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmapplicationgroupdeployment?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMApplicationGroupDeployment.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"758132cb-4aca-a7e7-3777-e489be210408","document_version_independent_id":"2d9a7f47-2895-a58d-5c59-e3b0478522ac","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/New-CMApplicationGroupDeployment.md","github_contributors":["aczechowski"],"locale":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"03/25/2021","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-CMApplicationGroupDeployment.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMApplicationGroupDeployment.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:20 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmapplicationgroupdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMApplicationGroupDeployment","schemaType":"PowershellCmdlet","summary":"<p>アプリケーション グループのデプロイを作成します。</p>\n","uid":"ConfigurationManager.New-CMApplicationGroupDeployment"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMApplicationGroupDeployment":{"href":"new-cmapplicationgroupdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMApplicationGroupDeployment","schemaType":"PowershellCmdlet","summary":"<p>アプリケーション グループのデプロイを作成します。</p>\n","uid":"ConfigurationManager.New-CMApplicationGroupDeployment"}},"description":"<p>アプリケーション グループのデプロイを作成します。 アプリ グループには複数のアプリケーションが含まれており、ユーザーはソフトウェア センターのグループを 1 つのエンティティとして表示します。 詳細については、「 <a href=\"/mem/configmgr/apps/deploy-use/create-app-groups\">アプリケーション グループの作成</a>」を参照してください。</p>\n<p>アプリ グループをデプロイする前に、アプリ グループを作成する必要があります。 その後、1 つの展開としてユーザーまたはデバイス コレクションに展開できます。</p>\n<div class=\"NOTE\">\n<p>注:</p>\n<p>\n              <code>PS XYZ:\\&gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <a href=\"/powershell/sccm/overview\">開始</a>」を参照してください。</p>\n</div>\n","examples":[{"code":"$collection = Get-CMCollection -Name \"co1\"\n\n$distributionPointName = \"dp1.contoso.com\"\n\nNew-CMApplicationGroupDeployment -Id 16777536 -Collection $collection -DistributionPointName $distributionPointName -DistributeContent","description":"","summary":"","title":"例 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmapplicationgroupdeployment","text":"Get-CMApplicationGroupDeployment"},{"href":"remove-cmapplicationgroupdeployment","text":"Remove-CMApplicationGroupDeployment"},{"href":"set-cmapplicationgroupdeployment","text":"Set-CMApplicationGroupDeployment"},{"href":"get-cmapplicationgroup","text":"Get-CMApplicationGroup"},{"href":"/mem/configmgr/apps/deploy-use/create-app-groups","text":"アプリケーション グループを作成する"}],"module":"ConfigurationManager","name":"New-CMApplicationGroupDeployment","notes":"<p>このコマンドレットは、SMS_APPLICATIONGROUPASSIGNMENT WMI クラス オブジェクトを返します。</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>このデプロイが使用可能な場合の <strong>DateTime</strong> オブジェクトを指定 <em>します</em>。 このオブジェクトを取得するには、 <a href=\"/powershell/module/microsoft.powershell.utility/get-date\">Get-Date</a> 組み込みコマンドレットを使用します。</p>\n<p>\n              <strong>DeadlineDateTime</strong> を使用して、デプロイの割り当てまたは期限を指定<em>します</em>。</p>\n","name":"AvailableDateTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このアプリ グループのデプロイのターゲットとしてコレクション オブジェクトを指定します。 このオブジェクトを取得するには、 <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>このアプリ グループのデプロイのターゲットとしてコレクション ID を指定します。</p>\n","name":"CollectionId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"acceptWildcardCharacters":true,"aliases":"","defaultValue":"None","description":"<p>このアプリ グループのデプロイのターゲットとしてコレクション名を指定します。</p>\n","name":"CollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>アプリ グループのデプロイにオプションのコメントを指定します。</p>\n","name":"Comment","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"cf","defaultValue":"None","description":"<p>コマンドレットを実行する前に確認メッセージを表示します。</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"SupersedenceDeadlineDateTime","defaultValue":"None","description":"<p>このデプロイを割り当てるときに <strong>DateTime</strong> オブジェクト (期限とも呼ばれます) を指定 <em>します</em>。 このオブジェクトを取得するには、 <a href=\"/powershell/module/microsoft.powershell.utility/get-date\">Get-Date</a> 組み込みコマンドレットを使用します。</p>\n<p>\n              <strong>-AvailableDateTime</strong> を使用して、デプロイを<em>使用できる</em>タイミングを指定します。</p>\n","name":"DeadlineDateTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このデプロイでアプリ グループをインストールまたはアンインストールするかどうかを指定します。</p>\n","name":"DeployAction","parameterValueGroup":"Install, Uninstall","position":"Named","type":"<span class=\"no-loc xref\">DeployActionType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このデプロイをユーザーがインストールできるか、期限にインストールする必要があるかを指定します。</p>\n","name":"DeployPurpose","parameterValueGroup":"Available, Required","position":"Named","type":"<span class=\"no-loc xref\">DeployPurposeType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターは、ワイルドカード文字をリテラル文字の値として扱います。 \n              <strong>ForceWildcardHandling</strong> と組み合わせることはできません。</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>サイトは、このコレクション名に関連付けられている配布ポイント グループにコンテンツを配布します。</p>\n","name":"DistributeCollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このデプロイを作成するときにアプリ グループのコンテンツを配布するには、このパラメーターを追加します。 クライアントがアクセスできる配布ポイントにコンテンツを配布するまで、クライアントはアプリケーションをインストールできません。</p>\n","name":"DistributeContent","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>サイトは、この配布ポイント グループにコンテンツを配布します。</p>\n","name":"DistributionPointGroupName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>サイトは、この配布ポイントにコンテンツを配布します。</p>\n","name":"DistributionPointName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このデプロイで System Center Operations Manager メンテナンス モードを有効にするには、このパラメーターを <code>$true</code> に設定します。</p>\n","name":"EnableMomAlert","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターはワイルドカード文字を処理し、予期しない動作が発生する可能性があります (推奨されません)。 \n              <strong>DisableWildcardHandling</strong> と組み合わせることはできません。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"RaiseMomAlertsOnFailure","defaultValue":"None","description":"<p>デプロイが失敗したときに System Center Operations Manager アラートを生成するには、このパラメーターを <code>$true</code> に設定します。</p>\n","name":"GenerateScomAlertOnFailure","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"CIId, CI_ID, ApplicationGroupId","defaultValue":"None","description":"<p>デプロイするアプリケーション グループの ID を指定します。</p>\n","isRequired":true,"name":"Id","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"ApplicationGroup","defaultValue":"None","description":"<p>アプリ グループのオブジェクトを指定します。 このオブジェクトを取得するには、 <a href=\"get-cmapplicationgroup\">Get-CMApplicationGroup コマンドレットを</a> 使用します。</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"LocalizedDisplayName, ApplicationGroupName","defaultValue":"None","description":"<p>このアプリ グループのデプロイの名前を指定します。</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>メンテナンス期間外にアプリ グループをインストールするには、このパラメーターを <code>$true</code> に設定します。</p>\n","name":"OverrideServiceWindow","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Windows Embedded デバイスの書き込みフィルターを処理するには、このパラメーターを使用します。 \n              <code>$true</code>に設定すると、期限またはメンテナンス期間中に変更がコミットされます。 この操作には再起動が必要です。 \n              <code>$false</code>に設定すると、デバイスは一時オーバーレイへの変更を保存し、後でコミットします。</p>\n","name":"PersistOnWriteFilterDevice","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターを <code>$true</code> に設定して、メンテナンス期間外にデバイスを再起動できるようにします。</p>\n","name":"RebootOutsideServiceWindow","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>展開が開始される前にウェイクアップ パケットをコンピューターに送信するかどうかを示します。 この値が <code>$True</code>されている場合、Configuration Manager はコンピューターをスリープ状態から復帰させます。 この値が <code>$False</code>されている場合、コンピューターはスリープ状態から復帰しません。 コンピューターがスリープ解除するには、まず Wake On LAN を構成します。</p>\n","name":"SendWakeupPacket","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>使用するタイム ゾーンを指定します。</p>\n<ul>\n<li>\n              <code>LocalTime</code>: デバイスのローカル時刻を使用します。</li>\n<li>\n              <code>UTC</code>: 協定世界時 (UTC) を使用します。</li>\n</ul>\n","name":"TimeBaseOn","parameterValueGroup":"LocalTime, Utc","position":"Named","type":"<span class=\"no-loc xref\">TimeType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>従量制課金インターネット接続のクライアントがインストール期限後にコンテンツのダウンロードを許可するかどうかを示します。これにより、追加コストが発生する可能性があります。</p>\n","name":"UseMeteredNetwork","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このデプロイのユーザー エクスペリエンスを指定するには、次のパラメーターを使用します。</p>\n<ul>\n<li>\n              <code>DisplayAll</code>: ソフトウェア センターに表示し、すべての通知を表示する</li>\n<li>\n              <code>DisplaySoftwareCenterOnly</code>: ソフトウェア センターに表示し、コンピューターの再起動の通知のみを表示します。</li>\n<li>\n              <code>HideAll</code>: ソフトウェア センターとすべての通知で非表示にする</li>\n</ul>\n","name":"UserNotification","parameterValueGroup":"DisplayAll, DisplaySoftwareCenterOnly, HideAll","position":"Named","type":"<span class=\"no-loc xref\">UserNotificationType</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>アプリケーション グループのデプロイを作成します。</p>\n","syntaxes":["New-CMApplicationGroupDeployment [-DeadlineDateTime <DateTime>] [-DeployAction <DeployActionType>]\n [-DeployPurpose <DeployPurposeType>] [-EnableMomAlert <Boolean>] [-GenerateScomAlertOnFailure <Boolean>]\n [-InputObject] <IResultObject> [-OverrideServiceWindow <Boolean>] [-RebootOutsideServiceWindow <Boolean>]\n [-TimeBaseOn <TimeType>] [-UserNotification <UserNotificationType>] [-DistributeCollectionName <String>]\n [-DistributeContent] [-DistributionPointGroupName <String>] [-DistributionPointName <String>]\n [-AvailableDateTime <DateTime>] [-Comment <String>] [-PersistOnWriteFilterDevice <Boolean>]\n [-SendWakeupPacket <Boolean>] [-UseMeteredNetwork <Boolean>] [-Collection <IResultObject>]\n [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMApplicationGroupDeployment [-DeadlineDateTime <DateTime>] [-DeployAction <DeployActionType>]\n [-DeployPurpose <DeployPurposeType>] [-EnableMomAlert <Boolean>] [-GenerateScomAlertOnFailure <Boolean>]\n [-Id] <Int32> [-OverrideServiceWindow <Boolean>] [-RebootOutsideServiceWindow <Boolean>]\n [-TimeBaseOn <TimeType>] [-UserNotification <UserNotificationType>] [-DistributeCollectionName <String>]\n [-DistributeContent] [-DistributionPointGroupName <String>] [-DistributionPointName <String>]\n [-AvailableDateTime <DateTime>] [-Comment <String>] [-PersistOnWriteFilterDevice <Boolean>]\n [-SendWakeupPacket <Boolean>] [-UseMeteredNetwork <Boolean>] [-Collection <IResultObject>]\n [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMApplicationGroupDeployment [-DeadlineDateTime <DateTime>] [-DeployAction <DeployActionType>]\n [-DeployPurpose <DeployPurposeType>] [-EnableMomAlert <Boolean>] [-GenerateScomAlertOnFailure <Boolean>]\n [-Name] <String> [-OverrideServiceWindow <Boolean>] [-RebootOutsideServiceWindow <Boolean>]\n [-TimeBaseOn <TimeType>] [-UserNotification <UserNotificationType>] [-DistributeCollectionName <String>]\n [-DistributeContent] [-DistributionPointGroupName <String>] [-DistributionPointName <String>]\n [-AvailableDateTime <DateTime>] [-Comment <String>] [-PersistOnWriteFilterDevice <Boolean>]\n [-SendWakeupPacket <Boolean>] [-UseMeteredNetwork <Boolean>] [-Collection <IResultObject>]\n [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMApplicationGroupDeployment","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"ja-jp","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-CMApplicationGroupDeployment.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmapplicationgroupdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMApplicationGroupDeployment","schemaType":"PowershellCmdlet","summary":"<p>アプリケーション グループのデプロイを作成します。</p>\n","uid":"ConfigurationManager.New-CMApplicationGroupDeployment"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmapplicationgroupdeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmapplicationgroupdeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>アプリケーション グループのデプロイを作成します。 アプリ グループには複数のアプリケーションが含まれており、ユーザーはソフトウェア センターのグループを 1 つのエンティティとして表示します。 詳細については、「 <a href=&quot;/mem/configmgr/apps/deploy-use/create-app-groups&quot;>アプリケーション グループの作成</a>」を参照してください。</p>\n<p>アプリ グループをデプロイする前に、アプリ グループを作成する必要があります。 その後、1 つの展開としてユーザーまたはデバイス コレクションに展開できます。</p>\n<div class=&quot;NOTE&quot;>\n<p>注:</p>\n<p>\n              <code>PS XYZ:\\&amp;gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <a href=&quot;/powershell/sccm/overview&quot;>開始</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/New-CMApplicationGroupDeployment.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=\"ja-jp\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"New-CMApplicationGroupDeployment\" />\r\n<meta name=\"notes\" content=\"<p>このコマンドレットは、SMS_APPLICATIONGROUPASSIGNMENT WMI クラス オブジェクトを返します。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>アプリケーション グループのデプロイを作成します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMApplicationGroupDeployment [-DeadlineDateTime <DateTime>] [-DeployAction <DeployActionType>]\n [-DeployPurpose <DeployPurposeType>] [-EnableMomAlert <Boolean>] [-GenerateScomAlertOnFailure <Boolean>]\n [-InputObject] <IResultObject> [-OverrideServiceWindow <Boolean>] [-RebootOutsideServiceWindow <Boolean>]\n [-TimeBaseOn <TimeType>] [-UserNotification <UserNotificationType>] [-DistributeCollectionName <String>]\n [-DistributeContent] [-DistributionPointGroupName <String>] [-DistributionPointName <String>]\n [-AvailableDateTime <DateTime>] [-Comment <String>] [-PersistOnWriteFilterDevice <Boolean>]\n [-SendWakeupPacket <Boolean>] [-UseMeteredNetwork <Boolean>] [-Collection <IResultObject>]\n [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMApplicationGroupDeployment [-DeadlineDateTime <DateTime>] [-DeployAction <DeployActionType>]\n [-DeployPurpose <DeployPurposeType>] [-EnableMomAlert <Boolean>] [-GenerateScomAlertOnFailure <Boolean>]\n [-Id] <Int32> [-OverrideServiceWindow <Boolean>] [-RebootOutsideServiceWindow <Boolean>]\n [-TimeBaseOn <TimeType>] [-UserNotification <UserNotificationType>] [-DistributeCollectionName <String>]\n [-DistributeContent] [-DistributionPointGroupName <String>] [-DistributionPointName <String>]\n [-AvailableDateTime <DateTime>] [-Comment <String>] [-PersistOnWriteFilterDevice <Boolean>]\n [-SendWakeupPacket <Boolean>] [-UseMeteredNetwork <Boolean>] [-Collection <IResultObject>]\n [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMApplicationGroupDeployment [-DeadlineDateTime <DateTime>] [-DeployAction <DeployActionType>]\n [-DeployPurpose <DeployPurposeType>] [-EnableMomAlert <Boolean>] [-GenerateScomAlertOnFailure <Boolean>]\n [-Name] <String> [-OverrideServiceWindow <Boolean>] [-RebootOutsideServiceWindow <Boolean>]\n [-TimeBaseOn <TimeType>] [-UserNotification <UserNotificationType>] [-DistributeCollectionName <String>]\n [-DistributeContent] [-DistributionPointGroupName <String>] [-DistributionPointName <String>]\n [-AvailableDateTime <DateTime>] [-Comment <String>] [-PersistOnWriteFilterDevice <Boolean>]\n [-SendWakeupPacket <Boolean>] [-UseMeteredNetwork <Boolean>] [-Collection <IResultObject>]\n [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMApplicationGroupDeployment\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}