Skip to content

Commit 60410d9

Browse files
committed
fix version
1 parent 7471815 commit 60410d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/transform/modernize-userinterface-site-pages-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Transform classic pages to modern pages using PowerShell
33
description: Explains how to transform classic wiki and web part pages into modern pages using the SharePoint PowerShell
4-
ms.date: 01/03/2020
4+
ms.date: 01/16/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -14,7 +14,7 @@ localization_priority: Priority
1414
The page transformation engine can also be used from PowerShell. This allows it to be integrated in a site modernization script that besides page transformation also does other things like installing solution, connecting the site to an Office 365 group and applying tenant branding. A good example of an all-up modernization script can be found [in the Office 365 Group connect article](modernize-connect-to-office365-group.md).
1515

1616
> [!NOTE]
17-
> Below script shows how to transform pages. It requires [PnP PowerShell](https://aka.ms/sppnp-powershell) version 3.4.1812.0 (December 2018 release) or higher. There are additional sample scripts (e.g. for transforming publishing page, for transforming from on-premises SharePoint) available in our [GitHub scripts ___location](https://github.com/SharePoint/sp-dev-modernization/tree/dev/Scripts/PageTransformation).
17+
> Below script shows how to transform pages. It requires [PnP PowerShell](https://aka.ms/sppnp-powershell) version 3.16.1912.* (December 2019) or higher. There are additional sample scripts (e.g. for transforming publishing page, for transforming from on-premises SharePoint) available in our [GitHub scripts ___location](https://github.com/SharePoint/sp-dev-modernization/tree/dev/Scripts/PageTransformation).
1818
1919
[!code-powershell[transformpages](../../sp-dev-modernization/Scripts/PageTransformation/Convert-WikiAndWebPartPages.ps1 "Transform pages to modern pages using PowerShell")]
2020

0 commit comments

Comments
 (0)