Copy-SPContentTypes
온-프레미스에서 SharePoint Online (SPO) 환경으로 복제하는 콘텐츠 형식을 지정합니다.
Syntax
Copy-SPContentTypes
[-AssignmentCollection <SPAssignmentCollection>]
[-AuthEndpoint <String>]
-ContentTypeNames <String[]>
-Credential <PSCredential>
[-GraphApiEndPoint <String>]
-LocalSiteUrl <Uri>
-LocalTermStoreName <String>
-RemoteSiteUrl <Uri>
[<CommonParameters>]
Description
이 cmdlet은 SharePoint Online의 하이브리드 시나리오에서 온-프레미스 팜에서 SharePoint Online으로 콘텐츠 형식을 복사하는 데 사용됩니다.
예제
예 1
Copy-SPContentTypes -LocalSiteUrl https://localsite/ -LocalTermStoreName "managed metadata service application proxy" -RemoteSiteUrl https://contoso.sharepoint.com/ -ContentTypeNames @("ContentTypeA", "ContentTypeB") -Credential (Get-Credential)
다음은 "관리되는 메타데이터 서비스 애플리케이션 프록시"라는 용어 저장소가 있는 로컬 사이트의 https://localsite/ ContentTypeA, ContentTypeB라는 지정된 콘텐츠 형식을 원격 사이트의 https://contoso.sharepoint.com/허브 사이트로 마이그레이션하는 예제입니다. 원격 사이트가 허브 사이트인 경우 마이그레이션 대상 자체가 됩니다.
매개 변수
-AssignmentCollection
올바른 삭제를 위해 개체를 관리합니다. SPWeb 또는 SPSite와 같은 개체를 사용하는 경우 많은 양의 메모리를 사용할 수 있으며, Windows PowerShell 스크립트에서 이러한 개체를 사용하려면 올바른 메모리 관리가 필요합니다. SPAssignment 개체를 사용하면 개체를 하나의 변수에 지정하고 해당 개체가 필요한 시기가 지나면 개체를 삭제하여 메모리를 확보할 수 있습니다. SPWeb, SPSite 또는 SPSiteAdministration 개체를 사용하는 경우 지정 컬렉션 또는 Global 매개 변수가 사용되지 않으면 해당 개체가 자동으로 삭제됩니다.
참고: Global 매개 변수를 사용하면 모든 개체가 전역 저장소에 포함됩니다. 개체가 즉시 사용되지 않거나 Stop-SPAssignment 명령을 사용하여 삭제되지 않는 경우 메모리 부족 시나리오가 발생할 수 있습니다.
Type: | SPAssignmentCollection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-AuthEndpoint
사용할 AuthEndpoint를 지정하지만 기본값은 지정하지 않습니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-ContentTypeNames
마이그레이션할 콘텐츠 형식 이름을 지정합니다. 배열 형식일 수 있습니다.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-Credential
대상 SharePoint Online 사이트의 관리자 계정 자격 증명을 지정합니다.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-GraphApiEndPoint
사용할 GraphApiEndpoint를 지정하지만 기본값은 지정하지 않습니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-LocalSiteUrl
마이그레이션 원본을 지정합니다. 로컬 사이트 또는 로컬 허브 사이트일 수 있습니다.
Type: | Uri |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-LocalTermStoreName
로컬 사이트의 로컬 용어 저장소 이름을 지정합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
-RemoteSiteUrl
마이그레이션 대상을 지정합니다. 원격 사이트 URL 또는 원격 허브 사이트 URL을 입력할 수 있습니다. 둘 다 허브 사이트 URL로 처리됩니다.
Type: | Uri |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | SharePoint Server 2013, SharePoint Server 2016, SharePoint Server 2019 |
입력
System.Uri
System.String System.String[] System.Management.Automation.PSCredential Microsoft. SharePoint.PowerShell.SPAssignmentCollection
출력
System.Object