X

How to Start Multiple Services With the Help of PowerShell

This short guide will show you how to start multiple services simultaneously with the help of PowerShell.

Start Multiple Services or Applications with PowerShell

1. Open PowerShell with administrative privileges.

2. Execute the following command (Suppose when you are required to search all exchange related services and start them, just replace the parameter).

Get-Service "*Exchange*" | Start-Service

The | (pipe) option allows you to concatenate multiple commands into a single PowerShell command.

Karim Buzdar: About the Author: Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications. As an IT engineer and technical author, he writes for various websites.
X

Headline

You can control the ways in which we improve and personalize your experience. Please choose whether you wish to allow the following:

Privacy Settings