Skip to content

Commit adb35e8

Browse files
authored
Update New-PublicFolderMoveRequest.md
1 parent 3db8bcd commit adb35e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can also move a branch of public folders by using the Move-PublicFolderBranc
6969

7070
### Example 3
7171
```powershell
72-
$folders = Get-PublicFolder \ -Recurse -Mailbox PUB1 -ResidentFolders | ?{$_.Name -ne "IPM_SUBTREE"} | %{$_.Identity};New-PublicFolderMoveRequest -TargetMailbox PUB2 -Folders $folders
72+
$folders = Get-PublicFolder \ -Recurse -Mailbox PUB1 -ResidentFolders | ?{$_.Name -ne "IPM_SUBTREE"} | %{$_.Identity}; New-PublicFolderMoveRequest -TargetMailbox PUB2 -Folders $folders
7373
```
7474

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

0 commit comments

Comments
 (0)