This PowerShell SharePoint tutorial, we will discuss, how to get all service applications using PowerShell in SharePoint 2016/2013.
Service applications have been introduced in SharePoint 2013. Few service applications are: Search service application, Business Data Connectivity Serice, App Management Service, etc.
We can use PowerShell to create, configure and manage these service applications in SharePoint 2013/2016.
Get service application PowerShell SharePoint 2013/2016
We can use PowerShell to get all the available service applications in SharePoint environment. We can use the Windows PowerShell ISE or Visual studio code, to run the below command which will give all the service applications in SharePoint.
Add-PSSnapin Microsoft.SharePoint.PowerShell -EA SilentlyContinue
GET-SPServiceApplication | Format-Table {$_.DisplayName}
Once you run the above command it will display the service application list like below:
$_.DisplayName
————–
Access Services 2010
Secure Store Service
PowerPoint Conversion Service Application
State Service
Workflow Service Application
Project Server Service Application
PerformancePoint Service Application
Visio Graphics Service
Managed Metadata Service
App Management Service
Security Token Service Application
Machine Translation Service
Application Discovery and Load Balancer Service Application
Usage and Health data collection
Subscription Settings Service
Search Administration Web Service for Search Service Application
Word Automation Services
User Profile Service Application
Business Data Connectivity Service
Access Services
Search Service Application
You can see the result it will appear like below:
You may like following SharePoint service application tutorials:
- Configure the Excel Service Application in SharePoint 2013
- The SSRS service application proxy is not configured. Use the SSRS service application pages to configure the proxy
- SharePoint 2016 User Profile Service Application (UPSA) configuration step by step tutorial
- Configure and Consume Managed Metadata Service Application in SharePoint 2013
- Delete Corrupted Service Applications in SharePoint 2013
- How to configure a search service application in SharePoint 2013?
- How to Configure User Profile Service Application in SharePoint 2016/2013
- The Secure Store Service application Secure Store Service is not accessible SharePoint 2016
Hope this SharePoint tutorial explains, how to get all services applications using PowerShell in SharePoint 2013/2016.
I am Bijay from Odisha, India. Currently working in my own venture TSInfo Technologies in Bangalore, India. I am Microsoft Office Servers and Services (SharePoint) MVP (5 times). I works in SharePoint 2016/2013/2010, SharePoint Online Office 365 etc. Check out My MVP Profile.. I also run popular SharePoint web site SPGuides.com