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 0c5b242 commit eaffad9Copy full SHA for eaffad9
exchange/exchange-ps/exchange/New-PublicFolderMoveRequest.md
@@ -68,9 +68,7 @@ This example begins the move request for public folders under the \\Dev public f
68
You can also move a branch of public folders by using the Move-PublicFolderBranch.ps1 script.
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
73
-```
74
75
This example moves all public folders from public folder mailbox Pub1 to public folder mailbox Pub2.
76
0 commit comments