{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ko-kr/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. 9. 1.","updated_at_date_time":"2026-09-01T11:26:34.0192721Z"},"_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/ko-kr/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":"배포 지점 추가.","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":"ko-kr","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-09-01 11:26 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년 동안 date 개체를 만들고 <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년 동안 date 개체를 만들고 <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>사이트 시스템이 인터넷에 연결할 때 프록시 서버를 사용할 수 있도록 합니다.</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>이 매개 변수는 와일드카드 문자를 리터럴 문자 값으로 처리합니다. \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 응답기를 사용할 수 있는지 여부를 나타냅니다. WDS(Windows 배포 서비스) 없이 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는 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의 사이트 코드가 다르면 오류가 throw되는 경우 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> 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가 아직 설치되지 않은 경우 서버에 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부터 기본 최소 사용 가능한 공간이 50MB에서 <strong>500MB</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>스위치 매개 변수입니다. 매개 변수가 있으면 동적 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>배포 지점에서 기본 사이트 데이터베이스에 연결하는 데 사용하는 사용자의 이름을 지정합니다.\ndomain\\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":"ko-kr","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/ko-kr/powershell/module/configurationmanager/add-cmdistributionpoint?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/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=\"ko-kr\" />\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/"}