aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
powershell |
public |
2020-11-25 09:21:11 -0800 |
2020-11-25 09:21:11 -0800 |
false |
20201125172111 |
false |
false |
|
Exchange Online PowerShell |
tech-note |
# Install module:
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3 -Confirm:$false
# Load the EXO V2 module:
Import-Module ExchangeOnlineManagement
# Connect to Exchange Online PowerShell:
Connect-ExchangeOnline -UserPrincipalName jake.price@example.com -ShowProgress $true
# Remove user's photo:
Remove-UserPhoto -Identity <user>@example.com -Confirm:$false