
Part I: PowerShell for Exchange Fundamentals
144
< Schedule > ] [-ReplicationMessageSize < ByteQuantifiedSize > ]
[-ReplicationPeriod < UInt32 > ] [-ReplicationSchedule < Schedule > ]
[-RetainDeletedItemsUntilBackup < $true | $false > ]
[-UseCustomReferralServerList < $true | $false > ] [-WhatIf
[ < SwitchParameter > ]]
The Set-PublicFolderDatabase cmdlet shares many similar options to the private database counter-
part.
ProhibitPostQuota , IssueWarningQuota , and QuotaNotificationSchedule are parameters
related to user quotas for public folders.
The parameters
UseCustomReferralServerList and CustomReferralServerList control how
clients locate folders. The
CustomReferralServerList assigns costs to individual servers with any
positive number. Multiple servers can be listed by separating the server names with commas.
For example, to assign a weight of 10 to server PFMB903 and a weight of 5 to server PFMB902 the
CustomReferralServerList would look like this:
“PFMB902:5”,”PFMB903:10”
Removing a Public Folder Database
The process for removing a public folder database is also a simple command. However, unless all
replicas and data have been removed, the deletion fails. 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 ...