Forum Discussion
Dominic Horne
Dec 22, 2017Copper Contributor
Office 2016 - Display a list of all SharePoint Online sites a user has access to when saving a file
While saving a file, Office 2016 displays a list of the recently used 'Saved To' document library locations to select from.
Is it possible to display a list of ALL SharePoint Online sites a use...
Pablo R. Ortiz
Jan 30, 2018Steel Contributor
I agree with other replies: having ALL SPO sites in Office App wouldn't help.
As a workaround, you could create a page in the root site collection (https://<tenant>.sharepoint.com) and place a Search Results Web Part. Edit the query and put this in query text: contentclass:”STS_Site” contentclass:”STS_Web”
You will have a page with all sites the logged-in user has access to.
davecober
Jan 02, 2019Copper Contributor
You can do roughly the same thing with the Highlighted Content web part on modern pages.