{"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"},{"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":"2026/06/25","updated_at_date_time":"2026-06-25T22:37:32.2010451Z"},"_path":"module/configurationmanager/add-cmdistributionpoint.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/add-cmdistributionpoint?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Add-CMDistributionPoint.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"配布ポイントの追加。","document_id":"2dd859e0-20e4-7195-1e8f-fbbc0755bbd2","document_version_independent_id":"93941d2f-3d93-8d66-ab14-29519d782add","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":"c7dcf63c053d7d51ea39db4eb767b9453327cef9","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/c7dcf63c053d7d51ea39db4eb767b9453327cef9/sccm-ps/ConfigurationManager/Add-CMDistributionPoint.md","github_contributors":["Banreet","aczechowski","damabe","sankethka"],"locale":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"09/06/2023","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/Add-CMDistributionPoint.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Add-CMDistributionPoint.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Add-CMDistributionPoint","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 10:37 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/add-cmdistributionpoint","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Add-CMDistributionPoint","schemaType":"PowershellCmdlet","summary":"<p>配布ポイントロールを追加します。</p>\n","uid":"ConfigurationManager.Add-CMDistributionPoint"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Add-CMDistributionPoint":{"href":"add-cmdistributionpoint","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Add-CMDistributionPoint","schemaType":"PowershellCmdlet","summary":"<p>配布ポイントロールを追加します。</p>\n","uid":"ConfigurationManager.Add-CMDistributionPoint"}},"description":"<p>\n              <strong>Add-CMDistributionPoint</strong> コマンドレットは、サイト システム サーバー上に配布ポイントを作成します。\n配布ポイントは、Configuration Manager がクライアントがダウンロードするファイルを格納するために使用するサイト システムの役割です。 アプリケーション コンテンツ、ソフトウェア パッケージ、ソフトウェア更新プログラム、オペレーティング システム イメージ、ブート イメージなどのファイルが格納されます。</p>\n<p>クライアント コンピューターでコンテンツを使用できるようにするには、配布ポイントとしてサイト システム サーバーを割り当てます。\n配布ポイント サイトの役割を新しいサイト システム サーバーに追加することも、サイト ロールを既存のサイト システム サーバーに追加することもできます。</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":"$Date = [DateTime]::Now.AddYears(30)\n$SystemServer = Get-CMSiteSystemServer -SiteSystemServerName \"MySiteSys_11310.Contoso.com\"\nAdd-CMDistributionPoint -InputObject $SystemServer -CertificateExpirationTimeUtc $Date","description":"","summary":"<p>最初のコマンドは、現在の日付から 30 年間の日付オブジェクトを作成し、そのオブジェクトを <strong>$Date</strong> 変数に格納します。</p>\n<p>2 番目のコマンドは、MySiteSys_11310.Contoso.com という名前 <strong>の</strong> サイト システム サーバー オブジェクトを取得し、 <strong>オブジェクトを $SystemServer</strong> 変数に格納します。</p>\n<p>3 番目のコマンドは、 <strong>$SystemServer</strong>に格納されているサイト システム サーバーに配布ポイントを追加し、証明書の有効期限を <strong>$Date</strong>に格納されている日付に設定します。</p>\n","title":"例 1: サイト システム サーバー オブジェクトを使用してサイトを追加する"},{"code":"$Date = [DateTime]::Now.AddYears(30)\nGet-CMSiteSystemServer -SiteSystemServerName \"MySiteSys_11310.Contoso.com\" | Add-CMDistributionPoint -CertificateExpirationTimeUtc $Date","description":"","summary":"<p>最初のコマンドは、現在の日付から 30 年間の日付オブジェクトを作成し、そのオブジェクトを <strong>$Date</strong> 変数に格納します。</p>\n<p>2 番目のコマンドは、MySiteSys_11310.Contoso.com という名前のサイト システム サーバー オブジェクト <strong>を</strong>取得します。 その後、パイプライン演算子を使用してオブジェクトを <strong>Add-DistributionPoint</strong> に渡し、サイト システム サーバー オブジェクトに配布ポイントを追加します。 次に、証明書の有効期限を <strong>$Date</strong>に格納されている日付に設定します。</p>\n","title":"例 2: パイプラインを使用してサイトを追加する"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmdistributionpoint","text":"Get-CMDistributionPoint"},{"href":"get-cmsitesystemserver","text":"Get-CMSiteSystemServer"},{"href":"new-cmschedule","text":"New-CMSchedule"},{"href":"set-cmdistributionpoint","text":"Set-CMDistributionPoint"},{"href":"update-cmdistributionpoint","text":"Update-CMDistributionPoint"},{"href":"remove-cmdistributionpoint","text":"Remove-CMDistributionPoint"},{"href":"get-cmdistributionpointgroup","text":"Get-CMDistributionPointGroup"},{"href":"/mem/configmgr/core/servers/deploy/configure/install-and-configure-distribution-points","text":"Configuration Manager で配布ポイントをインストールして構成する"}],"module":"ConfigurationManager","name":"Add-CMDistributionPoint","notes":"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=\"/mem/configmgr/develop/reference/core/servers/configure/sms_sci_sysresuse-server-wmi-class\">サーバー WMI クラスSMS_SCI_SysResUse</a>」を参照してください。</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>サイト システムに関連付けられている境界グループの外部にあるクライアントがフォールバックできることを示します。 これらのクライアントは、他のサイト システムが利用できない場合に、コンテンツのソースの場所としてこのサイト システムを使用できます。</p>\n","name":"AllowFallbackForContent","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>配布ポイントがコンテンツを事前設定できることを示します。</p>\n","name":"AllowPreStaging","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"EnableCloudGateway","defaultValue":"None","description":"<p>サイト システムがインターネットに接続するときにプロキシ サーバーを使用できるようにします。</p>\n","name":"AllowProxyTraffic","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"AllowRespondIncomingPxeRequest","defaultValue":"None","description":"<p>配布ポイントが PXE 要求に応答できることを示します。</p>\n","name":"AllowPxeResponse","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>証明書の有効期限が切れる日時を UTC 形式で指定します。</p>\n","isRequired":true,"name":"CertificateExpirationTimeUtc","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>PKI クライアント証明書のパスワードをセキュリティで保護された文字列として指定します。</p>\n","isRequired":true,"name":"CertificatePassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>PKI クライアント証明書のインポート パスを指定します。</p>\n","isRequired":true,"name":"CertificatePath","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>クライアント接続の種類を指定します。</p>\n","name":"ClientConnectionType","parameterValueGroup":"Intranet, Internet, InternetAndIntranet","position":"Named","type":"<span class=\"no-loc xref\">ClientConnectionTypes</span>\n"},{"aliases":"cf","defaultValue":"False","description":"<p>コマンドレットを実行する前に確認メッセージを表示します。</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>コンテンツ監視の優先順位を指定します。</p>\n","name":"ContentMonitoringPriority","parameterValueGroup":"Lowest, Low, Medium, High, Highest","position":"Named","type":"<span class=\"no-loc xref\">Priority</span>\n"},{"aliases":"ValidateContentSchedule","defaultValue":"None","description":"<p>配布ポイントがスケジュールされた基準でコンテンツを検証するために使用するスケジュール トークン オブジェクトを指定します。\nスケジュール トークン オブジェクトを作成するには、 <a href=\"new-cmschedule\">New-CMSchedule コマンドレットを</a> 使用します。</p>\n","name":"ContentValidationSchedule","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>配布ポイントの説明を指定します。</p>\n","name":"Description","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</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>配布ポイントが Configuration Manager クライアントからコンテンツ ライブラリへの匿名接続を許可することを示します。</p>\n","name":"EnableAnonymous","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Windows BranchCache を使用するクライアントが、オンプレミスの配布ポイントからコンテンツをダウンロードすることを許可されていることを示します。\nクラウドベースの配布ポイントからのコンテンツ ダウンロードは、Windows BranchCache を使用するクライアントによって常に共有できます。</p>\n","name":"EnableBranchCache","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"EnableValidateContent","defaultValue":"None","description":"<p>この配布ポイントに対してコンテンツの検証が有効になっていることを示します。</p>\n","name":"EnableContentValidation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>配布ポイントが Windows LEDBAT でネットワーク輻輳制御を使用できるようにします。 この機能は、使用されていないネットワーク帯域幅を使用するようにダウンロード速度を調整できます。</p>\n","name":"EnableLedbat","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>この配布ポイントでマルチキャストが有効になっていることを示します。</p>\n","name":"EnableMulticast","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager PXE レスポンダーが配布ポイントで有効になっているかどうかを示します。 Windows 展開サービス (WDS) を使用せずに PXE レスポンダーを有効にすると、Configuration Manager は PXE レスポンダー サービスを配布ポイントにインストールします。</p>\n<p>詳細については、「 <a href=\"/mem/configmgr/core/servers/deploy/configure/install-and-configure-distribution-points#bkmk_config-pxe\">配布ポイントで PXE を有効にする」を</a>参照してください。</p>\n","name":"EnableNonWdsPxe","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>\n              <code>$True</code>に設定すると、配布ポイントは他の配布ポイントからコンテンツをプルできます。</p>\n","name":"EnablePullDP","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"EnablePxeSupport","defaultValue":"None","description":"<p>配布ポイントで PXE が有効になっていることを示します。</p>\n<p>PXE を有効にすると、必要に応じて Configuration Manager によって Windows 展開サービスがサーバーにインストールされます。\nWindows 展開サービスは、オペレーティング システムをインストールするために PXE ブートを実行するサービスです。\n配布ポイントを作成すると、Configuration Manager は PXE ブート機能を使用するプロバイダーを Windows Deployment Services にインストールします。</p>\n","name":"EnablePxe","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager が配布ポイントからオペレーティング システム イメージを展開するタイミングをスケジュールできるかどうかを示します。</p>\n","name":"EnableScheduledMulticast","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>この配布ポイントで SSL が有効になっていることを示します。</p>\n","name":"EnableSsl","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>不明なコンピューターのサポートが有効になっていることを示します。\n不明なコンピューターは、Configuration Manager によって管理されていないコンピューターです。</p>\n","name":"EnableUnknownComputerSupport","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager がクライアントにデータを送信するために使用するマルチキャスト アドレスの範囲で終了 IP アドレスを指定します。</p>\n","name":"EndIPAddress","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager がクライアントにデータを送信するために使用するマルチキャスト UDP ポートの範囲で終了 UDP ポートを指定します。</p>\n","name":"EndUdpPort","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>確認を求めずに重複する証明書を追加するには、このパラメーターを使用します。</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</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":"","defaultValue":"None","description":"<p>-PreferredMPEnabled パラメーターを指定する場合は、必須 (および必要) です。 * 記号で区切られた異なるルックアップ MP を表す文字列入力が必要です。 MP は DP のサイト コードに基づいてフィルター処理され、MP のサイト コードが異なる場合はエラーがスローされます。</p>\n","name":"InitialMPForLookup","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"SiteServer","defaultValue":"None","description":"<p>配布ポイントの役割を追加するサイト システム サーバー オブジェクトを指定します。 このオブジェクトを取得するには、 <a href=\"get-cmsitesystemserver\">Get-CMSiteSystemServer</a> コマンドレットを使用します。</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>サーバーにインターネット インフォメーション サービス (IIS) がまだインストールされていない場合は、Configuration Manager によってインターネット インフォメーション サービス (IIS) がインストールされ、構成されることを示します。 配布ポイントの役割には IIS が必要です。</p>\n","name":"InstallInternetServer","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>配布ポイントが PXE 要求に応答するために使用する MAC アドレスの配列を指定します。</p>\n","name":"MacAddressForRespondingPxeRequest","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>この配布ポイントで使用される各ドライブに予約する空き領域の量を指定します。\nこの制限に達すると、Configuration Manager は別のドライブを選択し、そのドライブへのコピー プロセスを続行します。\nコンテンツ ファイルは複数のドライブにまたがる場合があります。</p>\n<p>バージョン 2107 以降では、既定の最小空き領域が 50 MB から <strong>500 MB</strong> に変更されました。</p>\n","name":"MinimumFreeSpaceMB","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>スケジュールされたマルチキャストがオペレーティング システムの展開を開始する前に受信する必要があるクライアント要求の数を指定します。</p>\n","name":"MinimumSessionSize","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>この配布ポイントからオペレーティング システムをダウンロードできるクライアントの最大数を指定します。</p>\n","name":"MulticastMaximumClientCount","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>これは switch パラメーターです。 パラメーターの存在は、動的 MP 使用量が有効になっていることを示します。 このパラメーターを使用する前に、配布ポイントで PXE を有効にする必要があります。</p>\n","name":"PreferredMPEnabled","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>プライマリ コンテンツの場所を指定します。\nConfiguration Manager は、空き領域の量が <strong>MinimumFreeSpaceMB</strong> パラメーターに指定した値に達するまで、コンテンツをプライマリ コンテンツの場所にコピーします。</p>\n","name":"PrimaryContentLibraryLocation","parameterValueGroup":"Automatic, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z","position":"Named","type":"<span class=\"no-loc xref\">DriveType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>プライマリ パッケージ共有の場所を指定します。\nConfiguration Manager は、空き領域の量が <strong>MinimumFreeSpaceMB</strong> パラメーターに指定した値に達するまで、コンテンツをプライマリ パッケージ共有の場所にコピーします。</p>\n","name":"PrimaryPackageShareLocation","parameterValueGroup":"Automatic, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z","position":"Named","type":"<span class=\"no-loc xref\">DriveType</span>\n"},{"aliases":"ComputersUsePxePassword","defaultValue":"None","description":"<p>セキュリティで保護された文字列として PXE パスワードを指定します。</p>\n","name":"PxePassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"PxeServerResponseDelaySeconds","defaultValue":"None","description":"<p>複数の PXE 対応配布ポイントを使用しているときに、配布ポイントがコンピューターの要求に応答するまでの遅延時間を秒単位で指定します。\n既定では、Configuration Manager PXE サービス ポイントは最初にネットワーク PXE 要求に応答します。</p>\n","name":"PxeServerResponseDelaySec","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>セカンダリ コンテンツの場所を指定します。</p>\n","name":"SecondaryContentLibraryLocation","parameterValueGroup":"Automatic, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z","position":"Named","type":"<span class=\"no-loc xref\">DriveType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>セカンダリ パッケージ共有の場所を指定します。</p>\n","name":"SecondaryPackageShareLocation","parameterValueGroup":"Automatic, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z","position":"Named","type":"<span class=\"no-loc xref\">DriveType</span>\n"},{"aliases":"SessionStartDelayMinutes","defaultValue":"None","description":"<p>Configuration Manager が最初のデプロイ要求に応答するまでに待機する時間 (分) を指定します。</p>\n","name":"SessionStartDelayMins","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このサイト システムの役割をホストするサイトの 3 文字のコードを指定します。</p>\n<p>バージョン 2111 以降では、このパラメーターにサーバーの全体管理サイト (CAS) を指定することはできません。これは、クライアント向けのサイト システムの役割をサポートしていません。</p>\n","name":"SiteCode","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Name, ServerName","defaultValue":"None","description":"<p>サイト システムの役割をホストするサーバーの名前を指定します。</p>\n","isRequired":true,"name":"SiteSystemServerName","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"SourceDistributionPoints","defaultValue":"None","description":"<p>この配布ポイントがコンテンツをプルできる配布ポイント ソースの配列を指定します。</p>\n","name":"SourceDistributionPoint","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"SourceDPRanks","defaultValue":"None","description":"<p>この配布ポイントがコンテンツをプルできる配布ポイント ソースの優先順位を含む配列を指定します。\n同じ優先順位のソース配布ポイントがランダムに選択されます。</p>\n","name":"SourceDPRank","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">Int32</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager がクライアントにデータを送信するために使用するマルチキャスト アドレスの範囲で開始 IP アドレスを指定します。</p>\n","name":"StartIPAddress","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager がクライアントにデータを送信するために使用するマルチキャスト UDP ポートの範囲で、開始 UDP ポートを指定します。</p>\n","name":"StartUdpPort","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>配布ポイントが PXE 展開のためにユーザーをデバイスに関連付ける方法を指定します。</p>\n","name":"UserDeviceAffinity","parameterValueGroup":"DoNotUse, AllowWithManualApproval, AllowWithAutomaticApproval","position":"Named","type":"<span class=\"no-loc xref\">UserDeviceAffinityType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>配布ポイントがプライマリ サイト データベースへの接続に使用するユーザーの名前を指定します。\ndomain\\username という形式を使用します。</p>\n","name":"UserName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"wi","defaultValue":"False","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":["Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificateExpirationTimeUtc <DateTime> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n -InputObject <IResultObject> [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>]\n [-MinimumFreeSpaceMB <Int32>] [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>]\n [-StartIPAddress <String>] [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>]\n [-UserName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]","Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificateExpirationTimeUtc <DateTime> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>] [-MinimumFreeSpaceMB <Int32>]\n [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SiteCode <String>] [-SiteSystemServerName] <String>\n [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>] [-StartIPAddress <String>]\n [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>] [-UserName <String>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificatePassword <SecureString> -CertificatePath <String> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>] [-MinimumFreeSpaceMB <Int32>]\n [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SiteCode <String>] [-SiteSystemServerName] <String>\n [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>] [-StartIPAddress <String>]\n [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>] [-UserName <String>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificatePassword <SecureString> -CertificatePath <String> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n -InputObject <IResultObject> [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>]\n [-MinimumFreeSpaceMB <Int32>] [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>]\n [-StartIPAddress <String>] [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>]\n [-UserName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]"],"uid":"ConfigurationManager.Add-CMDistributionPoint","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/Add-CMDistributionPoint.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/add-cmdistributionpoint","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Add-CMDistributionPoint","schemaType":"PowershellCmdlet","summary":"<p>配布ポイントロールを追加します。</p>\n","uid":"ConfigurationManager.Add-CMDistributionPoint"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/add-cmdistributionpoint?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/add-cmdistributionpoint?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>\n              <strong>Add-CMDistributionPoint</strong> コマンドレットは、サイト システム サーバー上に配布ポイントを作成します。\n配布ポイントは、Configuration Manager がクライアントがダウンロードするファイルを格納するために使用するサイト システムの役割です。 アプリケーション コンテンツ、ソフトウェア パッケージ、ソフトウェア更新プログラム、オペレーティング システム イメージ、ブート イメージなどのファイルが格納されます。</p>\n<p>クライアント コンピューターでコンテンツを使用できるようにするには、配布ポイントとしてサイト システム サーバーを割り当てます。\n配布ポイント サイトの役割を新しいサイト システム サーバーに追加することも、サイト ロールを既存のサイト システム サーバーに追加することもできます。</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/Add-CMDistributionPoint.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=\"Add-CMDistributionPoint\" />\r\n<meta name=\"notes\" content=\"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=&quot;/mem/configmgr/develop/reference/core/servers/configure/sms_sci_sysresuse-server-wmi-class&quot;>サーバー WMI クラスSMS_SCI_SysResUse</a>」を参照してください。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>配布ポイントロールを追加します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificateExpirationTimeUtc <DateTime> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n -InputObject <IResultObject> [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>]\n [-MinimumFreeSpaceMB <Int32>] [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>]\n [-StartIPAddress <String>] [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>]\n [-UserName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificateExpirationTimeUtc <DateTime> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>] [-MinimumFreeSpaceMB <Int32>]\n [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SiteCode <String>] [-SiteSystemServerName] <String>\n [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>] [-StartIPAddress <String>]\n [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>] [-UserName <String>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificatePassword <SecureString> -CertificatePath <String> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>] [-MinimumFreeSpaceMB <Int32>]\n [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SiteCode <String>] [-SiteSystemServerName] <String>\n [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>] [-StartIPAddress <String>]\n [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>] [-UserName <String>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Add-CMDistributionPoint [-AllowFallbackForContent] [-AllowPreStaging] [-AllowProxyTraffic] [-AllowPxeResponse]\n -CertificatePassword <SecureString> -CertificatePath <String> [-ClientConnectionType <ClientConnectionTypes>]\n [-ContentMonitoringPriority <Priority>] [-ContentValidationSchedule <IResultObject>] [-Description <String>]\n [-EnableAnonymous] [-EnableBranchCache] [-EnableContentValidation] [-EnableLedbat] [-EnableMulticast]\n [-EnableNonWdsPxe] [-EnablePullDP] [-EnablePxe] [-EnableScheduledMulticast <Boolean>] [-EnableSsl]\n [-EnableUnknownComputerSupport] [-EndIPAddress <String>] [-EndUdpPort <Int32>] [-Force]\n -InputObject <IResultObject> [-InstallInternetServer] [-MacAddressForRespondingPxeRequest <String[]>]\n [-MinimumFreeSpaceMB <Int32>] [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>]\n [-PrimaryContentLibraryLocation <DriveType>] [-PrimaryPackageShareLocation <DriveType>]\n [-PxePassword <SecureString>] [-PxeServerResponseDelaySec <Int32>]\n [-SecondaryContentLibraryLocation <DriveType>] [-SecondaryPackageShareLocation <DriveType>]\n [-SessionStartDelayMins <Int32>] [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>]\n [-StartIPAddress <String>] [-StartUdpPort <Int32>] [-UserDeviceAffinity <UserDeviceAffinityType>]\n [-UserName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Add-CMDistributionPoint\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}