ConvertTo-SPOMigrationEncryptedPackage
이 Cmdlet을 사용하여 XML 파일을 새 암호화된 마이그레이션 패키지로 변환합니다.
Syntax
ConvertTo-SPOMigrationEncryptedPackage
-EncryptionParameters <EncryptionParameters>
-MigrationSourceLocations <MigrationPackageLocation>
[-NoLogFile]
-TargetFilesPath <String>
-TargetPackagePath <String>
[<CommonParameters>]
ConvertTo-SPOMigrationEncryptedPackage
-EncryptionParameters <EncryptionParameters>
[-NoLogFile]
-SourceFilesPath <String>
-SourcePackagePath <String>
-TargetFilesPath <String>
-TargetPackagePath <String>
[<CommonParameters>]
Description
이 명령은 임시 XML 폴더 파일의 XML 파일을 대상 마이그레이션 암호화 메타데이터 파일의 새 집합으로 대상 디렉터리로 변환합니다.
예제
예 1
ConvertTo-SPOMigrationEncryptedPackage -EncryptionParameters SHA256 -MigrationSourceLocations $MigrationPackageLocation -NoLogFile -TargetFilesPath $TargetFilesPath -TargetPackagePath $TargetPackagePath
현재 테넌트에서 로그 파일을 사용하여 "migrationSourceLocations" 에서 마이그레이션 패키지를 마이그레이션 암호화된 패키지로 변경합니다.
예 2
ConvertTo-SPOMigrationEncryptedPackage -EncryptionParameters SHA384 -MigrationSourceLocations $MigrationPackageLocation -TargetFilesPath $TargetFilesPath -TargetPackagePath $TargetPackagePath
example1과 동일하지만 로그 파일이 없고 암호화 형식 SHA384 사용
매개 변수
-EncryptionParameters
암호화의 매개 변수는 와일드카드 문자를 허용하지 않습니다. SHA384, SHA256 등과 같은 매개 변수를 허용합니다.
Type: | EncryptionParameters |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-MigrationSourceLocations
마이그레이션 가능한 원본 위치
Type: | MigrationPackageLocation |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-NoLogFile
매개 변수를 전환하여 로그 파일을 가져와야 하는지 여부를 확인합니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-SourceFilesPath
XML 원본 파일이 있는 임시 경로를 정의합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-SourcePackagePath
원본 패키지 경로 위치를 정의합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-TargetFilesPath
XML 원본 파일이 있는 임시 경로를 정의합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-TargetPackagePath
암호화할 패키지의 원본 패키지 경로 위치를 정의합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |