Microsoft
InfoPath is an application that may be used for forms migration. Lastly, reconfigure the OAB to not use
public folders for distribution. Remove the public folder stores by removing all of the replicas using the
RemoveReplicaFromPFRecursive.ps1 script and allowing time for the information to synchronize.
Additionally, to remove all of the folders from the server run the following cmdlets:
Get-PublicFolder -Server < Servername > -identity ???\??? -Recurse -ResultSize:unlimited
-ErrorAction:SilentlyContinue | Remove-PublicFolder
Get-PublicFolder -Server < Servername > -identity ???\Non_IPM_Subtree??? -Recurse -
ResultSize:unlimited -ErrorAction:SilentlyContinue | Remove-PublicFolder
Finally, you have one public folder store remaining. Run the previous cmdlets to remove any last
remaining folders. Once all of these steps have been completed, the last public folder store can be
removed with PowerShell. It may take some time for the public folder store to complete replication.
After running the final cmdlet Get-PublicFolderDatabase -Server < Server name > |
Remove-PublicFolderDatabase , the cmdlet returns a confirmation warning, as shown in Figure 5 - 7 .
Understand that once the last folder is removed, only Office Outlook 2007 clients will be able to connect
to Exchange.
Pages:
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251