Browsed by
Tag: STSADM

Developer Dashboard activation and parameters… up to the elbow…

Developer Dashboard activation and parameters… up to the elbow…

Activating through PowerShell In doing some research I have had some difficultly finding a single good resource for how to turn on the Developer Dashboard using PowerShell and what the parameters are for doing so.  Here is what several hours or pouring through numerous resources has turned up, and I am sure it is not 100% complete: Code to turn on the Developer Dashboard This will turn on the icon at the top right hand corner of your masterpage for…

Read More Read More

What are the PowerShell cmdlets that correspond to STSADM commands?

What are the PowerShell cmdlets that correspond to STSADM commands?

Now that SharePoint 2010 is intertwined with PowerShell have you been looking for that cipher that tells you what PowerShell command you can run to do all of the STSADM commands that you know and love from SharePoint 2007 in SharePoint 2010?  I was too!  Here is the list that I have come up with (combined with our good friends at TechNet): PowerShell cmdlets STSADM Commands Enable-SPFeature Activatefeature Enable-SPInfoPathFormTemplate Activateformtemplate New-SPAlternateUrl Addalternatedomain Mount-SPContentDatabase Addcontentdb   New-SPContentDatabase Install-SPDataConnectionFile Adddataconnectionfile New-SPExcelFileLocation Add-ecsfiletrustedlocation…

Read More Read More