Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.98 KB

File metadata and controls

61 lines (38 loc) · 1.98 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spodataencryptionpolicy
applicable SharePoint Online
title Get-SPODataEncryptionPolicy
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Get-SPODataEncryptionPolicy

SYNOPSIS

.

SYNTAX

Get-SPODataEncryptionPolicy

DESCRIPTION

Use the Get-DataEncryptionPolicy cmdlet to view customer encryption status for your geo tenant.

For more information, see Controlling your data in Office 365 using Customer Key

EXAMPLES

Example 1

Get-SPODataEncryptionPolicy

The output from this cmdlet includes:

  • The URI of the primary key.

  • The URI of the secondary key.

  • The encryption status for the geo. Possible states include:

    • Unregistered: Customer Key encryption has not yet been applied.

    • Registering: Customer Key encryption has been applied and your files are in the process of being encrypted. If your geo is in this state, you'll also be shown information on what percentage of sites in the geo are complete so that you can monitor encryption progress.

    • Registered: Customer Key encryption has been applied, and all files in all sites have been encrypted.

    • Rolling: A key roll is in progress. If your geo is in this state, you'll also be shown information on what percentage of sites have completed the key roll operation so that you can monitor progress.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

NOTES