Skip to content

Commit 843cd38

Browse files
authored
Update Copy-SPOPersonalSitePage.md
1 parent 876d777 commit 843cd38

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ After this cmdlet is executed, you'll receive the following information:
5353
| WorkItemId | The work item ID used to track the status of the copy job. If the copy operation is complete, this will be `00000000-0000-0000-0000-000000000000`. |
5454

5555
- If the copy is successful, the URL for the new page will be provided.
56-
- If the copy is still in progress, you will receive the work item ID. You can use the provided command to check the status of the URL.
56+
- If the copy is still in progress, you will receive the work item ID. You can use the [Get-SPOPersonalSitePageCopyProgress](./Get-SPOPersonalSitePageCopyProgress.md) command to check the status of the URL.
5757

58-
```powershell
59-
Get-SPOPersonalSitePageCopyProgress -DestinationSite <SpoSitePipeBind> -WorkItemId <Guid> [<CommonParameters>]
60-
```
6158
The following table explains the copy job's state:
6259

6360
| Status | Explanation |

0 commit comments

Comments
 (0)