Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Hello Marius Voicu, Good day!Thank you for posting to Microsoft Community. We are happy to help you.As per the description you have shared, we understand that you have a concern with migration batch (premise to cloud) completed since last month, but Micro keeps sending you thousands of emails about its completion. 1 - do you want to disable the notification?
2- Or do you want to know why you are still receiving emails notification about its completion
3- Did you deleted the migration batch?
4- Did you check in your Azure portal and navigate to the Azure Database Migration Service. To see if you can find.
Open the Azure portal and navigate to the Azure Database Migration Service.
- Select the migration project that contains the completed batch.
- Select the completed batch from the list of migration tasks.
- In the task details pane, select the
Notificationstab. - Under
Email notifications, toggle the switch toOff. - Save your changes.
Typically, You can disable email notifications for completed migration batches using PowerShell by running the following command:
Set-AzDmsTask -ResourceGroupName <resource-group-name> -ServiceName <dms-instance-name> -ProjectName <project-name> -TaskName <task-name> -SendNotificationEmail $false
Replace <resource-group-name>, <dms-instance-name>, <project-name>, and <task-name> with the appropriate values for your migration task.
This command will disable email notifications for the completed migration batch associated with the specified task.
If you are not familiar with the command, you can contact our PowerShell team to help you on this specific query.t will be best if you reach out to them so you can be assisted accurately. Please contact them via Windows Server PowerShell - Microsoft Q&A or PowerShell - Microsoft Q&A
Please feel free to let us know if there are any questions or if we've got you wrong. We will keep assisting you based on the information you provide. We sincerely appreciate your patience and cooperation.
Sincerely,Eben Ezer Tres | Microsoft Community Moderator