when I was working with SharePoint Online using PowerShell, I had a requirement to get all the List collection present in my SharePoint site.
I got all the lists using PnP PowerShell commands. But i didn't get the list collection using the SharePoint Online Management shell. Suggest me the SharePoint Online Management Shell command to get all the lists.
SharePoint Online PowerShell (SharePoint Online Management Shell) does not have any straight forward command like PnP PowerShell to get all lists from the SharePoint site.
You will have to use the CSOM methods for this requirements, like:
Replace
$SiteURLvariable value with your SharePoint site URL.