{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/zh-tw/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/8/3","updated_at_date_time":"2026-08-03T07:40:46.6514674Z"},"_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/zh-tw/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":"zh-tw","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"09/06/2023","ms.service":"microsoft-endpoint-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-08-03 07:40 AM","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> Cmdlet 會在月台系統伺服器上建立發佈點。\n發佈點是 Configuration Manager 用來儲存檔案以供用戶端下載的月臺系統角色。 系統會儲存應用程式內容、軟體套件、軟體更新、操作系統映像和開機映像等檔案。</p>\n<p>您必須先將月台系統伺服器指派為發佈點，才能將內容提供給用戶端電腦使用。\n您可以將發佈點月臺角色新增至新的站台系統伺服器，或將月臺角色新增至現有的月臺系統伺服器。</p>\n<div class=\"NOTE\">\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&gt;</code>。 如需詳細資訊，請 <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>第二個命令會取得名為 <strong>MySiteSys_11310.Contoso.com</strong> 的月臺系統伺服器物件，並將物件儲存在 <strong>$SystemServer</strong> 變數中。</p>\n<p>第三個命令會將發佈點新增至儲存在 <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>第二個命令會取得名為 <strong>MySiteSys_11310.Contoso.com</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\">參閱SMS_SCI_SysResUse伺服器 WMI 類別</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>可讓站台系統在連線到因特網時使用 Proxy 伺服器。</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>執行 Cmdlet 之前提示您確認。</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> Cmdlet。</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>此參數會將通配符視為常值字元值。 您無法將其與 <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>設定為 <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 會在 Windows 部署服務中安裝使用 PXE 開機函式的提供者。</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>此參數會處理通配符，並可能導致非預期的行為 (不建議) 。 您無法將其與 <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。 系統會根據 DP 的月臺碼來篩選 MP，如果 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> Cmdlet。</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>指出如果尚未安裝，Configuration Manager 會在伺服器上安裝及設定 Internet Information Services (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>為裝載此月台系統角色的月臺指定三個字元的程序代碼。</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>指定發佈點用來連線到主要月臺資料庫的用戶名稱。\n使用 domain\\username 格式。</p>\n","name":"UserName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"wi","defaultValue":"False","description":"<p>顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。</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":"zh-tw","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/zh-tw/powershell/module/configurationmanager/add-cmdistributionpoint?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/add-cmdistributionpoint?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>\n              <strong>Add-CMDistributionPoint</strong> Cmdlet 會在月台系統伺服器上建立發佈點。\n發佈點是 Configuration Manager 用來儲存檔案以供用戶端下載的月臺系統角色。 系統會儲存應用程式內容、軟體套件、軟體更新、操作系統映像和開機映像等檔案。</p>\n<p>您必須先將月台系統伺服器指派為發佈點，才能將內容提供給用戶端電腦使用。\n您可以將發佈點月臺角色新增至新的站台系統伺服器，或將月臺角色新增至現有的月臺系統伺服器。</p>\n<div class=&quot;NOTE&quot;>\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&amp;gt;</code>。 如需詳細資訊，請 <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=\"zh-tw\" />\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;>參閱SMS_SCI_SysResUse伺服器 WMI 類別</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/"}