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

11 total results found

Reset a Windows Device

Microsoft 365 Intune

Prepare Device for Reprovisioning Navigate to the Intune Admin Portal https://intune.microsoft.com/ > Devices > All Devices and select the device. Select Autopilot Reset and then confirm. This will return the device an IT approved state and make it ready ...

APP
Intune
SERVICE
Microsoft365

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 ...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

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...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

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

Connect to Sharepoint

Microsoft 365 Powershell

Connect to the Sharepoint Powershell Connect-SPOService -Url https://example-admin.sharepoint.com -credential admin@example.com

APP
365Powershell
CMDLET
SharepointPowershell
SERVICE
Microsoft365

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...

APP
365Powershell
CMDLET
ExchangePowershell
SERVICE
Microsoft365

Redirect Email

Google Workspace

In the case email should be redirected from the original recipient to another mailbox, you can use redirect rules. This is useful if email should be delivered to multiple recipients or, for offboarding, a departed employee's email should be redirected to their...

INTERFACE
GUI
APP
Gmail
SERVICE
Google Workspace

Change Intune macOS Personal Ownership to Company

Microsoft 365 Powershell

  Get-MgDeviceManagementManagedDevice -All | Where-Object {$_.ManagedDeviceOwnerType -eq "unknown" -and $_.OperatingSystem -like "macOS"} | % { Update-MgDeviceManagementManagedDevice -ManagedDeviceId $_.Id -ManagedDeviceOwnerType company }  

INTERFACE
CLI
APP
365Powershell
SERVICE
Microsoft365
CMDLET
MgGraph

Prevent Spoofing of Executives

Microsoft 365 Exchange

To add a disclaimer for incoming emails that bear the name of an executive, go to the Exchange Transport Rules and create a rule. https://admin.exchange.microsoft.com/#/transportrules Rule Conditions: The Message Header From Contains executive names AND T...

SERVICE
Microsoft365
APP
Exchange
INTERFACE
GUI