User who created the site on sharepoint
hi friends
I have given few people the admin right on SharePoint, where they can create new sharepoint sites inside the main site.
I wonder how can i check which site was created by whom?
CheersSharePoint 2007 (Administration/Development) | Web developer and .NET DTS Programmer | .NET Framework 2.0/3.5 | SQL Server 2008/2005/2k
November 17th, 2010 5:54pm
Try stsadm.exe -o enumsites -url <yoursite> or stsadm -o enumsubwebs -url <yoursite> it will show you site owners.Oleg
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2010 6:00pm
hi Oleg
It says "command line Error"
i am using
stsadm -o enumsubwebs -url http://mainsite/subsite/
SharePoint 2007 (Administration/Development) | Web developer and .NET DTS Programmer | .NET Framework 2.0/3.5 | SQL Server 2008/2005/2k
November 17th, 2010 6:17pm
Hi,
Try this:
stsadm -o enumsubwebs -url " http://server_name:portno./sites/site_name/subsite_name
"
Use this link for any admin activity:
http://technet.microsoft.com/en-us/library/cc287763%28office.12%29.aspx
Hope it will help you
Cheers, Hemendra-MCTS "Yesterday is just a memory,Tomorrow we may never see"
Free Windows Admin Tool Kit Click here and download it now
November 18th, 2010 2:43am