Supply the Status parameter to get information about
database state and backup information, as shown in Figure 5 - 3 .
(continued)
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 counterpart.
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.
Pages:
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240