PowerShell To Retrieve All Site Collections for Web Application
Situation: You want a list of all site collections in a Web Application of your SharePoint Farm
Old Method: Go to Central Admin …
Smart Method: Use PowerShell
How?
Launch your Administrator: SharePoint 2010 Management Shell
Type
get-spsite –webapplication http://server
That’s it! Lists all your site collections in a web application.
- 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...






