How can I find out when a SharePoint site was created?

How can I find out when a SharePoint site was created?

To get the created date of a SharePoint Online site collection, do the following:

  1. Login to SharePoint Admin center >> Expand Sites >> Active Sites.
  2. Now the sites list shows the creation date of the sites in the “Date Created” column (Add it to the view, if it’s not there already!)

How can I tell who created a SharePoint site?

PnP PowerShell to Get the Creator of a Site

  1. #Connect to Site. Connect-PnPOnline $SiteURL -UseWebLogin.
  2. #Get the Web. $Web = Get-PnPWeb.
  3. #Get the author – who has created the site. Get-PnPProperty -ClientObject $Web -Property Author.

How do I go to a collection site in SharePoint?

Open Central Administration. On the Application Management page, in the Site Collections section, click View all site collections. The Site Collection List page lists all the site collections in the web application. To display more information about a site collection, in the URL column, click the site collection.

How to get when a site collections was created?

The command Get-PnPTenantSite would not return the site collection created date, you need to use Get-PnPWeb -Includes Created command to get Site Collection Created Date: https://www.sharepointdiary.com/2017/09/sharepoint-online-get-site-collection-created-date.html

What does new pnptenantsite cmdlet do in SharePoint?

The New-PnPTenantSite cmdlet creates a new site collection for the current company. However, creating a new SharePoint Online site collection fails if a deleted site with the same URL exists in the Recycle Bin.

How to get pnptenantsite from the cmdlet?

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. By default, not all returned attributes are populated. This switch populates all attributes. It can take several seconds to run.

Who is the primary owner of pnptenantsite?

Specifies the user name of the site collection’s primary owner. The owner must be a user instead of a security group or an email-enabled security group. Specifies if any existing site with the same URL should be removed from the recycle bin