
Part II: Working with Server Roles
232
The cmdlet used in this section is:
❑ New-PublicFolderDatabase
A mailbox server can have multiple storage groups and databases, but only one Public folder store per
mailbox server. Instead of using the
New-MailboxDatabase cmdlet, to create a Public folder database
use the
New-PublicFolderDatabase cmdlet:
New-PublicFolderDatabase -Name < String > -StorageGroup
< StorageGroupIdParameter > [-CopyEdbFilePath < EdbFilePath > ]
[-DomainController < Fqdn > ] [-EdbFilePath < EdbFilePath > ] [-HasLocalCopy
< $true | $false > ] [-TemplateInstance < PSObject > ] [ < CommonParameters > ]
Following is an example:
New-PublicFolderDatabase -Name “Public Folder DB” -StorageGroup “mb100\Public
Folder Storage Group”
The output in Figure 8 - 9 shows the error if creating multiple Public folder stores on a server is attempted.
Figure 8-9
c08.indd 232c08.indd 232 12/17/07 5:28:42 PM12/17/07 5:28:42 PM