Notice: Due to size constraints and loading performance considerations, scripts referenced in blog posts are not attached directly. To request access, please complete the following form: Script Request Form Note: A Google account is required to access the form.
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

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