We need to generate a directory of ListNames by know ListIDS of all lists from all sites (top and subsites) in a site collection, the output needs to show the list name and listID for each record. We already have list of ListIDs (from Audit Report) but not corresponding ListNames
Is there a way to generate such output? Poweshell?
I found a powershell command that can retrieve a list name by List ID: https://global-sharepoint.com/sharepoint-online/get-sharepoint-list-url-by-list-id/
But we have to retrieve list of listnames by list of ListIDs.
Appreciate anyone give a tip!