Sunday, December 17, 2006
« SharePoint/PowerShell 6: Approving all P... | Main | MOSS Personal Sites - Sizing up »

A point came up at the UK SharePoint User Group Chrismas drink, about Personal sites and whether they were top level sites i.e they exist as records in the Sites table and are the top level container for all its subwebs, I hadn’t checked this in v3 so a quick check with PowerShell and stsadm confirms that this is still the case as in V2

Assuming http://sps:20488 is where your personal sites are hosted calling stsadm -o enumsites and processing the returned XML in PowerShell gives us

PoSH C:\demo> $output=stsadm -o enumsites -url "http://sps:20488"
PoSH C:\demo> $xml=[XML]$output
PoSH C:\demo> $xml.sites.site

Url : http://sps:20488
Owner : CONTOSO\administrator
ContentDatabase : WSS_Content_11fba01f-f0c4-4a05-a3c3-868499fd31ce
StorageUsedMB : 0.6
StorageWarningMB : 0
StorageMaxMB : 0

Url : http://sps:20488/personal/administrator
Owner : CONTOSO\administrator
ContentDatabase : WSS_Content_11fba01f-f0c4-4a05-a3c3-868499fd31ce
StorageUsedMB : 0.7
StorageWarningMB : 80
StorageMaxMB : 100
Etc…

Tiding up the output a little

PoSH C:\demo> $xml.sites.site | select url, owner

Url Owner
--- -----
http://sps:20488                           CONTOSO\administrator
http://sps:20488/personal/administrator    CONTOSO\administrator
http://sps:20488/personal/brianb           CONTOSO\brianb
http://sps:20488/personal/jeff             CONTOSO\jeff
http://sps:20488/personal/mike             CONTOSO\mike
….

 

 


Sunday, December 17, 2006 4:40:58 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Related posts:
UK Community Day at Microsoft Reading
PowerShell: Generating a proxy for all the SharePoint WebServices
Silverlight 2: Unable to call SharePoint's Web Services
Presenting SharePoint + Silverlight at the SharePoint UK UserGroup Basingstoke March 27th
Sharepoint and Powershell Virtual lab
SharePoint 2007 and Open Protocols
Tracked by:
"MOSS Personal Sites - Sizing up" (Adventures in SPWonderland) [Trackback]
http://blogs.flexnetconsult.co.uk/colinbyrne/PermaLink,guid,bc62e425-3328-47f3-a... [Pingback]
http://www.google.com/search?q=zmkrikdm [Pingback]
http://www.google.com/search?q=axochffm [Pingback]
http://www.google.com/search?q=omxxqamg [Pingback]
http://www.google.com/search?q=gpuwfybu [Pingback]
http://www.google.com/search?q=lyxleoix [Pingback]
http://www.google.com/search?q=luibzryi [Pingback]
http://www.google.com/search?q=wmwpajnr [Pingback]
http://www.google.com/search?q=ucnquzvu [Pingback]
http://www.google.com/search?q=jovptcur [Pingback]
http://pspro-magazine.de/wotlab/acp/lib/c/online-pharmacy.htm [Pingback]
http://evolans.com/woot/base/b/doctor.htm [Pingback]
http://earthstarmedia.com/_demos/zen-cart/pub/a/buy-tramadol-online.htm [Pingback]
http://payperclickguru.com/blog/wp-content/b/tramadol-online.htm [Pingback]
http://evolans.com/woot/base/a/levitra.htm [Pingback]
http://rynoweb.com/wp-content/cache/d/viagra-online.htm [Pingback]
http://dragon.go2england.org/inc/b/propecia.htm [Pingback]
http://mobikefed.org/2002/b/diet-pills.htm [Pingback]
http://mobikefed.org/2002/b/order-viagra.htm [Pingback]
http://mobikefed.org/2002/d/paxil.htm [Pingback]
http://mobikefed.org/2002/b/nexium.htm [Pingback]
http://www.tiergeschichten.de/images/a/buy-tramadol.htm [Pingback]
http://www.tiergeschichten.de/images/a/ultram.htm [Pingback]
http://www.gaslamp.org/backoffice/d/viagra-online.htm [Pingback]
http://www.focuspocus.org/photopages/e/bvo.htm [Pingback]
http://www.clairedanes.com/nb/gallery/g2data/inc/3/phentermine-diet-pills.php [Pingback]
http://www.verbum.nl/lib/cache/4/buy-valium.php [Pingback]
http://www.ifhhro.org/UserFiles/Flash/4/buy-viagra-online.php [Pingback]
http://petroleumafrica.com/admin/about/2/buy-viagra.php [Pingback]
http://www.verbum.nl/lib/cache/1/pharmacy.php [Pingback]
http://www.roleplayingtips.com/j4/chat/3/propecia.php [Pingback]
http://www.verbum.nl/lib/cache/2/tramadolonline.php [Pingback]
http://www.globalyouthonline.nl/art/4/buy-cialis.php [Pingback]
http://www.globalyouthonline.nl/art/4/buyviagraonline.php [Pingback]
http://www.globalyouthonline.nl/art/4/doctor.php [Pingback]
http://www.drzwi.pl/files/pages_gallery/mini/inc/2/tramadoldiscount.php [Pingback]
http://www.7rally.com/photos/inc/4/adipex.php [Pingback]
http://www.drzwi.pl/files/pages_gallery/mini/inc/1/doctor.php [Pingback]
http://www.mercantilelibrary.com/email-manager/base/2/xanax.php [Pingback]
http://www.distefanowinery.com/images/cat_icons/1/adipex.php [Pingback]
http://www.distefanowinery.com/images/cat_icons/2/xanax.php [Pingback]

Comments are closed.