Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Exchange it is easy to create a database with the Exchange Admin Center but you can create it very easily with PowerShell.
Most Exchange Admins use mount-points to store an Exchange database and logs as this is stored on a SAN and not on the Server itself.
To create a database and log directory use the following Powershell command:
- New-MailboxDatabase -Server Exchange-2019 -Name "STORE1" -EdbFilePath C:\MBXDATA\Store1\STORE1.edb -LogFolderPath C:\MBXDATA\Store1\Logs
http://everything-powershell.com/wp-content/uploads/2018/12/Store1.png
Once it is created you need to restart the Exchange Information Store Service so it can take effect.
After that you need to mount the database.