Skip to content

Commit 80165de

Browse files
authored
Update Copy-SPOPersonalSitePage.md
1 parent e9e4d15 commit 80165de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Copy-SPOPersonalSitePage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ This cmdlet command allows you to relocate existing SharePoint pages by utilizin
2323
```powershell
2424
Copy-SPOPersonalSitePage -SourceSite <SpoSitePipeBind> -DestinationSite <SpoSitePipeBind> -PageName <String> -DeleteSourcePage <SwitchParameter> [-Confirm] [<CommonParameters>]
2525
```
26-
Note: `-PageName` refers to the name of a SharePoint page that ends with the suffix .aspx, such as page.aspx.
2726

2827
## DESCRIPTION
2928

@@ -144,7 +143,7 @@ Accept wildcard characters: False
144143
145144
### -PageName
146145
147-
Specifies the name of the SharePoint page to copy. This parameter is required when not using the `-AllPages` switch.
146+
Specifies the name of the SharePoint page to copy. This parameter is required when not using the `-AllPages` switch. Note that `-PageName` refers to the name of a SharePoint page that ends with the suffix .aspx, such as page.aspx.
148147

149148
```yaml
150149
Type: String

0 commit comments

Comments
 (0)