ko-kr/Microsoft.Online.Sharepoint.Powershell.dll-help.xml

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<HelpItems xmlns="http://msh" schema="maml">
<!-- Doc Build Version: 15.0.15244.2102 -->
<!-- Date/Time Created (UTC): 2015-09-02 05:34:43.046-->
0bb1e45a-33ee-4e8b-93d1-f2ac90d6d724
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>New-SPOMigrationPackage</command:name>
    <maml:description>
      <maml:para>로컬 또는 네트워크 공유 폴더에 있는 원본 파일에 따라 새 마이그레이션 패키지를 만드는 cmdlet입니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>New</command:verb>
    <command:noun>SPOMigrationPackage</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>New-SPOMigrationPackage</maml:name>
      <command:parameter required="True">
        <maml:name>OutputPackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>IncludeFileSharePermissions</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoADLookup</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetDocumentLibraryPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>OutputPackagePath</maml:name>
      <maml:description>
        <maml:para>출력 패키지 메타데이터 파일이 저장되는 디렉터리 위치입니다. 이 디렉터리가 없으면 만들어집니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>SourceFilesPath</maml:name>
      <maml:description>
        <maml:para>원본 콘텐츠 파일이 있는 디렉터리 위치입니다. 패키지 메타데이터 파일을 만들기 위해 이 디렉터리가 열거됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>IncludeFileSharePermissions</maml:name>
      <maml:description>
        <maml:para>패키지 메타데이터에 생성된 매니페스트 파일에 사용 권한과 공유 정보를 포함하는 데 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoADLookup</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>로그 파일을 만드는 데 사용됩니다. 기본적으로 새 CreateMigrationPackage 로그 파일을 OutputPackagePath 매개 변수 내에 지정된 디렉터리 안에 만듭니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>TargetDocumentLibraryPath</maml:name>
      <maml:description>
        <maml:para>패키지 메타데이터에서 기본 URL의 문서 라이브러리 부분으로 사용할 웹 관련 문서 라이브러리입니다. 이 라이브러리를 지정하지 않으면 "Documents"가 패키지 메타데이터 내에서 대신 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>패키지 메타데이터에서 기본 URL의 폴더 경로 부분으로 사용할 문서 라이브러리 관련 하위 폴더를 지정합니다. 이 폴더를 지정하지 않으면 패키지 메타데이터 내에서 값이 사용되지 않습니다. 파일은 문서 라이브러리 루트 아래 속하게 됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>패키지 메타데이터에서 기본 URL의 웹 주소 부분으로 사용할 정규화된 웹 URL입니다. 이 URL을 지정하지 않으면 "http://fileserver/sites/user"가 패키지 메타데이터 내에서 대신 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>SourcePath</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>TargetUrl</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>New-SPOMigrationPackage -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_SrcPkg</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOMigrationPackage -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_SrcPkg -TargetUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents"</maml:para>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/0bb1e45a-33ee-4e8b-93d1-f2ac90d6d724(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>29079bf5-73e8-48f5-b992-4d04dac4738f
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPODeletedSite</command:name>
    <maml:description>
      <maml:para>휴지통의 삭제된 모든 사이트 모음을 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPODeletedSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPODeletedSite</maml:name>
      <command:parameter required="False">
        <maml:name>IncludePersonalSite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPODeletedSite</maml:name>
      <command:parameter required="True">
        <maml:name>IncludeOnlyPersonalSite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>IncludeOnlyPersonalSite</maml:name>
      <maml:description>
        <maml:para>이 스위치 매개 변수를 사용하여 반환된 결과에 개인 사이트만 포함합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>Identity</maml:name>
      <maml:description>
        <maml:para>반환할 삭제된 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      <dev:type>
        <maml:name>SpoSitePipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>IncludePersonalSite</maml:name>
      <maml:description>
        <maml:para>이 스위치 매개 변수를 사용하여 반환된 결과에 개인 사이트를 포함합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Limit</maml:name>
      <maml:description>
        <maml:para>반환할 최대 사이트 모음 수를 지정합니다. 모든 숫자를 지정할 수 있습니다. 모든 사이트 모음을 검색하려면 ALL을 사용합니다. 기본값은 200입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -Identity http://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 휴지통에 있는 삭제된 사이트 모음 "http://contoso.sharepoint.com/sites/marketing"의 속성을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite -IncludePersonalSite</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 휴지통에 있는 개인 사이트를 포함하여 삭제된 사이트의 모든 속성을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPODeletedSite - IncludeOnlyPersonalSite</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 휴지통에 있는 개인 사이트의 속성만 모두 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Restore-SPODeletedSite</maml:linkText>
      <maml:uri href="fad9d40f-c3b4-4efb-ba73-b428688a2682" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/29079bf5-73e8-48f5-b992-4d04dac4738f(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>2a837ecf-b85b-459f-a7fe-04e27cb74454
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOTenantSyncClientRestriction</command:name>
    <maml:description>
      <maml:para>테넌시에 대한 기능을 사용하지 않도록 설정합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para />
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOTenantSyncClientRestriction</maml:para>
      <dev:remarks>
        <maml:para>이 예제는 TenantRestrictionEnabled 속성에 대해 False 값을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/2a837ecf-b85b-459f-a7fe-04e27cb74454(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
</command:command>3567d973-e7cf-4550-826b-5b2ef7190a58
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOExternalUser</command:name>
    <maml:description>
      <maml:para>외부 사용자 모음을 테넌시의 폴더에서 제거합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOExternalUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOExternalUser</maml:name>
      <command:parameter required="True">
        <maml:name>UniqueIDs</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>Windows Live ID를 기반으로 외부 사용자를 식별하는 데 사용할 수 있는 ID를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하기 전에 확인 메시지가 표시됩니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신에 명령의 효과를 설명하는 메시지를 표시합니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>$user = Get-SPOExternalUser -Filter someone@example.com</maml:para>
      <maml:para>Remove-SPOExternalUser -UniqueIDs @($user.UniqueId)</maml:para>
      <dev:remarks>
        <maml:para>이 예제는 주소가 "someone@example.com"인 특정 외부 사용자를 제거합니다. 조직 구성원은 공유 대상 대화 상자에 표시되는 외부 사용자 이름을 계속 볼 수 있지만 이 외부 사용자는 로그인할 수 없으며 테넌트 리소스에 액세스할 수 없습니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOExternalUser</maml:linkText>
      <maml:uri href="5bed4da8-25c1-4c16-9d12-64b9e8f319a4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/3567d973-e7cf-4550-826b-5b2ef7190a58(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>356c9605-5ff4-4545-bb81-27b3b3b63da4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Test-SPOSite</command:name>
    <maml:description>
      <maml:para>SharePoint Online 사이트 모음을 테스트합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Test</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Test-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RuleId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RunAlways</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>테스트할 SharePoint Online 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>실행할 상태 검사 규칙을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신 명령의 효과를 설명하는 메시지를 표시합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Test-SPOSite https://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/marketing 사이트 모음에 대해 모든 사이트 모음 상태 검사를 실행합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSite</maml:linkText>
      <maml:uri href="7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Repair-SPOSite</maml:linkText>
      <maml:uri href="6ef179d0-ed05-47c2-bb0c-0fd65b13c79e" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/356c9605-5ff4-4545-bb81-27b3b3b63da4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>37ed35a8-450d-49df-b471-e6d4babcb5c7
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPODeletedSite</command:name>
    <maml:description>
      <maml:para>삭제된 SharePoint Online 사이트 모음을 휴지통에서 제거합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPODeletedSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPODeletedSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>제거할 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하기 전에 확인 메시지가 표시됩니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요.。</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신에 명령의 효과를 설명하는 메시지를 표시합니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPODeletedSite -Identity https://contoso.sharepoint.com/sites/sitetoremove</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/sitetoremove라는 삭제된 SharePoint Online 사이트 모음을 휴지통에서 제거하고 영구히 삭제합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOSite</maml:linkText>
      <maml:uri href="751a6f18-4fc1-42f2-a2b3-d58fa9c761fe" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPODeletedSite</maml:linkText>
      <maml:uri href="29079bf5-73e8-48f5-b992-4d04dac4738f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/37ed35a8-450d-49df-b471-e6d4babcb5c7(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>3b75fc2f-c782-4795-9484-98e24e665129
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenantLogEntry [[-StartTimeInUtc]</command:name>
    <maml:description>
      <maml:para>SharePoint Online 회사 로그를 검색합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenantLogEntry [[-StartTimeInUtc]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>로그를 검색할 시작 시간을 (UTC) 협정 세계시로 지정합니다(예: 01032011:12:00).</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>로그를 검색할 종료 시간을 UTC로 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>최대 행 수(내림차순 타임스탬프)를 지정합니다. 이 값은 5000 미만이어야 합니다. 기본값은 1000입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>상관 관계 ID를 필터로 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>오류를 기록하는 구성 요소를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>로그온 ID를 필터로 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 사용 가능한 모든 로그를 검색합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc -MaxRows 500</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 첫 로그 항목 500개를 검색합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$endTimeinUTC = Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <maml:para>$startTimeinUTC = $endTimeinUTC.AddDays (-14)</maml:para>
      <maml:para>$tenantlogs = Get-SPOTenantLogEntry -StartTimeinUtc $startTimeinUTC -EndTimeinUTC $endTimeinUTC</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 지난 14일간 기록된 로그 항목을 검색합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$endTimeinUTC = Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <maml:para>$startTimeinUTC = $endTimeinUTC.AddDays (-14)</maml:para>
      <maml:para>$tenantlogs = Get-SPOTenantLogEntry -StartTimeinUtc $startTimeinUTC -EndTimeinUTC $endTimeinUTC -CorrelationId e2c2be70-6382-4ce7-8a44-ae7dadff5597</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 "e2c2be70-6382-4ce7-8a44-ae7dadff5597"의 CorrelationId를 포함하는 지난 14일간 기록된 로그 항목을 검색합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOTenantLogLastAvailableTimeInUtc</maml:linkText>
      <maml:uri href="dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/3b75fc2f-c782-4795-9484-98e24e665129(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>3f869c81-ca2d-4b98-a05f-edf3b2397a37
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>New-SPOSite</command:name>
    <maml:description>
      <maml:para>현재 회사에 대해 새 SharePoint Online 사이트 모음을 만듭니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>New</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>New-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Owner</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>StorageQuota</maml:name>
        <command:parameterValue required="True">Int64</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Url</maml:name>
        <command:parameterValue required="True">UrlCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>CompatibilityLevel</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LocaleId</maml:name>
        <command:parameterValue required="True">UInt32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ResourceQuota</maml:name>
        <command:parameterValue required="True">Double</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Template</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TimeZoneId</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Title</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>새 사이트 모음의 전체 URL을 지정합니다. 이 URL은 회사 사이트에 있는 유효한 관리 경로여야 합니다. 예를 들어 contoso라는 회사의 유효한 관리 경로는 https://contoso.sharepoint.com/sites 및 https://contoso.sharepoint.com/teams입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음 주 소유자의 사용자 이름을 지정합니다. 소유자는 보안 그룹이나 전자 메일 사용이 가능한 보안 그룹이 아닌 사용자여야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>이 사이트 모음에 대한 저장소 할당량(MB)을 지정합니다. 이 값은 회사의 사용 가능한 할당량을 초과하지 않아야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>새 사이트 모음을 만들 때 사용할 서식 파일 버전을 지정합니다. 이 값은 사이트 모음의 초기 CompatibilityLevel 값을 설정합니다. 이 매개 변수의 값은 SharePoint Server 2010 또는 SharePoint Server 2013일 수 있습니다. 이 매개 변수를 지정하지 않으면 CompatibilityLevel은 기본적으로 웹 응용 프로그램에 대해 가능한 최상위 버전으로 설정됩니다.</maml:para>
        <maml:para>SharePoint Online Preview의 경우 "14" 또는 "15"로만 설정할 수 있습니다. "14"는 SharePoint 2010 제품을 나타내고, "15"는 SharePoint 2013을 나타냅니다. 그 밖의 값은 유효하지 않으며, 설정할 경우 오류가 발생합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>이 사이트 모음의 언어를 지정합니다. 자세한 내용은 Microsoft에서 지정한 로캘 ID(http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911)를 참조하십시오. Template 및 LocaleId 매개 변수는 cmdlet에서 반환된 유효한 조합이어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>스크립트 실행을 즉시 계속하도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>이 사이트 모음에 대한 할당량을 샌드박스 솔루션 단위로 지정합니다. 이 값은 회사의 사용 가능한 총 샌드박스 솔루션 할당량을 초과하지 않아야 합니다. 기본값은 0입니다. 자세한 내용은 SharePoint 2010의 샌드박스 솔루션에 대한 리소스 사용량 제한(http://msdn.microsoft.com/ko-kr/library/gg615462(office.14).aspx) (http://msdn.microsoft.com/ko-kr/library/gg615462(office.14).aspx)을 참조하십시오.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음 서식 파일 유형을 지정합니다. 유효한 서식 파일 목록을 가져오려면 cmdlet을 사용합니다. 서식 파일을 지정하지 않은 경우 나중에 추가할 수 있습니다. Template 및 LocaleId 매개 변수는 cmdlet에서 반환된 유효한 조합이어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음의 표준 시간대를 지정합니다. 자세한 내용은 SPRegionalSettings.TimeZones 속성(http://go.microsoft.com/fwlink/p/?LinkId=242912) (http://go.microsoft.com/fwlink/p/?LinkId=242912)을 참조하십시오.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음의 제목을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner joe.healy@contoso.com -StorageQuota 1000 -Title "My new site collection"</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 지정된 사이트 URL, 제목 및 소유자를 사용하여 현재 회사에 대해 새 사이트 모음을 만듭니다. 저장소 할당량은 1000MB로 설정됩니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner joe.healy@contoso.com -StorageQuota 1000 -CompatibilityLevel 15 -LocaleID 1033 -ResourceQuota 300 -Template "STS#0" -TimeZoneId 13 -Title "My new site collection"</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 지정된 사이트 URL, 제목, 소유자 및 서식 파일을 사용하여 현재 회사에 대해 새 사이트 모음을 만듭니다. 저장소 할당량은 1000MB로 설정되고 리소스 할당량은 300MB로 설정됩니다. 서식 파일 호환성 수준은 15로 설정됩니다. 즉, 이 사이트 모음에서는 SharePoint 2013 서식 파일만 지원됩니다. 언어는 영어 - 미국(LocaleID = 1033)으로 설정되고 표준 시간대는 (GMT-08:00) 태평양 표준시(미국과 캐나다)(TimeZone = 13)로 설정됩니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSite -Url https://contoso.sharepoint.com/sites/accounting -Owner admin@contoso.com -StorageQuota 100 -NoWait -ResourceQuota 50 -Template STS#0</maml:para>
      <dev:remarks>
        <maml:para>예제 3에서는 지정된 사이트 URL, 소유자 및 서식 파일을 사용하여 현재 회사에 대해 새 사이트 모음을 만듭니다. 저장소 할당량은 100MB로 설정되고 리소스 할당량은 50MB로 설정됩니다. 이 cmdlet은 지연되지 않고 바로 실행됩니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSite</maml:linkText>
      <maml:uri href="7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/3f869c81-ca2d-4b98-a05f-edf3b2397a37(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>4776fbfa-7ea0-49ba-b871-c5438c0e31cb
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOMigrationPackageAzureSource</command:name>
    <maml:description>
      <maml:para>Azure 컨테이너를 만들고, 마이그레이션 패키지 파일을 해당 컨테이너에 업로드하며, 업로드된 콘텐츠의 스냅숏을 만드는 cmdlet입니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOMigrationPackageAzureSource</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOMigrationPackageAzureSource</maml:name>
      <command:parameter required="True">
        <maml:name>AccountKey</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>AccountName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourcePackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>AzureQueueName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>FileContainerName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PackageContainerName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoSnapshotCreation</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoUpload</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Overwrite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Set-SPOMigrationPackageAzureSource</maml:name>
      <command:parameter required="True">
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourcePackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoSnapshotCreation</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoUpload</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Overwrite</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>AccountKey</maml:name>
      <maml:description>
        <maml:para>Azure 저장소 계정에 대한 계정 키입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>AccountName</maml:name>
      <maml:description>
        <maml:para>Azure 저장소 계정에 대한 계정 이름입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="3">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>패키지 콘텐츠와 메타데이터 파일이 보관된 Azure BLOB 저장소 컨테이너와 Azure 저장소 보고 큐(선택 사항)를 나타내는 정규화된 URL 및 SAS 토큰 집합입니다. 이 개체는 Set- SPOMigrationPackageAzureSource를 성공적으로 처리할 때 반환됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      <dev:type>
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>SourceFilesPath</maml:name>
      <maml:description>
        <maml:para>패키지의 원본 콘텐츠 파일이 있는 디렉터리 위치입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2">
      <maml:name>SourcePackagePath</maml:name>
      <maml:description>
        <maml:para>패키지의 메타데이터 파일이 있는 디렉터리 위치입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>AzureQueueName</maml:name>
      <maml:description>
        <maml:para>가져오기 중에 작업 목록 이벤트를 가져오는 Azure 저장소 보고 큐의 이름(선택 사항)입니다. 이 값은 소문자로 되어 있어야 하고 Azure의 큐 명명 규칙을 따라야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="3">
      <maml:name>FileContainerName</maml:name>
      <maml:description>
        <maml:para>현재 Azure BLOB 저장소 컨테이너가 없는 경우 만들어지는 컨테이너의 이름(선택 사항)입니다. 이 컨테이너는 업로드된 패키지 콘텐츠 파일을 보관합니다. 이 값은 소문자로 되어 있어야 하고 Azure의 컨테이너 명명 규칙을 따라야 합니다. 이 값을 지정하지 않으면 &lt;GUID&gt;-file 형식을 사용하여 이름이 생성됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>로그 파일을 만들지 않음을 나타냅니다. 기본값은 새 CopyMigrationPackage 로그 파일을 SourcePackagePath 매개 변수 내에 지정된 디렉터리 안에 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoSnapshotCreation</maml:name>
      <maml:description>
        <maml:para>컨테이너에서 콘텐츠에 대한 스냅숏을 만들지 않음을 나타냅니다. 기본값은 컨테이너에 각 패키지 파일의 스냅숏을 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoUpload</maml:name>
      <maml:description>
        <maml:para>패키지 파일을 업로드하지 않음을 나타냅니다. 기본값은 모든 패키지 파일을 업로드하는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Overwrite</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>PackageContainerName</maml:name>
      <maml:description>
        <maml:para>현재 Azure BLOB 저장소 컨테이너가 없는 경우 만들어지는 컨테이너의 이름(선택 사항)입니다. 이 컨테이너는 업로드된 패키지 메타데이터 파일을 보관합니다. 이 값은 소문자로 되어 있어야 하고 Azure의 컨테이너 명명 규칙을 따라야 합니다. 이 값을 지정하지 않으면 &lt;GUID&gt;-package 형식을 사용하여 이름이 생성됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>NoOverwrite</maml:name>
      <maml:description>
        <maml:para>컨테이너에서 콘텐츠를 덮어쓰는 데 사용됩니다. 기본값은 기존 콘텐츠를 덮어쓰지 않는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>$azurelocations = Set-SPOMigrationPackageAzureSource -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -FileContainerUri migration-files -PackageContainerUri migration-package -AccountName migrationstore -AccountKey "nmcXQ+1NctB7BlRVm+8+qWUn6GUFIH7E5ZQPThcjg8SfFWTJ34HthyOEoROwxHYIajpOYxYDt7qUwSEBQlLWoA=="</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOMigrationPackageAzureSource -SourcePath \\fileserver\share\folder1 -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -MigrationPackageAzureLocations $azurelocations -AccountName migrationstore -AccountKey "nmcXQ+1NctB7BlRVm+8+qWUn6GUFIH7E5ZQPThcjg8SfFWTJ34HthyOEoROwxHYIajpOYxYDt7qUwSEBQlLWoA==" -NoUpload</maml:para>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/4776fbfa-7ea0-49ba-b871-c5438c0e31cb(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>4d3f6db1-33de-400d-bdfa-6539009ab506
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Submit-SPOMigrationJob</command:name>
    <maml:description>
      <maml:para>이전에 Azure BLOB 저장소에 업로드된 패키지를 참조한 새 마이그레이션 작업을 사이트 모음에 제출하는 cmdlet입니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Submit</command:verb>
    <command:noun>SPOMigrationJob</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Submit-SPOMigrationJob</maml:name>
      <command:parameter required="True">
        <maml:name>FileContainerUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>PackageContainerUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>AzureQueueUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowProgress</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Submit-SPOMigrationJob</maml:name>
      <command:parameter required="True">
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowProgress</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>FileContainerUri</maml:name>
      <maml:description>
        <maml:para>패키지 콘텐츠 파일이 보관된 Azure BLOB 저장소 컨테이너를 나타내는 정규화된 URL 및 SAS 토큰입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>패키지 콘텐츠와 메타데이터 파일이 보관된 Azure BLOB 저장소 컨테이너와 Azure 저장소 보고 큐(선택 사항)를 나타내는 정규화된 URL 및 SAS 토큰 집합입니다. 이 개체는 Set- SPOMigrationPackageAzureSource cmdlet을 성공적으로 처리할 때 반환됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      <dev:type>
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>PackageContainerUri</maml:name>
      <maml:description>
        <maml:para>패키지 메타데이터 파일이 보관된 Azure BLOB 저장소 컨테이너를 나타내는 정규화된 URL 및 SAS 토큰입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>패키지를 가져올 정규화된 대상 웹 URL입니다. 이 URL에는 ConvertTo-SPOMigrationTargetedPackage 중에 사용된 동일한 TargetWebURL이 있어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>AzureQueueUri</maml:name>
      <maml:description>
        <maml:para>가져오기 중에 가져오기 작업에서 이벤트를 나열할 Azure 저장소 보고 큐를 나타내는 정규화된 URL 및 SAS 토큰(선택 사항)입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>사이트 모음 관리자가 사이트 모음에 연결하는 데 사용하는 자격 증명(선택 사항)입니다. 자격 증명은 사용자 이름을 UPN 형식(예: user@company.onmicrosoft.com)으로 제공해야 합니다. 이 속성이 설정되어 있지 않으면 Connect-SPOService에 대한 세션의 이전 호출에서 현재 테넌트 관리자 자격 증명이 사이트 모음에 연결하는 데 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>로그 파일을 만들지 않음을 나타냅니다. 기본값은 현재 디렉터리 내에 새 CreateMigrationJob 로그 파일을 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowProgress</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: SwitchParameter</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Submit-SPOMigrationJob -TargetUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -FileContainerUri "https://migrationstore.blob.core.windows.net/migration-files?sv=2014-02-14&amp;sr=c&amp;sig=THTTJoeGHysxRLgv22j473XYS2blH1YAVIdsfWrPhq8=&amp;se=2015-04-06T05:09:36Z&amp;sp=rl" -PackageContainerUri "https://migrationstore.blob.core.windows.net/migration-package?sv=2014-02-14&amp;sr=c&amp;sig=2PCBJtiXsVWiK5GrY7jBEdyEAwtunQNJLH8uo6I0+Ew=&amp;se=2015-04-06T05:09:37Z&amp;sp=rwl"</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Submit-SPOMigrationJob -TargetUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -MigrationPackageAzureLocations $azurelocations</maml:para>
      <dev:code />
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/4d3f6db1-33de-400d-bdfa-6539009ab506(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>54146deb-0f0c-4d62-8e99-3b8ba78dacd9
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Add-SPOUser</command:name>
    <maml:description>
      <maml:para>기존 Office 365 사용자 또는 Office 365 보안 그룹을 SharePoint 그룹에 추가합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Add</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Add-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자를 추가할 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>추가할 사용자의 로그인 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자 또는 보안 그룹을 추가할 SharePoint 그룹의 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Add-SPOUser -Site https://contoso.sharepoint.com/sites/sc1 -LoginName joe.healy@contoso.com -Group "SC1 Owners"</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 전자 메일 주소가 joe.healy@contoso.com인 사용자를 https://contoso.sharepoint.com/sites/sc1 사이트 모음의 "SC1 Owners" 그룹에 추가합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Add-SPOUser -Site https://contoso.sharepoint.com -LoginName melissa.kerr@contoso.com -Group "Team Site Members"</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 전자 메일 주소가 melissa.kerr@contoso.com인 사용자를 https://contoso.sharepoint.com 사이트 모음의 "Team Site Members" 그룹에 추가합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSiteGroup</maml:linkText>
      <maml:uri href="b7902410-e541-42c1-80e8-d2f04719a629" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOUser</maml:linkText>
      <maml:uri href="698da79c-cda6-44ce-ab99-3ac72ddf1dd5" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOUser</maml:linkText>
      <maml:uri href="7cb4165b-53bb-43a4-87a5-facc22d71826" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/54146deb-0f0c-4d62-8e99-3b8ba78dacd9(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>56167666-fe94-41d7-b476-b687bfc61c22
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>SharePoint Online 그룹을 사이트 모음에서 제거합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹을 제거할 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>제거할 그룹의 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Identity GroupToRemove</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 GroupToRemove라는 그룹을 https://contoso.sharepoint.com/sites/marketing 사이트 모음에서 제거합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSiteGroup</maml:linkText>
      <maml:uri href="bb440d88-4708-4a30-930a-b17aae9b2455" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSiteGroup</maml:linkText>
      <maml:uri href="b7902410-e541-42c1-80e8-d2f04719a629" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/56167666-fe94-41d7-b476-b687bfc61c22(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>5ba1257a-9567-4009-8ccb-fc1f5937ce8a
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOMigrationJobStatus</command:name>
    <maml:description>
      <maml:para>제출된 SPO 마이그레이션 작업의 상태를 모니터링하는 cmdlet입니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOMigrationJobStatus</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOMigrationJobStatus</maml:name>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>JobId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>패키지를 가져올 정규화된 대상 웹 URL입니다. 이 URL에는 ConvertTo-SPOMigrationTargetedPackage 중에 사용된 동일한 TargetWebUrl이 포함됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>(선택 사항) 사이트 모음에 연결하는 데 사용하는 사이트 모음 관리자의 자격 증명입니다. 자격 증명은 사용자 이름을 UPN 형식(예: user@company.onmicrosoft.com)으로 제공해야 합니다. 이 속성이 설정되어 있지 않으면 Connect-SPOService에 대한 세션의 이전 통화에서 현재 테넌트 관리자 자격 증명이 사이트 모음에 연결하는 데 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>JobId</maml:name>
      <maml:description>
        <maml:para>(선택 사항) 대상 사이트 모음에 있는 마이그레이션 작업 ID입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Guid</command:parameterValue>
      <dev:type>
        <maml:name>Guid</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>(선택 사항) 로그 파일을 만들지 않음을 나타냅니다. 기본값은 현재 디렉터리 내에 새 DeleteMigrationJob 로그 파일을 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>Windows PowerShell cmdlet을 사용 하 여 SharePoint Online 및 OneDrive 마이그레이션에 대 한</maml:linkText>
      <maml:uri href="76fdbe4d-8cbd-4760-a8d0-396dd4f727e2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/5ba1257a-9567-4009-8ccb-fc1f5937ce8a(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>5bed4da8-25c1-4c16-9d12-64b9e8f319a4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOExternalUser</command:name>
    <maml:description>
      <maml:para>테넌트의 폴더에 있는 외부 사용자를 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOExternalUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOExternalUser</maml:name>
      <command:parameter required="False">
        <maml:name>Filter</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PageSize</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Position</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SiteUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SortOrder</maml:name>
        <command:parameterValue required="True">Ascending | Descending</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>Filter</maml:name>
      <maml:description>
        <maml:para>대/소문자 구분 비교를 사용하여 이름, 성 또는 전자 메일 주소가 문자열의 텍스트로 시작하는 사용자로만 결과를 제한합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>PageSize</maml:name>
      <maml:description>
        <maml:para>모음에서 반환할 최대 사용자 수를 지정합니다.</maml:para>
        <maml:para>이 값은 50보다 작거나 같아야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="2">
      <maml:name>Position</maml:name>
      <maml:description>
        <maml:para>반환할 첫 번째 결과의 정렬된 모음에서 위치를 나타내는 인덱스(0부터 시작)를 지정하려면 사용합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="6">
      <maml:name>SiteUrl</maml:name>
      <maml:description>
        <maml:para>외부 사용자를 검색할 사이트를 지정합니다. 사이트가 지정되지 않은 경우 모든 사이트에 대한 외부 사용자가 반환됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>SortOrder</maml:name>
      <maml:description>
        <maml:para>SPOUser.Email 속성에 대한 결과를 오름차순으로 정렬할지 내림차순으로 정렬할지 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Ascending | Descending</command:parameterValue>
      <dev:type>
        <maml:name>Ascending | Descending</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOExternalUser -Position 0 -PageSize 2</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 모음에서 처음 두 명의 외부 사용자를 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOExternalUser -Position 2 -PageSize 2</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 모음의 세 번째 페이지에서 두 명의 외부 사용자를 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOExternalUser -Position 0 -PageSize 30 -Filter @testsite.com</maml:para>
      <dev:remarks>
        <maml:para>예제 3에서는 @testsite.com 필터와 일치하는 처음 30명의 사용자를 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOExternalUser</maml:linkText>
      <maml:uri href="3567d973-e7cf-4550-826b-5b2ef7190a58" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/5bed4da8-25c1-4c16-9d12-64b9e8f319a4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>698da79c-cda6-44ce-ab99-3ac72ddf1dd5
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOUser</command:name>
    <maml:description>
      <maml:para>기존 사용자의 속성을 구성합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>IsSiteCollectionAdmin</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음의 전체 URL을 지정합니다. 이 URL은 회사 사이트에 있는 유효한 관리 경로여야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자가 사이트 모음 관리자인지 여부를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOUser -Site https://contoso.sharepoint.com/sites/marketing -LoginName melissa.kerr@contoso.com -IsSiteCollectionAdmin $true</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 melissa.kerr@contoso.com을 https://contoso.sharepoint.com/sites/marketing의 SharePoint Online 사이트 모음 관리자로 설정합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/698da79c-cda6-44ce-ab99-3ac72ddf1dd5(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>6ef179d0-ed05-47c2-bb0c-0fd65b13c79e
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Repair-SPOSite</command:name>
    <maml:description>
      <maml:para>사이트 모음 및 해당 콘텐츠를 검사하고 복구합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Repair</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Repair-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RuleId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RunAlways</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>복구를 실행할 SharePoint Online 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하기 전에 확인 메시지가 표시됩니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>실행할 상태 검사 규칙을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신 명령의 효과를 설명하는 메시지를 표시합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신에 명령의 효과를 설명하는 메시지를 표시합니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Repair-SPOSite https://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/marketing 사이트 모음에 대해 복구 모드로 모든 사이트 모음 상태 검사를 실행합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Repair-SPOSite https://contoso.sharepoint.com/sites/marketing -RuleID "ee967197-ccbe-4c00-88e4-e6fab81145e1"</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/marketing 사이트 모음에 대해 복구 모드로 갤러리 누락 검사 규칙을 실행합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Test-SPOSite</maml:linkText>
      <maml:uri href="356c9605-5ff4-4545-bb81-27b3b3b63da4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/6ef179d0-ed05-47c2-bb0c-0fd65b13c79e(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>751a6f18-4fc1-42f2-a2b3-d58fa9c761fe
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOSite</command:name>
    <maml:description>
      <maml:para>SharePoint Online 사이트 모음을 SharePoint Online 휴지통으로 보냅니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>제거할 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하기 전에 확인 메시지가 표시됩니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요..</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>스크립트 실행을 즉시 계속하도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신에 명령의 효과를 설명하는 메시지를 표시합니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요..</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -NoWait</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/site1이라는 사이트 모음을 사이트 모음 목록에서 제거한 후 휴지통으로 이동합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Restore-SPODeletedSite</maml:linkText>
      <maml:uri href="fad9d40f-c3b4-4efb-ba73-b428688a2682" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/751a6f18-4fc1-42f2-a2b3-d58fa9c761fe(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>77487636-f64b-4d03-8350-beee1baa0e1f
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOWebTemplate [[-LocaleId] &lt;UInt32&gt;]</command:name>
    <maml:description>
      <maml:para>지정한 ID와 일치하는 모든 사이트 서식 파일을 표시합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOWebTemplate [[-LocaleId] &lt;UInt32&gt;]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 서식 파일의 로캘 ID를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 서식 파일의 호환성 수준을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 서식 파일의 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 서식 파일의 제목을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 관리자 사이트의 언어로 된 모든 사이트 서식 파일을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOWebTemplate -LocaleID 1036</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 모든 프랑스어 사이트 서식 파일 목록을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/77487636-f64b-4d03-8350-beee1baa0e1f(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>783f2435-e51e-4c72-8683-50eddb3607d2
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOMigrationJob</command:name>
    <maml:description>
      <maml:para>지정된 사이트 모음에서 이전에 만든 마이그레이션 작업을 제거하는 cmdlet입니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOMigrationJob</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOMigrationJob</maml:name>
      <command:parameter required="True">
        <maml:name>JobId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>설명</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>이전에 만든 마이그레이션 작업의 Id로, 대상 사이트 모음에 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>작업을 찾으면 해당 작업이 삭제되는 사이트 모음의 정규화된 URL입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음 관리자가 사이트 모음에 연결하는 데 사용하는 자격 증명(선택 사항)입니다. 자격 증명은 사용자 이름을 UPN 형식(예: user@company.onmicrosoft.com)으로 제공해야 합니다. 이 속성이 설정되어 있지 않으면 Connect-SPOService에 대한 세션의 이전 호출에서 현재 테넌트 관리자 자격 증명이 사이트 모음에 연결하는 데 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>로그 파일을 만들지 않음을 나타냅니다. 기본값은 현재 디렉터리 내에 새 DeleteMigrationJob 로그 파일을 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOMigrationJob -JobId 4da9e777-3e38-4804-96d9-ddeebe7dfa79 -TargetUrl https://contoso.sharepoint.com/sites/TargetSite</maml:para>
      <dev:code />
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/783f2435-e51e-4c72-8683-50eddb3607d2(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>792be457-7ab0-4735-94f9-ae12f2dd20a6
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOAppErrors</command:name>
    <maml:description>
      <maml:para>응용 프로그램 오류를 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOAppErrors</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOAppErrors</maml:name>
      <command:parameter required="True">
        <maml:name>ProductId</maml:name>
        <command:parameterValue required="True">Guid</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>EndTimeInUtc</maml:name>
        <command:parameterValue required="True">DateTime</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StartTimeInUtc</maml:name>
        <command:parameterValue required="True">DateTime</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>응용 프로그램 GUID를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>모니터링 오류를 검색할 시작 시간(UTC)을 지정합니다(예: 01032011:12:00). 시작 시간을 지정하지 않으면 현재 시간을 기준으로 지난 72시간이 기본값으로 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>모니터링 오류를 검색할 종료 시간(UTC)을 지정합니다. 종료 시간을 지정하지 않으면 현재 시간(UTC)이 기본값으로 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOAppErrors -ProductId ba51729b-e017-409d-681a-66f1dd18f0f4</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 GUID가 ba51729b-e017-409d-681a-66f1dd18f0f4인 응용 프로그램에 대한 모니터링 오류 메시지 모음을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppInfo</maml:linkText>
      <maml:uri href="f4730281-69df-4642-bc29-320d78c6c9e4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/792be457-7ab0-4735-94f9-ae12f2dd20a6(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOSite [[-Identity] &lt;SpoSitePipeBind&gt;]</command:name>
    <maml:description>
      <maml:para>하나 이상의 사이트 모음을 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOSite [[-Identity] &lt;SpoSitePipeBind&gt;]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음에 대한 추가 속성 정보를 가져오려면 이 매개 변수를 사용합니다. Detailed 매개 변수를 사용할 경우 응답 시간이 길어질 수 있습니다.</maml:para>
        <maml:para>반환되는 속성은 다음과 같습니다.</maml:para>
        <maml:para>--ResourceUsageCurrent</maml:para>
        <maml:para>--ResourceUsageAverage</maml:para>
        <maml:para>--StorageUsageCurrent</maml:para>
        <maml:para>--LockIssue</maml:para>
        <maml:para>--WebsCount</maml:para>
        <maml:para>--CompatibilityLevel</maml:para>
        <maml:para>--AllowSelfServiceUpgrade</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>적용할 서버 쪽 필터의 스크립트 블록을 지정합니다. 형식은 {$_PropertyName &lt;operator&gt; "filterValue"} 형식의 유효한 필터 이름 및 값이어야 합니다. 유효한 연산자는 eq, ne, like, notlike입니다.</maml:para>
        <maml:para>연산자 값은 대/소문자를 구분합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>반환할 최대 사이트 모음 수를 지정합니다. 모든 숫자를 지정할 수 있습니다. 모든 사이트 모음을 검색하려면 ALL을 사용합니다. 기본값은 200입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOSite</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 모든 사이트 모음을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOSite -Identity https://contoso.sharepoint.com</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 자세한 속성과 함께 사이트 모음을 나열합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Test-SPOSite</maml:linkText>
      <maml:uri href="356c9605-5ff4-4545-bb81-27b3b3b63da4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Repair-SPOSite</maml:linkText>
      <maml:uri href="6ef179d0-ed05-47c2-bb0c-0fd65b13c79e" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/7ad4670c-da59-4f62-a9a1-d1c2e15ee5ab(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>7cb4165b-53bb-43a4-87a5-facc22d71826
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Remove-SPOUser</command:name>
    <maml:description>
      <maml:para>사용자 또는 보안 그룹을 사이트 모음이나 그룹에서 제거합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Remove</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Remove-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자를 제거할 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자를 제거할 그룹을 지정합니다. 지정하지 않을 경우 사용자가 모든 그룹에서 제거됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Remove-SPOUser -Site https://contoso.sharepoint.com/sites/sc1 -LoginName joe.healy@contoso.com -Group "SC1 Owners"</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 전자 메일 주소가 joe.healy@contoso.com인 사용자를 https://contoso.sharepoint.com/sites/sc1 사이트 모음의 SC1 Owners 그룹에서 제거합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOUser</maml:linkText>
      <maml:uri href="cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/7cb4165b-53bb-43a4-87a5-facc22d71826(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>90de3eb8-1399-4417-92fe-b89bbcfc8b2a
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOMigrationJobProgress</command:name>
    <maml:description>
      <maml:para>도입이 필요합니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOMigrationJobProgress</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOMigrationJobProgress</maml:name>
      <command:parameter required="False">
        <maml:name>AzureQueueUri</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>DontWaitForEndJob</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>JobIds</maml:name>
        <command:parameterValue required="True">Guid[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPOMigrationJobProgress</maml:name>
      <command:parameter required="True">
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>DontWaitForEndJob</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>JobIds</maml:name>
        <command:parameterValue required="True">Guid[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2">
      <maml:name>MigrationPackageAzureLocations</maml:name>
      <maml:description>
        <maml:para>패키지 콘텐츠와 메타데이터 파일이 보관된 Azure BLOB 저장소 컨테이너와 Azure 저장소 보고 큐(선택 사항)를 나타내는 정규화된 URL 및 SAS 토큰 집합입니다. 이 개체는 Set- SPOMigrationPackageAzureSource를 성공적으로 처리할 때 반환됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">MigrationPackageAzureLocations</command:parameterValue>
      <dev:type>
        <maml:name>MigrationPackageAzureLocations</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>AzureQueueUri</maml:name>
      <maml:description>
        <maml:para>가져오기 중에 가져오기 작업에서 이벤트를 나열할 Azure 저장소 보고 큐를 나타내는 정규화된 URL 및 SAS 토큰(선택 사항)입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>사이트 모음 관리자가 사이트 모음에 연결하는 데 사용하는 자격 증명(선택 사항)입니다. 자격 증명은 사용자 이름을 UPN 형식(예: user@company.onmicrosoft.com)으로 제공해야 합니다. 이 속성이 설정되어 있지 않으면 Connect-SPOService에 대한 세션의 이전 호출에서 현재 테넌트 관리자 자격 증명이 사이트 모음에 연결하는 데 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DontWaitForEndJob</maml:name>
      <maml:description>
        <maml:para>작업을 종료하기를 기다리지 않는 cmdlet을 알려 줍니다. 현재 큐에 있는 개수의 메시지까지만 처리한 후 종료합니다. 이 플래그가 $false로 설정되어 있으면 종료하기 전에 끝낼 작업을 기다립니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="True" globbing="False" pipelineInput="True" position="Named">
      <maml:name>JobIds</maml:name>
      <maml:description>
        <maml:para>이전에 만든 마이그레이션 작업의 Id로, 대상 사이트 모음에 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Guid[]</command:parameterValue>
      <dev:type>
        <maml:name>Guid[]</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>로그 파일을 만들지 않음을 나타냅니다. 기본값은 새 CopyMigrationPackage 로그 파일을 SourcePackagePath 매개 변수 내에 지정된 디렉터리 안에 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="1">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>패키지를 가져올 정규화된 대상 웹 URL입니다. 여기에는이 URL에는 ConvertTo-SPOMigrationTargetedPackage 중에 사용된 동일한 TargetWebURL이 있어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/90de3eb8-1399-4417-92fe-b89bbcfc8b2a(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>9463e0fe-e918-4307-af45-6c4b379d9e34
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenantSyncClientRestriction</command:name>
    <maml:description>
      <maml:para>현재 구성 상태를 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para />
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantSyncClientRestriction</maml:para>
      <dev:code />
      <dev:remarks>
        <maml:para>이 예제는 TenantRestrictionEnabled 속성의 현재 Boolean 값과 AllowedDomainList 속성에 있는 도메인 GUID의 현재 설정 목록을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/9463e0fe-e918-4307-af45-6c4b379d9e34(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>aa3a5d69-72f2-45b0-9ab6-bcd11a266348
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenant</command:name>
    <maml:description>
      <maml:para>SharePoint Online 조직 속성을 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenant</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOTenant</maml:name>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters />
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenant</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 StorageQuota, StorageQuotaAllocated, ResourceQuota, ResourceQuotaAllocated 및 SiteCreationMode와 같은 조직 수준 사이트 모음 속성을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/aa3a5d69-72f2-45b0-9ab6-bcd11a266348(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>b7902410-e541-42c1-80e8-d2f04719a629
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>New-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>SharePoint Online 사이트 모음에 새 그룹을 만듭니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>New</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>New-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>PermissionLevels</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹을 추가할 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>추가할 그룹의 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>새로 만드는 그룹에 부여할 사용 권한 수준을 지정합니다. 그룹을 만들 사이트 모음에 있는 모든 사용 권한 수준을 지정할 수 있습니다.</maml:para>
        <maml:para>사용 권한 수준은 SharePoint Online 관리자가 SharePoint Online 관리 센터에서 정의합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/siteA -Group "Project Leads" -PermissionLevels "Full Control"</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/siteA 사이트 모음에 대한 모든 권한 사용 권한 수준이 있는 Project Leads라는 그룹을 만듭니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>New-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Group "NewGroupName" -PermissionLevels "Design"</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/marketing 사이트 모음에 대한 Design 사용 권한 수준이 있는 NewGroupName이라는 그룹을 만듭니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/b7902410-e541-42c1-80e8-d2f04719a629(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>bb440d88-4708-4a30-930a-b17aae9b2455
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>지정한 사이트 모음에 있는 모든 그룹을 가져옵니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음 범위를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>반환할 최대 사이트 모음 수를 지정합니다. 모든 사이트 모음을 검색하려면 Limit ALL을 사용합니다. 기본값은 200입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOSiteGroup -Site http://contoso.sharepoint.com/sites/siteA</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 지정한 http://contoso.sharepoint.com/sites/siteA 사이트 모음에 있는 모든 그룹을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSiteGroup</maml:linkText>
      <maml:uri href="c6450a79-d9d9-4584-9158-c47e12249cd4" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOSiteGroup</maml:linkText>
      <maml:uri href="56167666-fe94-41d7-b476-b687bfc61c22" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/bb440d88-4708-4a30-930a-b17aae9b2455(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>bc3114cd-e536-4130-8ce1-3462d652c0e9
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Request-SPOUpgradeEvaluationSite</command:name>
    <maml:description>
      <maml:para>원래 사이트에는 영향을 주지 않고 업그레이드 결과의 유효성을 검사할 용도로 기존 사이트 모음의 복사본을 만들도록 요청합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Request</command:verb>
    <command:noun>SPOUpgradeEvaluationSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Request-SPOUpgradeEvaluationSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoEmail</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoUpgrade</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>새 업그레이드 또는 평가 사이트 모음을 요청할 SharePoint Online 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하기 전에 확인 메시지가 표시됩니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요..</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>업그레이드 평가 사이트 만들기 프로세스가 끝날 때 시스템에서 요청자 및 사이트 모음 관리자에게 전자 메일 메시지를 보내지 않도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>시스템에서 평가 사이트 만들기 프로세스의 일부로 업그레이드를 수행하지 않도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신에 명령의 효과를 설명하는 메시지를 표시합니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요..</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Request-SPOUpgradeEvaluationSite http://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 전자 메일 메시지를 보내고 평가 사이트를 자동으로 업그레이드하는 기본 옵션을 사용하여 http://contoso.sharepoint.com/sites/marketing 마케팅 사이트에 대한 사이트 업그레이드 평가를 요청합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Request-SPOUpgradeEvaluationSite http://contoso.sharepoint.com/sites/marketing -NoEmail $true -NoUpgrade $true</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 http://contoso.sharepoint.com/sites/marketing 마케팅 사이트에 대한 사이트 업그레이드 평가를 요청합니다. 전자 메일 메시지를 보내지 않고 평가 사이트를 자동 업그레이드하지 않도록 지정합니다. SharePoint Online 전역 관리자는 이 cmdlet을 이러한 방식으로 사용하여 실제 업그레이드를 시작하기 전에 업그레이드 평가 사이트를 변경할 수 있습니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Upgrade-SPOSite</maml:linkText>
      <maml:uri href="e45078d4-2933-4001-a27b-aff9e6b1eb9d" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/bc3114cd-e536-4130-8ce1-3462d652c0e9(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>c6450a79-d9d9-4584-9158-c47e12249cd4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOSiteGroup</command:name>
    <maml:description>
      <maml:para>사이트 모음 내 그룹에 대한 SharePoint Online 소유자 및 사용 권한 수준을 업데이트합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOSiteGroup</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOSiteGroup</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Name</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Owner</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PermissionLevelsToAdd</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>PermissionLevelsToRemove</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹이 속한 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹의 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹의 새 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹에 부여할 사용 권한 수준을 지정합니다.</maml:para>
        <maml:para>사용 권한 수준은 SharePoint Online 전역 관리자가 SharePoint Online 관리 센터에서 정의합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>그룹에서 제거할 사용 권한 수준을 지정합니다.</maml:para>
        <maml:para>사용 권한 수준은 SharePoint Online 전역 관리자가 SharePoint Online 관리 센터에서 정의합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>만들려는 그룹의 소유자(개인 또는 보안 그룹)를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSiteGroup -Site http://contoso.sharepoint.com/sites/siteA -Identity "ProjectViewers" -PermissionLevelsToRemove "Full Control" -PermissionLevelsToAdd "View Only"</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 http://contoso.sharepoint.com/sites/siteA 사이트 모음 내 ProjectViewers 그룹의 사용 권한 수준을 모든 권한에서 보기만으로 변경합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSiteGroup -Site https://contoso.sharepoint.com -Identity "ProjectViewers" -Owner Melissa.kerr@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 Melissa.kerr@contoso.com을 ProjectViewers 그룹의 소유자로 설정합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOSiteGroup</maml:linkText>
      <maml:uri href="bb440d88-4708-4a30-930a-b17aae9b2455" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/c6450a79-d9d9-4584-9158-c47e12249cd4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOUser</command:name>
    <maml:description>
      <maml:para>지정한 검색 조건과 일치하는 SharePoint Online 사용자 또는 보안 그룹 계정을 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOUser</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Group</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Limit</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Get-SPOUser</maml:name>
      <command:parameter required="True">
        <maml:name>Site</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LoginName</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자를 가져올 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자를 가져올 그룹을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사용자 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>반환할 최대 사용자 수를 지정합니다. 기본값은 사용자 500명을 반환하는 것입니다. 모든 사용자를 반환하려면 값을 "모두"로 지정하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 http://contoso.sharepoint.com/sites/finance 사이트 모음에서 모든 사용자 또는 보안 그룹 계정을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance -LoginName melissa.kerr@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 https://contoso.sharepoint.com/sites/finance 사이트 모음에서 사용자 이름이 HYPERLINK "mailto:melissa.kerr@contoso.com" melissa.kerr@contoso.com인 사용자 또는 보안 그룹 계정 하나를 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance -Group "Team Site Members"</maml:para>
      <dev:remarks>
        <maml:para>예제 3에서는 http://contoso.sharepoint.com/sites/finance 사이트 모음의 Team Site Members 그룹에서 사용자 또는 보안 그룹 계정 하나를 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPOUser</maml:linkText>
      <maml:uri href="7cb4165b-53bb-43a4-87a5-facc22d71826" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOUser</maml:linkText>
      <maml:uri href="698da79c-cda6-44ce-ab99-3ac72ddf1dd5" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/cda4e946-3c9d-4ac2-bfc5-b97a12dc3ad2(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>cf64ca53-cc14-4267-b2cc-069e278fe1af
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOTenant</command:name>
    <maml:description>
      <maml:para>SharePoint Online 조직에 대한 속성을 설정합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOTenant</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOTenant</maml:name>
      <command:parameter required="False">
        <maml:name>DisplayStartASiteOption</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ExternalServicesEnabled</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>MaxCompatibilityLevel</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>MinCompatibilityLevel</maml:name>
        <command:parameterValue required="True">Int32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoAccessRedirectUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>OfficeClientADALDisabled</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ProvisionSharedWithEveryoneFolder</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>RequireAcceptingAccountMatchInvitedAccount</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SearchResolveExactEmailOrUPN</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SharingCapability</maml:name>
        <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowAllUsersClaim</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowEveryoneClaim</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ShowEveryoneExceptExternalUsersClaim</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SignInAccelerationDomain</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StartASiteFormUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>UsePersistentCookiesForExplorerView</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DisplayStartASiteOption</maml:name>
      <maml:description>
        <maml:para>테넌트 사용자에게 사이트 시작 메뉴 옵션을 표시할지 결정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ExternalServicesEnabled</maml:name>
      <maml:description>
        <maml:para>테넌트에 대해 외부 서비스를 사용하도록 설정합니다. 외부 서비스는 Office 365 데이터 센터에 없는 서비스로 정의됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>MaxCompatibilityLevel</maml:name>
      <maml:description>
        <maml:para>새 사이트의 호환성 수준 상한을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>MinCompatibilityLevel</maml:name>
      <maml:description>
        <maml:para>새 사이트의 호환성 수준 하한을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int32</command:parameterValue>
      <dev:type>
        <maml:name>Int32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoAccessRedirectUrl</maml:name>
      <maml:description>
        <maml:para>잠금 상태가 "NoAccess"인 사이트 모음에 대한 리디렉션 사이트의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description />
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>RequireAcceptingAccountMatchInvitedAccount</maml:name>
      <maml:description>
        <maml:para>외부 사용자가 초대한 전자 메일 주소와 일치하는 계정을 사용하여 외부 공유 초대를 수락할 수 있는지만 확인합니다.</maml:para>
        <maml:para>매개 변수는 두 값, 즉 True 또는 False를 수락합니다.</maml:para>
        <maml:para>True - 사용자가 bob@contoso.com을 사용하여 이 초대를 수락해야 합니다.</maml:para>
        <maml:para>False - 문서를 외부 사용자(bob@contoso.com)와 공유하는 경우 원래 전자 메일의 초대 링크에 대한 액세스 권한이 있는 사용자가 수락할 수 있습니다.</maml:para>
        <maml:para>외부 공동 작업자에 대해 향상된 제어 권한을 원하는 관리자는 이 기능을 사용하도록 설정해야 합니다.</maml:para>
        <maml:para>이는 새 공유 초대를 수락하는 새 외부 사용자에게만 적용됩니다.</maml:para>
        <maml:para>조직이나 Microsoft 계정 또는 외부 사용자와 공유해야 하는 리소스 소유자는 해당 리소스에 액세스할 수 없게 됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SearchResolveExactEmailOrUPN</maml:name>
      <maml:description>
        <maml:para>사용자 선택에서 검색 기능을 제거합니다.</maml:para>
        <maml:para>유효한 값은 다음과 같습니다.</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True- 사용자 선택에서 검색 기능을 제거합니다. 사용자 선택에서 사람을 확인하려면 사용자가 전체 전자 메일 주소 또는 UPN을 입력해야 합니다.</maml:para>
          <maml:para>검색 기능을 제거하는 방법에 대한 자세한 내용은 쿼리 규칙 관리 (https://support.office.com/ko-kr/article/Manage-query-rules-53556bb4-3625-490b-aa89-1223e3d4ce3f), 사용자 프로필 속성 추가 및 편집 (https://support.office.com/ko-kr/article/Add-and-edit-user-profile-properties-85091402-737f-4bb9-99a7-bc5f194502a8) 또는 metadata fileAssetGuid="48e1b50c-f05b-41b7-befd-c061cad87acb" assetTypeId="CompanionFile"을 참조하세요.</maml:para>
          <maml:para>최근에 확인한 이름이 계속해서 목록에 표시됩니다.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False - 기본 검색 기능을 복원합니다.</maml:para>
        </command:listItem></command:list>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SharingCapability</maml:name>
      <maml:description>
        <maml:para>사이트에 대해 사용 가능한 공유 수준을 결정합니다. 가능한 값은 다음과 같습니다. Disabled - 외부 사용자 공유(전자 메일로 공유) 및 게스트 링크 공유 모두 사용하지 않도록 설정합니다. ExternalUserSharingOnly - 외부 사용자 공유(전자 메일로 공유)는 사용하도록 설정하지만 게스트 링크 공유는 사용하지 않도록 설정합니다. ExternalUserAndGuestSharing - 외부 사용자 공유(전자 메일로 공유) 및 게스트 링크 공유 모두 사용하도록 설정합니다.</maml:para>
        <maml:para>공유에 대한 자세한 내용은 SharePoint 온라인 환경에 대한 외부 공유 관리 (http://office.microsoft.com/ko-kr/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).</maml:para>
      </maml:description>
      <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      <dev:type>
        <maml:name>Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowAllUsersClaim</maml:name>
      <maml:description>
        <maml:para>관리자가 사용자 선택에서 모든 사용자 클레임 그룹을 숨길 수 있도록 합니다. 사용자가 "모든 사용자 (x)"로 설정된 항목을 공유하면 테넌트의 Azure Active Directory에 있는 변수로 인증한 모든 조직 구성원이 액세스할 수 있습니다. 예를 들어 "모든 사용자 (x)"로 설정하면 SharePoint 인증을 위해 NTLM을 사용한 사용자와 공유합니다.</maml:para>
        <maml:para>유효한 값은 다음과 같습니다.</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True - 모든 사용자 클레임 그룹이 사용자 선택에 표시됩니다.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False - 모든 사용자 클레임 그룹이 사용자 선택에서 숨겨집니다.</maml:para>
        </command:listItem></command:list>
        <maml:para>기본값은 True입니다.</maml:para>
        <maml:para>모든 사용자(인증됨)은 모든 사람 클래임과 동일합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowEveryoneClaim</maml:name>
      <maml:description>
        <maml:para>관리자가 사용자 선택에서 모든 사람 클레임을 숨길 수 있도록 합니다. 사용자가 모든 사람으로 설정된 항목을 공유하면 테넌트의 Azure Active Directory에 있는 모든 인증된 사용자(이전에 초대를 수락한 모든 활성 외부 사용자 포함)가 액세스할 수 있습니다.</maml:para>
        <maml:para>유효한 값은 다음과 같습니다.</maml:para>
        <command:list>bullet
        <command:listItem>
          <maml:para>True - 모든 사람 클레임 그룹이 사용자 선택에 표시됩니다.</maml:para>
        </command:listItem>
        <command:listItem>
          <maml:para>False - 모든 사람 클레임 그룹이 사용자 선택에서 숨겨집니다.</maml:para>
          <maml:para>템플릿과 페이지 등 일부 SharePoint 시스템 리소스는 모든 사람이 공유할 수 있어야 하며, 이 유형의 공유는 사용자 데이터나 메타데이터를 노출하지 않습니다.</maml:para>
        </command:listItem></command:list>
        <maml:para>기본값은 True입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ShowEveryoneExceptExternalUsersClaim</maml:name>
      <maml:description>
        <maml:para>관리자가 사용자 선택에서 "외부 사용자를 제외한 모든 사람" 클레임을 숨길 수 있도록 합니다. 사용자가 "외부 사용자를 제외한 모든 사람"로 설정된 항목을 공유하면 테넌트의 Azure Active Directory에 있는 모든 조직 구성원이 액세스할 수 있으나 이전에 초대를 수락한 사용자는 액세스할 수 없습니다.</maml:para>
        <maml:para>유효한 값은 다음과 같습니다.</maml:para>
        <maml:para>True -외부 사용자를 제외한 모든 사람이 사용자 선택에 표시됩니다.</maml:para>
        <maml:para>False -외부 사용자를 제외한 모든 사람이 사용자 선택에서 표시되지 않습니다.</maml:para>
        <maml:para>기본값은 True입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description />
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>StartASiteFormUrl</maml:name>
      <maml:description>
        <maml:para>사이트 시작 대화 상자에서 로드할 양식의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description />
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com/sites/team1 -LockState NoAccess</maml:para>
      <maml:para>Set-SPOTenant -NoAcessRedirectUrl 'http://www.contoso.com'</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com/sites/team1에 대한 액세스를 차단하고 트래픽을 http://www.contoso.com으로 리디렉션합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowEveryoneExceptExternalUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 사용자 선택에서 "외부 사용자를 제외한 모든 사람" 클레임을 숨깁니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenant -ShowAllUsersClaim $false</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 사용자 선택에서 "모든 사용자" 클레임 그룹을 숨깁니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Upgrade-SPOSite</maml:linkText>
      <maml:uri href="e45078d4-2933-4001-a27b-aff9e6b1eb9d" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOSite</maml:linkText>
      <maml:uri href="de2a6a72-cff9-4afd-9144-97a28fcdbe40" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/cf64ca53-cc14-4267-b2cc-069e278fe1af(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>d9c6793a-56aa-4170-b6b5-90adb564fc2c
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Connect-SPOService</command:name>
    <maml:description>
      <maml:para>SharePoint Online 전역 관리자를 SharePoint Online 연결(SharePoint Online 관리 센터)에 연결합니다. 먼저 이 cmdlet을 실행해야 다른 SharePoint Online cmdlet을 실행할 수 있습니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Connect</command:verb>
    <command:noun>SPOService</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Connect-SPOService</maml:name>
      <command:parameter required="True">
        <maml:name>Url</maml:name>
        <command:parameterValue required="True">UrlCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credential</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>SharePoint Online 관리 센터 사이트의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>연결에 사용할 자격 증명을 지정합니다. 자격 증명을 지정하지 않으면 자격 증명을 묻는 대화 상자가 나타납니다. 이 자격 증명은 SharePoint Online 관리 센터 사이트에 액세스할 수 있는 SharePoint Online 전역 관리자의 자격 증명이어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential admin@contoso.com</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 admin@contoso.com 자격 증명이 있는 SharePoint Online 전역 관리자가 URL이 http://contoso-admin.sharepoint.com/인 SharePoint Online 관리 센터에 연결하는 방법을 보여 줍니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>$username = "admin@contoso.sharepoint.com"$password = "password"$cred = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $(convertto-securestring $Password -asplaintext -force)Connect-SPOService -Url http://contoso-admin.sharepoint.com/ -Credential $cred</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 사용자 이름 및 암호가 있는 SharePoint Online 전역 관리자가 URL이 http://contoso-admin.sharepoint.com/인 SharePoint Online 관리 센터에 연결하는 방법을 보여 줍니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Disconnect-SPOService</maml:linkText>
      <maml:uri href="efd0e73c-1cb1-4dd4-83ea-cedec565ba24" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/d9c6793a-56aa-4170-b6b5-90adb564fc2c(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOTenantLogLastAvailableTimeInUtc</command:name>
    <maml:description>
      <maml:para>SharePoint Online 조직 로그가 수집된 최근 시간을 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOTenantLogLastAvailableTimeInUtc</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Get-SPOTenantLogLastAvailableTimeInUtc</maml:name>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters />
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOTenantLogLastAvailableTimeInUtc</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 SharePoint Online 조직 로그가 최근에 수집된 시간(UTC)을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOTenantLogEntry</maml:linkText>
      <maml:uri href="3b75fc2f-c782-4795-9484-98e24e665129" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/dba7f754-c9b7-4b4e-8b75-6cf4ddf398e7(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>de2a6a72-cff9-4afd-9144-97a28fcdbe40
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOSite</command:name>
    <maml:description>
      <maml:para>사이트 모음의 속성 값 중 하나 이상을 설정 또는 업데이트합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>AllowSelfServiceUpgrade</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>DenyAddAndCustomizePages</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LocaleId</maml:name>
        <command:parameterValue required="True">UInt32</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>LockState</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Owner</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ResourceQuota</maml:name>
        <command:parameterValue required="True">Double</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>ResourceQuotaWarningLevel</maml:name>
        <command:parameterValue required="True">Double</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SandboxedCodeActivationCapability</maml:name>
        <command:parameterValue required="True">Unknown | Check | Disabled | Enabled</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>SharingCapability</maml:name>
        <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StorageQuota</maml:name>
        <command:parameterValue required="True">Int64</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>StorageQuotaWarningLevel</maml:name>
        <command:parameterValue required="True">Int64</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Title</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>Set-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>EnablePWA</maml:name>
        <command:parameterValue required="True">$true | $false</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>EnablePWA</maml:name>
      <maml:description>
        <maml:para>사이트에 Project Web App가 포함될 수 있는지 확인합니다. Project Web App에 대한 자세한 내용은 Project Server 2013에서 SharePoint 그룹 계획을 참조하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>Identity</maml:name>
      <maml:description>
        <maml:para>업데이트할 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      <dev:type>
        <maml:name>SpoSitePipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>AllowSelfServiceUpgrade</maml:name>
      <maml:description>
        <maml:para>사이트 모음 관리자가 사이트 모음을 업그레이드할 수 있는지 여부를 결정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DenyAddAndCustomizePages</maml:name>
      <maml:description>
        <maml:para>사이트 모음에서 Add And Customize Pages 권한이 거부되었는지 확인합니다. 사용 권한 수준에 대한 자세한 내용은 SharePoint 2013의 사용자 권한 및 사용 권한 수준을 참조하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True">$true | $false</command:parameterValue>
      <dev:type>
        <maml:name>$true | $false</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>LocaleId</maml:name>
      <maml:description>
        <maml:para>이 사이트 모음의 언어를 지정합니다. 자세한 내용은 Microsoft에서 지정한 로캘 ID(http://go.microsoft.com/fwlink/p/?LinkId=242911) (http://go.microsoft.com/fwlink/p/?LinkId=242911)를 참조하십시오.</maml:para>
      </maml:description>
      <command:parameterValue required="True">UInt32</command:parameterValue>
      <dev:type>
        <maml:name>UInt32</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>LockState</maml:name>
      <maml:description>
        <maml:para>사이트의 잠금 상태를 설정합니다. 유효한 값은 NoAccess 및 Unlock입니다. 사이트 잠금 상태가 NoAccess이면 사이트로 들어오는 모든 트래픽이 차단됩니다. Set-SPOTenant cmdlet의 NoAccessRedirectUrl 매개 변수가 설정되어 있으면 잠금 상태가 NoAccess인 사이트로 들어오는 트래픽이 해당 URL로 리디렉션됩니다. NoAccessRedirectUrl 매개 변수가 설정되어 있지 않으면 403 오류가 반환됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoWait</maml:name>
      <maml:description>
        <maml:para>스크립트 실행을 즉시 계속하도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Owner</maml:name>
      <maml:description>
        <maml:para>사이트 모음의 소유자를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ResourceQuota</maml:name>
      <maml:description>
        <maml:para>사이트 모음의 리소스 할당량(MB)을 지정합니다. 기본값은 0입니다. 자세한 내용은 SharePoint 2010의 샌드박스 솔루션에 대한 리소스 사용량 제한(http://msdn.microsoft.com/ko-kr/library/gg615462(office.14).aspx) (http://msdn.microsoft.com/ko-kr/library/gg615462(office.14).aspx)을 참조하십시오.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Double</command:parameterValue>
      <dev:type>
        <maml:name>Double</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>ResourceQuotaWarningLevel</maml:name>
      <maml:description>
        <maml:para>사이트의 리소스 할당량 제한에 근접하면 사이트 모음 관리자에게 경고를 보내도록 하는 사이트 모음 경고 수준(MB)을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Double</command:parameterValue>
      <dev:type>
        <maml:name>Double</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>SharingCapability</maml:name>
      <maml:description>
        <maml:para>사이트에 대해 사용 가능한 공유 수준을 결정합니다. 가능한 값은 다음과 같습니다. Disabled - 외부 사용자 공유(전자 메일로 공유) 및 게스트 링크 공유 모두 사용하지 않도록 설정합니다. ExternalUserSharingOnly - 외부 사용자 공유(전자 메일로 공유)는 사용하도록 설정하지만 게스트 링크 공유는 사용하지 않도록 설정됩니다. ExternalUserAndGuestSharing - 외부 사용자 공유(전자 메일로 공유) 및 게스트 링크 공유 모두 사용하도록 설정합니다.</maml:para>
        <maml:para>공유에 대한 자세한 내용은 SharePoint 온라인 환경에 대한 외부 공유 관리 (http://office.microsoft.com/ko-kr/office365-sharepoint-online-enterprise-help/manage-external-sharing-for-your-sharepoint-online-environment-HA102849864.aspx).</maml:para>
      </maml:description>
      <command:parameterValue required="True">Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</command:parameterValue>
      <dev:type>
        <maml:name>Disabled | ExternalUserSharingOnly | ExternalUserAndGuestSharing</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>StorageQuota</maml:name>
      <maml:description>
        <maml:para>사이트 모음의 저장소 할당량(MB)을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int64</command:parameterValue>
      <dev:type>
        <maml:name>Int64</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>StorageQuotaWarningLevel</maml:name>
      <maml:description>
        <maml:para>사이트의 저장소 할당량 제한에 근접하면 사이트 모음 관리자에게 경고를 보내도록 하는 사이트 모음 경고 수준(MB)을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">Int64</command:parameterValue>
      <dev:type>
        <maml:name>Int64</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Title</maml:name>
      <maml:description>
        <maml:para>사이트 모음의 제목을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -Owner joe.healy@contoso.com -NoWait</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 https://contoso.sharepoint.com/sites/site1 사이트 모음의 소유자를 전자 메일 주소가 joe.healy@contoso.com인 사용자로 업데이트합니다. 이 cmdlet은 지연되지 않고 바로 실행됩니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -ResourceQuota 0 -StorageQuota 15000</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 https://contoso.sharepoint.com/sites/site1 사이트 모음의 설정을 업데이트합니다. 저장소 할당량은 15000MB로 업데이트되고 리소스 할당량은 0MB로 업데이트됩니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOSite -Identity https://contoso.sharepoint.com -StorageQuota 3000 -StorageQuotaWarningLevel 2000</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 https://contoso.sharepoint.com 사이트 모음의 설정을 업데이트합니다. 저장소 할당량은 3000MB로 업데이트되고 저장소 할당량 경고 수준은 2000MB로 업데이트됩니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Set-SPOTenant</maml:linkText>
      <maml:uri href="cf64ca53-cc14-4267-b2cc-069e278fe1af" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/de2a6a72-cff9-4afd-9144-97a28fcdbe40(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>e45078d4-2933-4001-a27b-aff9e6b1eb9d
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Upgrade-SPOSite</command:name>
    <maml:description>
      <maml:para>사이트 모음에 대한 업그레이드 프로세스를 시작합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Upgrade</command:verb>
    <command:noun>SPOSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Upgrade-SPOSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Confirm</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoEmail</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>QueueOnly</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>VersionUpgrade</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>WhatIf</maml:name>
        <command:parameterValue required="False">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>업그레이드할 SharePoint Online 사이트 모음을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음에 대한 버전 간 업그레이드를 수행할지 여부를 지정합니다. 이 매개 변수를 설정하면 현재 사이트 모음 작동 모드와 연결된 사용 가능한 모든 빌드 간 업그레이드가 내부적으로 트리거되고 버전 간 업그레이드가 계속됩니다. 이 매개 변수를 설정하지 않으면 사이트 모음에 대한 빌드 간 업그레이드만 트리거됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하기 전에 확인 메시지가 표시됩니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요..</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>업그레이드 프로세스가 끝날 때 시스템에서 요청자 및 사이트 모음 관리자에게 알림 전자 메일 메시지를 보내지 않도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>사이트 모음을 업그레이드 큐에 추가합니다. 업그레이드가 바로 수행되지는 않습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>명령을 실행하는 대신에 명령의 효과를 설명하는 메시지를 표시합니다. 자세한 내용을 보려면 get-help about_commonparameters 명령을 입력하세요..</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Upgrade-SPOSite -Identity https://contoso.sharepoint.com/sites/marketing</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 기존 https://contoso.sharepoint.com/sites/marketing 사이트 모음에 대한 빌드 간 업그레이드를 실행합니다. 이 작업을 수행하면 사이트 모음과 연결된 CompatibilityLevel 속성이 변경되지 않습니다. CompatibilityLevel에 대한 자세한 내용은 New-SPOSite를 참조하십시오.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Upgrade-SPOSite -Identity https://contoso.sharepoint.com/sites/marketing -VersionUpgrade</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 기존 https://contoso.sharepoint.com/sites/marketing 사이트 모음에 대한 버전 간 업그레이드를 실행합니다. 이 작업을 수행하면 사이트 모음과 연결된 CompatibilityLevel 속성이 SharePoint 2013 값으로 변경됩니다. CompatibilityLevel에 대한 자세한 내용은 New-SPOSite를 참조하십시오.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Request-SPOUpgradeEvaluationSite</maml:linkText>
      <maml:uri href="bc3114cd-e536-4130-8ce1-3462d652c0e9" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>New-SPOSite</maml:linkText>
      <maml:uri href="3f869c81-ca2d-4b98-a05f-edf3b2397a37" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/e45078d4-2933-4001-a27b-aff9e6b1eb9d(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>e586de99-588e-4c96-8423-3bf0bc802ffd
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>ConvertTo-SPOMigrationTargetedPackage</command:name>
    <maml:description>
      <maml:para>이전에 만든 파일 공유 기반 패키지 또는 내보낸 SharePoint 패키지를 다시 매핑하여 대상 웹에서 개체를 정확하게 설명하는 cmdlet입니다.</maml:para>
      <maml:para>이 문서에서는 현재 미리 보기에는 있지만 아직 프로덕션 코드에서 사용할 수 있도록 마무리되지 않은 기능을 설명합니다. 공개 미리 보기 참가: SPO(SharePoint Online) 마이그레이션 공개 미리 보기는 온-프레미스 파일 공유에서 Office 365로 데이터를 마이그레이션하는 데에만 사용되는 새 API입니다. 이 미리 보기에 참가하려면 http://aka.ms/SPOMigrationPreview (http://aka.ms/SPOMigrationPreview)로 이동하세요.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>ConvertTo</command:verb>
    <command:noun>SPOMigrationTargetedPackage</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>ConvertTo-SPOMigrationTargetedPackage</maml:name>
      <command:parameter required="True">
        <maml:name>TargetDocumentLibraryPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourcePackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoAzureADLookup</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>OutputPackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>UserMappingFile</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
    <command:syntaxItem>
      <maml:name>ConvertTo-SPOMigrationTargetedPackage</maml:name>
      <command:parameter required="True">
        <maml:name>TargetListPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourceFilesPath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>SourcePackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="True">
        <maml:name>TargetWebUrl</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Credentials</maml:name>
        <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoAzureADLookup</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoLogFile</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>OutputPackagePath</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>UserMappingFile</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="1">
      <maml:name>SourceFilesPath</maml:name>
      <maml:description>
        <maml:para>패키지의 원본 콘텐츠 파일이 있는 디렉터리 위치입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="True" position="2">
      <maml:name>SourcePackagePath</maml:name>
      <maml:description>
        <maml:para>패키지의 원본 메타데이터 파일이 있는 디렉터리 위치입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetDocumentLibraryPath</maml:name>
      <maml:description>
        <maml:para>예상되는 가져오기 작업 대상인 웹 관련 문서 라이브러리입니다. 이 URL은 패키지 메타데이터에서 URL의 문서 라이브러리 부분으로 사용됩니다. 이 문서 라이브러리는 패키지 메타데이터 변환에 적절한 값을 확인하기 위해 변환 중에 연결되므로 지정된 대상 웹 URL에 이 문서 라이브러리가 이미 있어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="5">
      <maml:name>TargetListPath</maml:name>
      <maml:description>
        <maml:para>PARAMVALUE: String</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="True" variableLength="False" globbing="False" pipelineInput="False" position="4">
      <maml:name>TargetWebUrl</maml:name>
      <maml:description>
        <maml:para>예상되는 가져오기 작업 대상인 웹의 정규화된 웹 URL입니다. 이 URL은 패키지 메타데이터에서 기본 URL의 웹 주소 부분으로 사용됩니다. 지정된 URL의 웹은 패키지 메타데이터 변환에 적절한 값을 확인하기 위해 변환 중에 연결되므로, 이 웹이 이미 있어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="True" position="Named">
      <maml:name>Credentials</maml:name>
      <maml:description>
        <maml:para>사이트 모음 관리자가 사이트 모음에 연결하는 데 사용하는 자격 증명(선택 사항)입니다. 자격 증명은 사용자 이름을 UPN 형식(예: user@company.onmicrosoft.com)으로 제공해야 합니다. 이 속성이 설정되어 있지 않으면 Connect-SPOService에 대한 세션의 이전 호출에서 현재 테넌트 관리자 자격 증명이 사이트 모음에 연결하는 데 사용됩니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">CredentialCmdletPipeBind</command:parameterValue>
      <dev:type>
        <maml:name>CredentialCmdletPipeBind</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoAzureADLookup</maml:name>
      <maml:description>
        <maml:para>패키지 변환 중에 적절한 SharePoint Online 계정으로 온-프레미스 계정을 매핑하는 데 Azure AD를 사용하지 않음을 나타냅니다. 지정하지 않으면 UserMappingFile csv를 사용하여 조회가 발생한 후 Azure AD 조회를 통해 조회가 발생합니다. 이를 지정하지 않을 경우 올바른 자격 증명을 사용하여 Azure AD에 액세스하는지 확인하기 위해 처리 중에 자격 증명 선택 대화 상자가 표시될 수 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>NoLogFile</maml:name>
      <maml:description>
        <maml:para>로그 파일을 만들지 않음을 나타냅니다. 기본값은 지정된 디렉터리 내에 새 ConvertMigrationPackage 로그 파일을 만드는 것입니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="3">
      <maml:name>OutputPackagePath</maml:name>
      <maml:description>
        <maml:para>변환된 패키지 메타데이터 파일이 저장되는 디렉터리 위치입니다. 이 디렉터리가 없으면 만들어집니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="6">
      <maml:name>TargetDocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>예상되는 가져오기 작업 대상인 폴더에 대한 문서 라이브러리 상대 경로입니다. 이 URL은 패키지 메타데이터에서 URL의 폴더 부분으로 사용됩니다. 이 폴더는 패키지 메타데이터 변환에 적절한 값을 확인하기 위해 변환 중에 연결되므로 지정된 대상 웹 URL에 이 폴더가 이미 있어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>UserMappingFile</maml:name>
      <maml:description>
        <maml:para>패키지 변환 중에 온-프레미스 계정을 적절한 SharePoint Online 계정에 매핑하는 데 사용되는 사용자 매핑 csv 파일(선택 사항)입니다. 이를 지정하지 않은 상태에서 NoAzureADLookups도 설정하지 않으면 Azure AD 조회를 통해 조회가 발생합니다. 이 경우 조회 또는 계정 변환이 발생하지 않습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>DocumentLibraryPath</maml:name>
      <maml:description>
        <maml:para>예상되는 가져오기 작업 대상인 웹 관련 문서 라이브러리입니다. 이 URL은 패키지 메타데이터에서 URL의 문서 라이브러리 부분으로 사용됩니다. 지정된 URL의 문서 라이브러리는 패키지 메타데이터 변환에 적절한 값을 확인하기 위해 변환 중에 연결되므로 대상 웹에 이미 있어야 합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name>DocumentLibrarySubFolderPath</maml:name>
      <maml:description>
        <maml:para>예상되는 가져오기 작업 대상인 폴더에 대한 문서 라이브러리 상대 경로입니다. 이 URL은 패키지 메타데이터에서 URL의 폴더 부분으로 사용됩니다. 지정된 URL의 폴더는 패키지 메타데이터 변환에 적절한 값을 확인하기 위해 변환 중에 연결되므로 이 폴더가 대상 웹에 이미 있어야 합니다. 이 값은 기본적으로 비어 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>ConvertTo-SPOMigrationTargetedPackage -SourceFilesPath \\fileserver\share\folder1 -SourcePackagePath d:\MigrationPackages\Folder1_SrcPkg -OutputPackagePath d:\MigrationPackages\Folder1_TgtPkg -TargetWebUrl https://contoso.sharepoint.com/sites/TargetSite/TargetWeb -TargetDocumentLibraryPath "Shared Documents"</maml:para>
      <dev:remarks>
        <maml:para />
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/e586de99-588e-4c96-8423-3bf0bc802ffd(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>efd0e73c-1cb1-4dd4-83ea-cedec565ba24
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Disconnect-SPOService</command:name>
    <maml:description>
      <maml:para>SharePoint Online 서비스와의 연결을 끊습니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Disconnect</command:verb>
    <command:noun>SPOService</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Disconnect-SPOService</maml:name>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters />
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Disconnect-SPOService</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 이전에 만든 SharePoint Online 서비스 연결을 명시적으로 끊습니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Connect-SPOService</maml:linkText>
      <maml:uri href="d9c6793a-56aa-4170-b6b5-90adb564fc2c" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/efd0e73c-1cb1-4dd4-83ea-cedec565ba24(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>f21c353d-a88d-4921-b982-d64a0f01a51b
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Request-SPOPersonalSite</command:name>
    <maml:description>
      <maml:para>개인 사이트를 만들기 위해 한 명 이상의 사용자를 큐에 대기하도록 요청합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Request</command:verb>
    <command:noun>SPOPersonalSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Request-SPOPersonalSite</maml:name>
      <command:parameter required="True">
        <maml:name>UserEmails</maml:name>
        <command:parameterValue required="True">String[]</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>개인 사이트를 만들기 위해 하나 이상의 사용자 로그인이 큐에 대기되도록 지정합니다. 개인 사이트는 이후에 타이머 작업에 의해 만들어집니다. 1명에서 200명 사이의 사용자를 지정할 수 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>이 스위치를 사용하면 상태 폴링 없이 작업이 계속 진행됩니다. 많은 사용자 전자 메일을 지정한 경우 작업 폴링이 느려질 수 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>$emails = "user1@contoso.com,user2@contoso.com"</maml:para>
      <maml:para>Request-SPOPersonalSite -UserEmails $emails</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 개인 사이트를 만들기 위해 2명의 사용자가 큐에 대기되고 명령의 상태가 표시되도록 요구합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Request-SPOPersonalSite -UserEmails $emails -NoWait</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 개인 사이트를 만들기 위해 많은 사용자가 큐에 대기되도록 요구합니다. 사용자는 변수 $emails를 사용하여 미리 정의됩니다. 작업 상태는 표시되지 않습니다.</maml:para>
        <maml:para>많은 수의 사용자를 지정하는 경우 상태 폴링 없이 작업이 계속되도록 NoWait 매개 변수를 사용해야 합니다. 많은 수의 사용자 전자 메일을 지정한 경우 작업 폴링이 느려질 수 있습니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/f21c353d-a88d-4921-b982-d64a0f01a51b(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
</command:command>f4730281-69df-4642-bc29-320d78c6c9e4
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Get-SPOAppInfo [[-ProductId]</command:name>
    <maml:description>
      <maml:para>설치된 모든 응용 프로그램을 반환합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Get</command:verb>
    <command:noun>SPOAppInfo [[-ProductId]</command:noun>
    <dev:version />
  </command:details>
  <command:syntax />
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>응용 프로그램 GUID를 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>응용 프로그램 이름을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOAppInfo -Name "Excel Service"</maml:para>
      <dev:remarks>
        <maml:para>예제 1에서는 외부 마켓플레이스 또는 앱 카탈로그에서 응용 프로그램 이름에 "Excel Service"가 포함된 설치된 모든 응용 프로그램을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <command:examples>
    <command:example>
      <maml:para>Get-SPOAppInfo -ProductId 6751729b-e017-409d-681a-66f1dd18f0ff</maml:para>
      <dev:remarks>
        <maml:para>예제 2에서는 GUID가 6751729b-e017-409d-681a-66f1dd18f0ff인 설치된 응용 프로그램을 반환합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPOAppErrors</maml:linkText>
      <maml:uri href="792be457-7ab0-4735-94f9-ae12f2dd20a6" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/f4730281-69df-4642-bc29-320d78c6c9e4(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command>fa1b30db-e0ed-456b-a1d0-ea537cbeeec9
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Set-SPOTenantSyncClientRestriction</command:name>
    <maml:description>
      <maml:para>테넌시에 대해 기능을 사용하도록 설정하고 수신 허용 - 받는 사람 목록의 도메인 GUID를 설정하도록 허용합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Set</command:verb>
    <command:noun>SPOTenantSyncClientRestriction</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Set-SPOTenantSyncClientRestriction</maml:name>
      <command:parameter required="False">
        <maml:name>DomainGuids</maml:name>
        <command:parameterValue required="True">String</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>Enable</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>DomainGuids</maml:name>
      <maml:description>
        <maml:para>수신 허용 - 받는 사람 목록에 추가할 도메인 GUID를 설정합니다. 최소 1개의 도메인 GUID가 필요합니다. 허용된 도메인 GUID의 최대 개수는 30개입니다.</maml:para>
        <maml:para>도메인 GUID 목록을 열거하려면 metadata fileAssetGuid="1cc15929-a291-4aa3-9e5f-ed7918150b64" assetTypeId="CompanionFile"을 참조하세요.</maml:para>
      </maml:description>
      <command:parameterValue required="True">String</command:parameterValue>
      <dev:type>
        <maml:name>String</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
    <command:parameter required="False" variableLength="False" globbing="False" pipelineInput="False" position="Named">
      <maml:name>Enable</maml:name>
      <maml:description>
        <maml:para>이 기능을 사용하여 수신 허용 - 받는 사람 목록에 없는 도메인에서 시작되는 동기화를 차단할 수 있습니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      <dev:type>
        <maml:name>SwitchParameter</maml:name>
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue></dev:defaultValue>
    </command:parameter>
  </command:parameters>
  <command:terminatingErrors>
    <maml:para />
  </command:terminatingErrors>
  <command:examples>
    <command:example>
      <maml:para>Set-SPOTenantSyncClientRestriction -Enable -DomainGuids "786548DD-877B-4760-A749-6B1EFBC1190A; 877564FF-877B-4760-A749-</maml:para>
      <dev:code />
      <maml:para>6B1EFBC1190A"</maml:para>
      <dev:code />
      <dev:remarks>
        <maml:para>이 예제는 테넌시에 대해 기능을 사용하도록 설정하고 수신 허용 - 받는 사람 목록에 도메인 GUID를 추가합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/fa1b30db-e0ed-456b-a1d0-ea537cbeeec9(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
  <maml:para />
  <maml:para />
  <maml:para />
</command:command>fad9d40f-c3b4-4efb-ba73-b428688a2682
<command:command xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
  <command:details>
    <command:name>Restore-SPODeletedSite</command:name>
    <maml:description>
      <maml:para>삭제된 SharePoint Online 사이트 모음을 휴지통에서 복원합니다.</maml:para>
    </maml:description>
    <maml:copyright>
      <maml:para />
    </maml:copyright>
    <command:verb>Restore</command:verb>
    <command:noun>SPODeletedSite</command:noun>
    <dev:version />
  </command:details>
  <command:syntax>
    <command:syntaxItem>
      <maml:name>Restore-SPODeletedSite</maml:name>
      <command:parameter required="True">
        <maml:name>Identity</maml:name>
        <command:parameterValue required="True">SpoSitePipeBind</command:parameterValue>
      </command:parameter>
      <command:parameter required="False">
        <maml:name>NoWait</maml:name>
        <command:parameterValue required="True">SwitchParameter</command:parameterValue>
      </command:parameter>
    </command:syntaxItem>
  </command:syntax>
  <command:parameters>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>복원할 사이트 모음의 URL을 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
    <command:parameter required="" variableLength="" globbing="False" pipelineInput="" position="">
      <maml:name />
      <maml:description>
        <maml:para>스크립트 실행을 즉시 계속하도록 지정합니다.</maml:para>
      </maml:description>
      <command:parameterValue required="True" />
      <dev:type>
        <maml:name />
        <maml:uri href="" />
      </dev:type>
      <dev:defaultValue />
    </command:parameter>
  </command:parameters>
  <command:inputTypes>
    <command:inputType>
      <maml:description />
    </command:inputType>
  </command:inputTypes>
  <command:returnValues>
    <command:returnValue>
      <maml:description />
    </command:returnValue>
  </command:returnValues>
  <command:examples>
    <command:example>
      <maml:para>Restore-SPODeletedSite -Identity https://contoso.sharepoint.com/sites/arecycledsite</maml:para>
      <dev:remarks>
        <maml:para>이 예제에서는 HYPERLINK "https://contoso.sharepoint.com/sites/arecycledsite" https://contoso.sharepoint.com/sites/arecycledsite라고 하는 삭제된 SharePoint Online 사이트 모음을 휴지통에서 복원합니다.</maml:para>
      </dev:remarks>
    </command:example>
  </command:examples>
  <maml:relatedLinks>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 소개</maml:linkText>
      <maml:uri href="cb90889b-9c1e-4cec-ab0f-774be623022f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>SharePoint Online 관리 셸 Windows PowerShell 환경 설정</maml:linkText>
      <maml:uri href="549e220c-26e0-4ed4-b1dd-55ade5ab2aab" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Get-SPODeletedSite</maml:linkText>
      <maml:uri href="29079bf5-73e8-48f5-b992-4d04dac4738f" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>Remove-SPODeletedSite</maml:linkText>
      <maml:uri href="37ed35a8-450d-49df-b471-e6d4babcb5c7" />
    </maml:navigationLink>
    <maml:navigationLink>
      <maml:linkText>온라인 버전</maml:linkText>
      <maml:uri>http://technet.microsoft.com/KO-KR/library/fad9d40f-c3b4-4efb-ba73-b428688a2682(Office.15).aspx</maml:uri>
    </maml:navigationLink>
  </maml:relatedLinks>
</command:command></HelpItems>