Restore-SPODataEncryptionPolicy
回復モードのときに geo テナントの顧客の暗号化状態を復元するコマンドレット。 詳細については、「カスタマー キーを使用したOffice 365データの制御」を参照してください。
構文
Restore-SPODataEncryptionPolicy
-PrimaryKeyVaultName <string>
-PrimaryKeyName <string>
-PrimaryKeyVersion <guid>
-SecondaryKeyVaultName <string>
-SecondaryKeyName <string>
-SecondaryKeyVersion <guid>
[<CommonParameters>]
説明
コマンドレットを使用して、復旧モードのときに geo テナントの顧客の暗号化状態を復元します。 詳細については、「カスタマー キーを使用したOffice 365データの制御」を参照してください。
例
例 1
Restore-SPODataEncryptionPolicy -PrimaryKeyVaultName 'PKVaultName1' -PrimaryKeyName 'PrimaryKey1' -PrimaryKeyVersion 'f635a23bd4a44b9996ff6aadd88d42ba' -SecondaryKeyVaultName 'SKVaultName1' -SecondaryKeyName 'SecondaryKey2' -SecondaryKeyVersion '2b3e8f1d754f438dacdec1f0945f251a'
次の使用例は、SharePoint Online で使用される DEP を復元し、指定されたキーにOneDrive for Businessします。
パラメーター
-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 |