Browse by Tags
All Tags »
SharePoint Administration (
RSS)
Sorry, but there are no more tags available to filter with.
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...
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...
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...
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...