Exchange services Disabled?


If you notice that your Exchange services are all Disabled, you can use this to set them back to Automatic:





Get-Service | Where-Object { $_.DisplayName –like “Microsoft Exchange *” } | Set-Service –StartupType Automatic





Then you can use this to start them all:

Get-Service | Where-Object { $_.DisplayName –like “Microsoft Exchange *” } | Start-Service


Previous Post Next Post

☕️ Buy me a coffee ?

If any of these articles have helped you out consider buying me a coffee, completely optional, but would be appreciated!

نموذج الاتصال