Restore-SPODataEncryptionPolicy
복구 모드일 때 지역 테넌트에서 고객 암호화 상태를 복원하는 Cmdlet입니다. 자세한 내용은 고객 키를 사용하여 Office 365 데이터 제어를 참조하세요.
Syntax
Restore-SPODataEncryptionPolicy
-PrimaryKeyVaultName <string>
-PrimaryKeyName <string>
-PrimaryKeyVersion <guid>
-SecondaryKeyVaultName <string>
-SecondaryKeyName <string>
-SecondaryKeyVersion <guid>
[<CommonParameters>]
Description
복구 모드일 때 cmdlet을 사용하여 지역 테넌트에서 고객 암호화 상태를 복원합니다. 자세한 내용은 고객 키를 사용하여 Office 365 데이터 제어를 참조하세요.
예제
예 1
Restore-SPODataEncryptionPolicy -PrimaryKeyVaultName 'PKVaultName1' -PrimaryKeyName 'PrimaryKey1' -PrimaryKeyVersion 'f635a23bd4a44b9996ff6aadd88d42ba' -SecondaryKeyVaultName 'SKVaultName1' -SecondaryKeyName 'SecondaryKey2' -SecondaryKeyVersion '2b3e8f1d754f438dacdec1f0945f251a'
다음은 SharePoint Online에 사용된 DEP를 복원하고 지정된 키에 비즈니스용 OneDrive 예제입니다.
매개 변수
-PrimaryKeyName
기본 키의 이름입니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-PrimaryKeyVaultName
기본 키 자격 증명 모음의 이름입니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-PrimaryKeyVersion
기본 키의 버전입니다.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-SecondaryKeyName
보조 키의 이름입니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-SecondaryKeyVaultName
보조 키 자격 증명 모음의 이름입니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-SecondaryKeyVersion
보조 키의 버전입니다.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |