Posts belonging to Category Shared Services Provider – SSP



Windows PowerShell Command Builder For SharePoint 2010

 Windows PowerShell Command Builder For SharePoint 2010

The Windows PowerShell Command Builder for SharePoint 2010 Products and Office 365 is a Silverlight application that enables IT pros and power users to visually assemble commands in the browser and then take those commands to their respective products.

Click to open the Windows PowerShell Command Builder in a new browser window.

For additional information, see the Getting Started Guide.

linkedin Windows PowerShell Command Builder For SharePoint 2010digg Windows PowerShell Command Builder For SharePoint 2010share save 120 16 Windows PowerShell Command Builder For SharePoint 2010

How To Delete An SSP (Shared Services Provider) In Sharepoint

Sharepoint Shared Services Providers (SSPs) can be forced to delete using the following stsadm command:

[code lang="dos"]stsadm -o deletessp -title "SSPNAME" -force[/code]

 

If you also want to delete the SSP database also use the following stsadm command:

[code lang="dos"]stsadm -o deletessp -title "SSPNAME" -deletedatabases –force[/code]

linkedin How To Delete An SSP (Shared Services Provider) In Sharepointdigg How To Delete An SSP (Shared Services Provider) In Sharepointshare save 120 16 How To Delete An SSP (Shared Services Provider) In Sharepoint