I am currently working on a script that connects to our SharePoint Admin Center and returns a list of all sites with all of the owners (name and e-mail)
I tried multiple solutions with PnP and SP, but nothing really seems to work.
It seems that I have to loop over all sites, get the web object with properties, get the permission levels, filter them for "Full Control", and then look for every member with these permissions. But it kind of doesn't work like that?
Has anyone else encountered this topic yet?
Here is a workaround which may help you somehow. Here is a script which exports a .csv file containing all the groups with full control role in each site collection. You can use the list to get all the group members, and they definitely have full control permission. And for site collection administrators who have full control permission, just use the Get-PnPSiteCollectionAdmin