In addition, any mailbox databases referencing
the public folder must be updated to another public folder server. If this is the last public folder database
in the organization, special commands must be used. You examine how to manage public folder replication
in the following section. The syntax for Remove-PublicFolderDatabase is
Remove-PublicFolderDatabase -Identity < DatabaseIdParameter >
[-DomainController < Fqdn > ] [-RemoveLastAllowed < SwitchParameter > ]
Using Remove-PublicFolderDatabase does not delete the actual database ( .edb ) file and other
associated log files; you must manually remove them.
Working with Permissions
Public folder permissions are separated into Client and Administrator permissions. Client permissions are
typically managed with the Outlook client by users. These control who has access to the structure and
content of the folder. Administrator permissions, on the other hand, control things like replication
and control quotas. The following cmdlets are used to control public folder permissions:
??‘ Add-PublicFolderAdministrativePermission
??‘ Get-PublicFolderAdministrativePermission
??‘ Remove-PublicFolderAdministrativePermission
??‘ Add-PublicFolderClientPermission
??‘ Get-PublicFolderClientPermission
??‘ Remove-PublicFolderClientPermission
(continued)
Chapter 5: Public Folders
145
Client Folder Permissions
Individual client permissions are combined to form roles.
Pages:
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241