Sharepoint Online - Powershell report on MultiGeo tenant

Copper Contributor

Hello Everyone, 

 

I'm trying to gather some simple information about SPO sites using Powershell in a MultiGeo tenant as specified in the title. 

 

My main issue is : 

- to start the sessions I'm connecting using 

 

$SPOSession = Connect-SPOService -Credential $user -Url $SharePointAdminURL

 

- $SharePointAdminURL is https://tenant-admin.sharepoint.com

 

But it's a loop and if I want to manage some SPOSite that is located in France or Australia I need to connect to https://tenantfra-admin.sharepoint.com or http://tenantaus-sharepoint.com 

 

Do you know how I can resolve this ? 

Many thanks.

1 Reply
Has any of you managed to solve this? I have the same situation.