We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8934d commit 723f1eeCopy full SHA for 723f1ee
sharepoint/sharepoint-ps/sharepoint-online/Copy-SPOPersonalSitePage.md
@@ -23,6 +23,7 @@ This cmdlet command allows you to relocate existing SharePoint pages by utilizin
23
```powershell
24
Copy-SPOPersonalSitePage -SourceSite <SpoSitePipeBind> -DestinationSite <SpoSitePipeBind> -PageName <String> -DeleteSourcePage <SwitchParameter> [-Confirm] [<CommonParameters>]
25
```
26
+Note: `-PageName` refers to the name of a SharePoint page that ends with the suffix .aspx, such as page.aspx.
27
28
## DESCRIPTION
29
0 commit comments