Skip to content

Commit a40dde2

Browse files
authored
Update Copy-SPOPersonalSitePage.md
1 parent 79ce509 commit a40dde2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,22 @@ 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-
2921
## DESCRIPTION
3022

3123
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).
3224

3325
> [!NOTE]
3426
> This cmdlet may not be available in all tenants as the feature rollout could be in progress. If the feature has not been enabled in your tenant, attempting to run this cmdlet will result in an error.
3527
36-
### Where can I move the existing page(s) to and from?
28+
**Where can I move the existing page(s) to and from?**
3729

3830
| Source | Destination |
3931
| :------------------- | :---------- |
4032
| SharePoint pages library in OneDrive for Business | SharePoint pages library in OneDrive for Business |
4133
| SharePoint pages library in OneDrive for Business | SharePoint site |
4234
| SharePoint site | SharePoint site |
4335

44-
### How do I query the status of my copy operation?
36+
**How do I query the status of my copy operation?**
4537

4638
After this cmdlet is executed, you'll receive the following information:
4739

0 commit comments

Comments
 (0)