Skip to content

Commit 72f83b9

Browse files
authored
Update Copy-SPOPersonalSitePage.md
1 parent a40dde2 commit 72f83b9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ This cmdlet command allows you to relocate existing SharePoint pages by utilizin
1818
- Copy: This method keeps the original page intact while creating a duplicate at the new location.
1919
- Move: This method creates a new copy at the new location and deletes the original page from the source.
2020

21+
## SYNTAX
22+
23+
**CopySinglePage**
24+
25+
```powershell
26+
Copy-SPOPersonalSitePage -SourceSite <SpoSitePipeBind> -DestinationSite <SpoSitePipeBind> -PageName <String> -DeleteSourcePage <SwitchParameter> [-Confirm] [<CommonParameters>]
27+
```
28+
2129
## DESCRIPTION
2230

2331
The Copy-SPOPersonalSitePage cmdlet allows a SharePoint Administrator to copy one or more SharePoint pages from a selected source to a chosen destination SharePoint site. If the `-DeleteSourcePage` parameter is set to `$true`, the source page(s) will be deleted after the copy operation, effectively moving the page(s).
@@ -196,10 +204,12 @@ This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVar
196204

197205
## NOTES
198206

199-
### Will SharePoint pages retain their version history after the move?
207+
**Will SharePoint pages retain their version history after the move?**
208+
200209
Currently, only the latest published version will be transferred.
201210

202-
### Can recipients of SharePoint pages I shared with continue to access them after the move?
211+
**Can recipients of SharePoint pages I shared with continue to access them after the move?**
212+
203213
All permissions will be removed once the pages are moved.
204214

205215
## RELATED LINKS

0 commit comments

Comments
 (0)