In this article we can able
to see who created the site collection with username and time using PowerShell.
In our environment we are
having so many site collection, due to some reasons we need to know who created
the site collection and when he created the site with data and time
information.
The below PowerShell Script
is very useful to get the basic information who created the site collection.
add-pssnapin
microsoft.sharepoint.powershell
$site = Get-SPSite
http://dotnetsharepoint.com/
$site.RootWeb.Author
$site.RootWeb.Created