Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Search Content in Microsoft Purview

Microsoft 365 Powershell

Use Case: If an email was sent in error or a malicious email has been sent to a large number of recipients, one can find and remove that data using Microsoft 365 Security and Compliance Powershell. First, Connect to Microsoft 365 Exchange Online ...

APP
365Powershell
SERVICE
Microsoft365
CMDLET
ExchangePowershell

Show Mailbox Rules for a Mailbox

Microsoft 365 Powershell

Prerequisites: Connect to Exchange Powershell Get the rules for a mailbox Get-InboxRule -Mailbox "name@example.com"

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Connect to Exchange Powershell

Microsoft 365 Powershell

Prerequisites: Install Exchange Powershell To connect to Exchange Powershell with Multi-Factor Authentication, in a Microsoft Powershell windo, run the following command.  Connect-ExchangeOnline This will open a new login window. After login, the window wil...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Grant Purview Export Permission

Microsoft 365 Powershell

When exporting the results of a Microsoft Purview Content Search, the user must have the permission. This permission cannot be granted by the same user to which it is being granted. First, Connect to the Security and Compliance Powershell Add eDiscovery Ma...

APP
365Powershell
SERVICE
Microsoft365
CMDLET
ExchangePowershell

Connect to Security and Compliance Powershell

Microsoft 365 Powershell

To connect to the Microsoft 365 Security and Compliance Powershell: Open a Powershell Window Type the following command, where <UPN> is the admin username Connect-IPPSSession -UserPrincipalName <UPN>

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Exchange Mailbox Statistics

Microsoft 365 Powershell

Get size, date or FolderId for folders in an Exchange Mailbox. Get-MailboxFolderStatistics -Identity <mailbox-identity> To see folders outside of the IPM Subtree, add the -FolderScope flag. -FolderScope NonIPMRoot   Export Results to a CSV Get-MailboxF...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell