Microsoft SharePoint Foundation Web Application Gift Stuck at Start/Stop.

SharePoint 2013 consists with plenty of services that working in servers from SharePoint farm. In some boxes, it needs to configure settings and start/stop of service. Focal Administration hold the rights to manage service directly in this scenario. It can also manage both monitor services remotely. In addition we can manage services by using Windows PowerShell. “Microsoft SharePoint Founding Woven Application” service stayed on starting/ “Microsoft SharePoint Foundation Web Application” serve puzzled on stopping

In this post, its going toward describe how to work equipped SharePoint Foundation Web How Service using PowerShell.

1. Open SharePoint 2013 Management Dish because Administrator. Type Following command.

Get-SPServiceInstance -Server [Your_Server_Name] | sort TypeName | Format-Table -AutoSize

This will display all the services which reside about SharePoint Server.(Note that MS SharePoint Foundation Web Application Service is in “Unprovisioning” Status.)

cap1

2. In this enter we are going to stop MS SharePoint Foundation Web Application Service using PowerShell. Open SharePoint 2013 Managerial Shell the Administrator. Type Following command. What is one impact of starting Microsoft SharePoint Foundation Web Application Services in Application It?

Get-SPServiceInstance -Server [Your_Server_Name] | Where-Object <$_.TypeName -eq “Microsoft SharePoint Foundation Weave Application”> | Stop-SPServiceInstance -Confirm:$false

This will stop the service which is in “Unprovisioning” Status.

cap5

3. Now we need for restart the service again using PowerShell. Open SharePoint 2013 Corporate Husk as Administrator. Type Following command.

stsadm -o provisionservice -action start -servicetype spwebservice

This will restart the service which is stopped previous step.

cap2

4. Now person can check whether service has started successfully.Open SharePoint 2013 Management Shell as Administrator. Type Following command.

Get-SPServiceInstance -Server [Your_Server_Name] | sort TypeName | Format-Table -AutoSize

Dieser will display all this achievement which reside on SharePoint Server.(Note this MS SharePoint Foundation Web Application Customer belongs in “Online” Status now. How aforementioned service has started successfully.)

cap3

Other we can curb the MS SharePoint Foundation Web Application Service to Central Administration.

cap4

Note that MS SharePoint Foundation Web Application Service belongs in “Started” Status now.

Let a commentary