From 490146113b1af0b4f8bf748576638b48775a6b97 Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 10:42:21 -0700 Subject: [PATCH 01/14] Update connect-sharepoint-online.md --- .../sharepoint-online/connect-sharepoint-online.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md b/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md index 6a73f6c35..25565a2fa 100644 --- a/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md +++ b/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md @@ -1,4 +1,5 @@ --- +ms.author: jtremper title: Get started with the SharePoint Online Management Shell --- From 486ef6eb3e1cc5659e6a02b489bf6d3c15471c56 Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 10:45:12 -0700 Subject: [PATCH 02/14] Update introduction-sharepoint-online-management-shell.md --- .../introduction-sharepoint-online-management-shell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md b/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md index caeb6ffbb..171de44bc 100644 --- a/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md +++ b/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md @@ -1,4 +1,5 @@ --- +ms.author: jtremper title: Intro to SharePoint Online Management Shell description: Intro to SharePoint Online Management Shell --- From 43aea9fae1eb78008031854be044f983ccc2121b Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 11:51:35 -0700 Subject: [PATCH 03/14] Update Invoke-SPOSiteSwap.md --- .../sharepoint-online/Invoke-SPOSiteSwap.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md index 3c72b792b..3021d8798 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md @@ -35,14 +35,14 @@ Swaps the location of a source site with a target site while archiving the origi Please note, the target site must be either: -- The root site, for example ; or -- The search center site, for example . +- The root site, for example <`https://tenant-name.sharepoint.com`>; or +- The search center site, for example <`https://tenant-name.sharepoint.com/search`>. When the swap is initiated, the target site is moved to the archive location and the source site is moved to the target location. By default, a site redirect is created at the source location that will redirect traffic to the target location. -If the target is the root site at , then the following preparation activities should be performed prior to performing the swap: +If the target is the root site at <`https://tenant-name.sharepoint.com`>, then the following preparation activities should be performed prior to performing the swap: -1. Any Featured links defined in SharePoint Start Page at will not be displayed after performing the swap. If required, the Featured links should be documented so they can be manually recreated after the swap. +1. Any Featured links defined in SharePoint Start Page at <`https://tenant-name.sharepoint.com/_layouts/15/sharepoint.aspx`> will not be displayed after performing the swap. If required, the Featured links should be documented so they can be manually recreated after the swap. 2. Functionality such as external sharing and application interfaces are dependent on the policies and permissions defined at the root site. Review the source site to ensure that it has the required policies and permissions as per the existing root site. This includes external sharing settings as well as site permissions. 3. Larger tenants that have more than ~10,000 licenses will need to run the [Page Diagnostic Tool](/office365/enterprise/page-diagnostics-for-spo) against the source site (ensure that the user running the Page Diagnostic Tool has edit rights on the source site). Any analysis results that have the category Attention required (Red) or Improvement opportunities (Orange) will need to be remediated before performing the swap. @@ -91,9 +91,9 @@ Archives the existing Search Center site at then the source site must be either a Modern Team Site (STS#3) or a Communication Site (SITEPAGEPUBLISHING#0) and **the publishing feature can never have been activated on the source site**. +If the target is the root site at <`https://tenant-name.sharepoint.com`> then the source site must be either a Modern Team Site (STS#3) or a Communication Site (SITEPAGEPUBLISHING#0) and **the publishing feature can never have been activated on the source site**. -If the target is the search center site at then the source site must be either a Search Center Site (SRCHCEN#0) or a Basic Search Center Site (SRCHCENTERLITE#0). +If the target is the search center site at <`https://tenant-name.sharepoint.com/search`> then the source site must be either a Search Center Site (SRCHCEN#0) or a Basic Search Center Site (SRCHCENTERLITE#0). ```yaml Type: String @@ -114,8 +114,8 @@ URL of the target site that the source site will be swapped to. The site at this The target site must be either: -- The root site at or -- The search center site at +- The root site at <`https://tenant-name.sharepoint.com`> or +- The search center site at <`https://tenant-name.sharepoint.com/search`> ```yaml Type: String From 92660d9087224fbfdf3faa3705fc3d286b71cfcb Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 11:53:57 -0700 Subject: [PATCH 04/14] Update New-SPOMigrationPackage.md --- .../sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md index e621de4f2..fc251562d 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md @@ -223,7 +223,7 @@ Accept wildcard characters: False ### -TargetWebUrl -The fully qualified web URL to use as the web address part of the base URL in the package metadata. If this is not provided, " will be used instead within the package metadata. +The fully qualified web URL to use as the web address part of the base URL in the package metadata. If this is not provided, "<`http://fileserver/sites/user`>" will be used instead within the package metadata. ```yaml Type: String From da67f9be6d53b463e10e3647e596ef0034118e66 Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 12:59:58 -0700 Subject: [PATCH 05/14] Update Invoke-SPOSiteSwap.md --- .../sharepoint-online/Invoke-SPOSiteSwap.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md index 3021d8798..555fd448a 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md @@ -35,14 +35,14 @@ Swaps the location of a source site with a target site while archiving the origi Please note, the target site must be either: -- The root site, for example <`https://tenant-name.sharepoint.com`>; or -- The search center site, for example <`https://tenant-name.sharepoint.com/search`>. +- The root site, for example `https://tenant-name.sharepoint.com`; or +- The search center site, for example `https://tenant-name.sharepoint.com/search`. When the swap is initiated, the target site is moved to the archive location and the source site is moved to the target location. By default, a site redirect is created at the source location that will redirect traffic to the target location. -If the target is the root site at <`https://tenant-name.sharepoint.com`>, then the following preparation activities should be performed prior to performing the swap: +If the target is the root site at `https://tenant-name.sharepoint.com`, then the following preparation activities should be performed prior to performing the swap: -1. Any Featured links defined in SharePoint Start Page at <`https://tenant-name.sharepoint.com/_layouts/15/sharepoint.aspx`> will not be displayed after performing the swap. If required, the Featured links should be documented so they can be manually recreated after the swap. +1. Any Featured links defined in SharePoint Start Page at `https://tenant-name.sharepoint.com/_layouts/15/sharepoint.aspx` will not be displayed after performing the swap. If required, the Featured links should be documented so they can be manually recreated after the swap. 2. Functionality such as external sharing and application interfaces are dependent on the policies and permissions defined at the root site. Review the source site to ensure that it has the required policies and permissions as per the existing root site. This includes external sharing settings as well as site permissions. 3. Larger tenants that have more than ~10,000 licenses will need to run the [Page Diagnostic Tool](/office365/enterprise/page-diagnostics-for-spo) against the source site (ensure that the user running the Page Diagnostic Tool has edit rights on the source site). Any analysis results that have the category Attention required (Red) or Improvement opportunities (Orange) will need to be remediated before performing the swap. @@ -91,9 +91,9 @@ Archives the existing Search Center site at then the source site must be either a Modern Team Site (STS#3) or a Communication Site (SITEPAGEPUBLISHING#0) and **the publishing feature can never have been activated on the source site**. +If the target is the root site at `https://tenant-name.sharepoint.com` then the source site must be either a Modern Team Site (STS#3) or a Communication Site (SITEPAGEPUBLISHING#0) and **the publishing feature can never have been activated on the source site**. -If the target is the search center site at <`https://tenant-name.sharepoint.com/search`> then the source site must be either a Search Center Site (SRCHCEN#0) or a Basic Search Center Site (SRCHCENTERLITE#0). +If the target is the search center site at `https://tenant-name.sharepoint.com/search` then the source site must be either a Search Center Site (SRCHCEN#0) or a Basic Search Center Site (SRCHCENTERLITE#0). ```yaml Type: String @@ -114,8 +114,8 @@ URL of the target site that the source site will be swapped to. The site at this The target site must be either: -- The root site at <`https://tenant-name.sharepoint.com`> or -- The search center site at <`https://tenant-name.sharepoint.com/search`> +- The root site at `https://tenant-name.sharepoint.com` or +- The search center site at `https://tenant-name.sharepoint.com/search` ```yaml Type: String From 7abdbc3f117ed33c8ebe987009f9f62dff04319a Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 13:00:55 -0700 Subject: [PATCH 06/14] Update New-SPOMigrationPackage.md --- .../sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md index fc251562d..d25b65266 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md @@ -223,7 +223,7 @@ Accept wildcard characters: False ### -TargetWebUrl -The fully qualified web URL to use as the web address part of the base URL in the package metadata. If this is not provided, "<`http://fileserver/sites/user`>" will be used instead within the package metadata. +The fully qualified web URL to use as the web address part of the base URL in the package metadata. If this is not provided, "`http://fileserver/sites/user`" will be used instead within the package metadata. ```yaml Type: String From 1864119984287f96a08f34b98b2a0178dba13c10 Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 13:02:17 -0700 Subject: [PATCH 07/14] Update connect-sharepoint-online.md --- .../sharepoint-online/connect-sharepoint-online.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md b/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md index 25565a2fa..94d4b970c 100644 --- a/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md +++ b/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md @@ -1,6 +1,7 @@ --- ms.author: jtremper title: Get started with the SharePoint Online Management Shell +description: Get started with the SharePoint Online Management Shell --- # Get started with SharePoint Online Management Shell # From f057f3227e793f34dea354539d3426cf0ae05a29 Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 16:11:32 -0700 Subject: [PATCH 08/14] Update connect-sharepoint-online.md --- .../sharepoint-online/connect-sharepoint-online.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md b/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md index 94d4b970c..79774f491 100644 --- a/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md +++ b/sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md @@ -1,5 +1,6 @@ --- -ms.author: jtremper +manager: mengkel +ms.author: samkabue title: Get started with the SharePoint Online Management Shell description: Get started with the SharePoint Online Management Shell --- From 404bc103e43e2b18bb9c8403bcb44988caae2efb Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 16:11:52 -0700 Subject: [PATCH 09/14] Update introduction-sharepoint-online-management-shell.md --- .../introduction-sharepoint-online-management-shell.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md b/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md index 171de44bc..0dcc9afb5 100644 --- a/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md +++ b/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md @@ -1,5 +1,6 @@ --- -ms.author: jtremper +manager: mengkel +ms.author: samkabue title: Intro to SharePoint Online Management Shell description: Intro to SharePoint Online Management Shell --- From e7dd17df5b9919b67080bbd0b8cbff0e7482e0d7 Mon Sep 17 00:00:00 2001 From: prgundel Date: Tue, 29 Apr 2025 16:13:23 -0700 Subject: [PATCH 10/14] Update Set-SPOTenant.md --- sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md index 5a3051b39..e246a49bc 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md @@ -775,8 +775,7 @@ The valid values are: - True (default) - The Shared with Everyone folder is created. - False - No folder is created when the site and OneDrive for Business document library is created. -The default behavior of the Shared with Everyone folder changed in August 2015. -For additional information about the change, see [Provision the Shared with Everyone folder in OneDrive for Business](https://support.office.com/article/Provision-the-Shared-with-Everyone-folder-in-OneDrive-for-Business-6bb02c91-fd0b-42ba-9457-3921cb6dc5b2). +The default behavior of the Shared with Everyone folder changed in August 2015. ```yaml Type: Boolean From dc164d554ab0f35fa82793d25da2056e5a47da9c Mon Sep 17 00:00:00 2001 From: prgundel Date: Wed, 30 Apr 2025 11:42:41 -0700 Subject: [PATCH 11/14] Update Invoke-SPOSiteSwap.md --- .../sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md index 555fd448a..4eec3f1b9 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md @@ -5,8 +5,8 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/ applicable: SharePoint Online title: Invoke-SPOSiteSwap schema: 2.0.0 -author: WayneEwington -ms.author: waynewin +author: DivyaSrungaram +ms.author: divyasru ms.reviewer: --- From 3573af09d9e0355e8fdb2c08b4eadb5ea95eaf49 Mon Sep 17 00:00:00 2001 From: prgundel Date: Wed, 30 Apr 2025 11:50:40 -0700 Subject: [PATCH 12/14] Update Invoke-SPOSiteSwap.md --- sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md index 4eec3f1b9..be1d591ec 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/Invoke-SPOSiteSwap.md @@ -5,7 +5,6 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/ applicable: SharePoint Online title: Invoke-SPOSiteSwap schema: 2.0.0 -author: DivyaSrungaram ms.author: divyasru ms.reviewer: --- From 7ad2a7a972b0ca0eb58f7652f6c12591aab5cea1 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 1 May 2025 01:11:05 +0530 Subject: [PATCH 13/14] punctuation fix --- .../introduction-sharepoint-online-management-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md b/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md index 0dcc9afb5..b93b1d264 100644 --- a/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md +++ b/sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md @@ -34,4 +34,4 @@ After you get familiar with SharePoint sites and users, try using SharePoint Onl ## How do I get permissions and set up the environment? -To use SharePoint Online PowerShell commands, you must be a SharePoint admin in your organization. For info about installing the SharePoint Online Management Shell module and connecting to the SharePoint Online service, see [Get started with SharePoint Online Management Shell](connect-sharepoint-online.md) +To use SharePoint Online PowerShell commands, you must be a SharePoint admin in your organization. For info about installing the SharePoint Online Management Shell module and connecting to the SharePoint Online service, see [Get started with SharePoint Online Management Shell](connect-sharepoint-online.md). From 5e7c1d5d6796af10480134cacd041af09f691b92 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Thu, 1 May 2025 01:38:46 +0530 Subject: [PATCH 14/14] note formatting --- .../sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md index d25b65266..efae0f417 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOMigrationPackage.md @@ -14,7 +14,8 @@ ms.reviewer: ## SYNOPSIS -**Note**: This cmdlet has been deprecated. To migrate to SharePoint and Microsoft 365 using PowerShell, see [Migrate to SharePoint using PowerShell](https://learn.microsoft.com/sharepointmigration/overview-spmt-ps-cmdlets). +> [!NOTE] +> This cmdlet has been deprecated. To migrate to SharePoint and Microsoft 365 using PowerShell, see [Migrate to SharePoint using PowerShell](https://learn.microsoft.com/sharepointmigration/overview-spmt-ps-cmdlets). Cmdlet to create a new migration package based on source files in a local or network shared folder.