PowerShell To List Site Template
SharePoint 2010 Management Shell makes it easier to get a list of Site Templates installed in the farm and also creating sites using the names is straight forward.
To get a list of all globally installed site templates use the following PowerShell cmdlet
get-spwebtemplate
To get the basic information about all the STS template, use the following PowerShell cmdlet
get-spwebtemplate “STS*”
To get the basic information about all the SPS template, use the following PowerShell cmdlet
get-spwebtemplate “SPS*”
- Thanks, that is quite useful!...
- Hi Guys, Any one know how to push this out to multiple ma...
- Cheers mate. tried a bunch of stuff and this worked a treat ...
- .. ] is another nice source of information on this topic..]...
- I found easier way to do so. Tools-> Options-> Mail F...
- Yeah I was wondering how to sign up for the Windows Live Hot...
- Hello, I already have the image embedded into the html si...
- make sure you do all line breaks with shift + enter and b...
- after creating a sig with the logo you want, you can open MS...
- What if there is not signature folder, I'm doing this remote...


