Forum Discussion
Dec 13, 2018
Powershell to get the details of all the SharePoint Online site collections along with creation date
Hi Folks , I'm looking for a PowerShell script to create a SharePoint Online site inventory . I used the below mentioned Powershell command which almost gives all the details I'm looking for excep...
Doug Allen
Dec 15, 2018Iron Contributor
I think you're issue is that you are looking at the site collection itself, and this object doesn't have a Created date property. If you load the root web of that site collection, it will have the $web.Created property you're looking for.
ashmon07
Apr 26, 2019Copper Contributor
How do you do this? I have SPO