Browse by Tags

All Tags » SharePoint Administration (RSS)
Sorry, but there are no more tags available to filter with.

Script to retract sharepoint solution package (wsp) and deactivate features by lavssun

The following snippet contains the script to retract sharepoint solution packages and de-activate features. This would be become handy to the sharepoint adminstrators, when they want to retract multiple solution packages (wsp) and de-activate multiple...

Script to install sharepoint solution package (wsp) and activate features by lavssun

The following is the script that can automate manual installation of wsps and activation of features. :begin @echo off rem ** mention the name of the wsp to be installed ** set solutionName=SampleSolution rem ** declare list of features to be installed...

Catastrophic backup restore through stsadm by lavssun

Scenario Is it possible to perform catastrophic backup and restore through stsadm command line utility? Solution Yes, this can be performed with the help of stsadm command line utility itself. The following would do a complete farm-level catastrophic...

Remove SharePoint 2003 from Server by lavssun

Scenario There is a server running SharePointPortalServer 2003. It has many web applications running SharePoint sites. How to remove SharePoint from just one web application? Solution The unextend functionality of stsadm.exe can be used to remove SharePoint...
Powered by Community Server (Commercial Edition), by Telligent Systems