- Description: Find spam emails and Delete it from all Users
- Style: Cloud Service
- Hosted by: Cloud
- Supported by: O365
- Application Admins: enLogic
- User Accounts: o365
- Depends on: N/A (tightly coupled to ServiceO365Exchange)
- Business contact: IT
- Started at: 2/2/2022
Operation
1) Αρχικά κάνουμε search για να βρούμε το spam mail όπου υπάρχει αυτό.
https://compliance.microsoft.com/contentsearchv2?viewid=search&rfr=scc_contentsearchbeta
2) Τρέχουμε ένα Powershell με δικαιώματα διαχειριστή
-
Set-ExecutionPolicy RemoteSigned
- Γραφουμε ένα Α και μετά enter
- Βάζουμε τους κωδικούς του O365 admin της Mazars & OK
-
Connect-IPPSSession
-
Get-ComplianceSearch
- Θα δείτε μια λίστα όπου μέσα θα έχει και το Search που έχουμε κάνει από πάνω
-

-
New-ComplianceSearchAction -SearchName "Delete email" -Purge -PurgeType HardDelete
- Γραφουμε ένα Α και μετά enter
-

-
Get-ComplianceSearchAction
-

-

This topic: KnowledgeBase
> M365SearchandDelereEmails
Topic revision:
13 Apr 2024, NickDemou