Disclaimer: I do not accept responsibility for any issues arising from scripts being run without adequate understanding. It is the user's responsibility to review and assess any code before execution. More information

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

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