So go onto the SharePoint server and open up SharePoint 2010 Management Shell from the start menu.
Then run Get-SPServiceApplication to return a list of all service applications. Copy the ID of the one you want to delete.
Open a command prompt at C:\Program Files\Common files\Microsoft shared\Web server extensions\14\bin (SharePoint root) and type "stsadm –o deleteconfigurationobject –id " and then paste in the id of the service application you copied from Powershell. Done!
No comments:
Post a Comment