Skip to content

Commit eaffad9

Browse files
authored
Update New-PublicFolderMoveRequest.md
1 parent 0c5b242 commit eaffad9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exchange/exchange-ps/exchange/New-PublicFolderMoveRequest.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ This example begins the move request for public folders under the \\Dev public f
6868
You can also move a branch of public folders by using the Move-PublicFolderBranch.ps1 script.
6969

7070
### Example 3
71-
```powershell
7271
$folders = Get-PublicFolder \ -Recurse -Mailbox PUB1 -ResidentFolders | ?{$_.Name -ne "IPM_SUBTREE"} | %{$_.Identity};New-PublicFolderMoveRequest -TargetMailbox PUB2 -Folders $folders
73-
```
7472

7573
This example moves all public folders from public folder mailbox Pub1 to public folder mailbox Pub2.
7674

0 commit comments

Comments
 (0)