We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db8bcd commit adb35e8Copy full SHA for adb35e8
exchange/exchange-ps/exchange/New-PublicFolderMoveRequest.md
@@ -69,7 +69,7 @@ You can also move a branch of public folders by using the Move-PublicFolderBranc
69
70
### Example 3
71
```powershell
72
-$folders = Get-PublicFolder \ -Recurse -Mailbox PUB1 -ResidentFolders | ?{$_.Name -ne "IPM_SUBTREE"} | %{$_.Identity};New-PublicFolderMoveRequest -TargetMailbox PUB2 -Folders $folders
+$folders = Get-PublicFolder \ -Recurse -Mailbox PUB1 -ResidentFolders | ?{$_.Name -ne "IPM_SUBTREE"} | %{$_.Identity}; New-PublicFolderMoveRequest -TargetMailbox PUB2 -Folders $folders
73
```
74
75
This example moves all public folders from public folder mailbox Pub1 to public folder mailbox Pub2.
0 commit comments