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....
- Great Dude!! This work arround really help me! Thanks a l...
- Hello Alpesh, Thanks for above. I tried the above, more spe...
- This could also be achieved by deactivating the farm feature...
- How do I disable social media components for a particular si...
- We have created My site on sharepoint 2010, and recently som...
- Anything in the event viewer?...
- For Windows 7 the path is: C:\Users\USERNAME\AppData\Roamin...
- Just what I was looking for! Thank You!!!! You just made my ...
- Hi i keep getting 0x80070005 access denied error when tryin...







suresh datla said,
Wrote on April 2, 2011 @ 7:38 am
Thanks this worked for me