https://alphashell.net/powershell-disable-windows-server-2016-services/
Disable flagged error maps service in Server manager Server 2016:
Get-Service -Name MapsBroker | Set-Service -StartupType Disabled -Confirm:$false
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article