Exchange 2007: Using PowerShell To Create A Database
As the title implies, you can create an Exchange database through PowerShell in Exchange 2007. Â To do so you would use the New-MailboxDatabase command. Â When you use this command you will need to identify the name of the server and the server’s storage group to put the database on followed by the name of the database. Â For example the following command would create an Exchange database called YOURMOMSMAIL on KryptedServer in the Second Storage Group:
New-MailboxDatabase -StorageGroup “KryptedServer\Second Storage Group” -Name “YOURMOMSMAIL”
Similar Articles:
- Exchange 2007: OWA Virtual Directories from PowerShell
- Exchange 2007: Can't Create User with Forwarding Address
- iPhone + Locked Down Exchange
- Design Considerations: Exchange 2007 and the Mac
- Exchange 2007: Send-As
In: Microsoft Exchange Server · Tagged with: Create a Database, Exchange 2007, New-MailboxDatabase, powershell


