From c47eee4f7ed458ee9efbdce40bd90a7c85952342 Mon Sep 17 00:00:00 2001 From: diegoriera Date: Fri, 17 Jul 2026 14:08:56 +0100 Subject: [PATCH 1/3] Adding limitation This limitation is confirmed: https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpnp%2Fpowershell%2Fissues%2F920&data=05%7C02%7CDiego.Riera%40microsoft.com%7C11728f6c3a2b48a07c4408dee34b93ab%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C639198110990803227%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=CYp%2Fvx7aI3UwlCAWiZn9K32Fl4U4s7f3xNr60puuQxk%3D&reserved=0 https://portal.microsofticm.com/imp/v5/incidents/details/795463901/summary --- docs/features/hub-site/create-hub-site-with-powershell.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features/hub-site/create-hub-site-with-powershell.md b/docs/features/hub-site/create-hub-site-with-powershell.md index 16c183783e..1bcec934cf 100644 --- a/docs/features/hub-site/create-hub-site-with-powershell.md +++ b/docs/features/hub-site/create-hub-site-with-powershell.md @@ -16,6 +16,9 @@ If you're a global or SharePoint admin in Office 365, you can convert any existi > [!NOTE] > To work with this example in SharePoint Online, we recommend that you use a developer tenant and not your production tenant. All of the following steps use a fictional tenant named "Contoso" that you can replace with your tenant name. +> [!NOTE] +> In SharePoint Multi-Geo environments, Hub Site association operations against sites located in satellite geo locations are not supported when using app-only authentication. To perform these operations, use delegated permissions. + ## Using PnP PowerShell The samples below can be performed using [PnP PowerShell](https://www.powershellgallery.com/packages/PnP.PowerShell). From d0ab5a41674ed2691947165fa692627c60efb472 Mon Sep 17 00:00:00 2001 From: diegoriera Date: Tue, 21 Jul 2026 10:47:53 +0100 Subject: [PATCH 2/3] Included ms.date change Included ms.date change --- docs/features/hub-site/create-hub-site-with-powershell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/hub-site/create-hub-site-with-powershell.md b/docs/features/hub-site/create-hub-site-with-powershell.md index 1bcec934cf..0aed866851 100644 --- a/docs/features/hub-site/create-hub-site-with-powershell.md +++ b/docs/features/hub-site/create-hub-site-with-powershell.md @@ -1,7 +1,7 @@ --- title: Create SharePoint hub sites using PowerShell description: Example code for creating a SharePoint hub site by using PowerShell. -ms.date: 04/23/2025 +ms.date: 07/21/2026 ms.localizationpriority: high --- From 2c258786889d49183ed1a17b7dc57578a4f09796 Mon Sep 17 00:00:00 2001 From: diegoriera Date: Tue, 21 Jul 2026 12:24:00 +0100 Subject: [PATCH 3/3] Reverting ms.date Reverting ms.date --- docs/features/hub-site/create-hub-site-with-powershell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/hub-site/create-hub-site-with-powershell.md b/docs/features/hub-site/create-hub-site-with-powershell.md index 0aed866851..1bcec934cf 100644 --- a/docs/features/hub-site/create-hub-site-with-powershell.md +++ b/docs/features/hub-site/create-hub-site-with-powershell.md @@ -1,7 +1,7 @@ --- title: Create SharePoint hub sites using PowerShell description: Example code for creating a SharePoint hub site by using PowerShell. -ms.date: 07/21/2026 +ms.date: 04/23/2025 ms.localizationpriority: high ---