ExchangeMailboxDatabases creates and configures Exchange Server mailbox databases.
When to use 'ExchangeMailboxDatabases'
Use this resource when you need to create and configure mailbox databases on Exchange Server. Mailbox databases store user mailbox data and must be created before users can be provisioned. Configure database paths, quotas, and maintenance schedules as needed.
Source |
|
DSC Resource |
|
Documentation |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Items |
Mandatory |
Hashtable[] |
List of mailbox database configurations |
Example
ExchangeMailboxDatabases:
Items:
- Name: DAG01-DB1
Credential: '[ENC=PE9ianMgVmVy...=]'
EdbFilePath: C:\ExchangeDatabases\DAG01-DB1\DAG01-DB1.db\DAG01-DB1.edb
LogFolderPath: C:\ExchangeDatabases\DAG01-DB1\DAG01-DB1.log
CircularLoggingEnabled: true
DatabaseCopyCount: 4
IssueWarningQuota: 50176MB
ProhibitSendQuota: 51200MB
ProhibitSendReceiveQuota: 52224MB
AllowServiceRestart: true
- Name: DAG02-DB1
Credential: '[ENC=PE9ianMgVmVyc...=]'
EdbFilePath: C:\ExchangeDatabases\DAG02-DB1\DAG02-DB1.db\DAG01-DB1.edb
LogFolderPath: C:\ExchangeDatabases\DAG02-DB1\DAG02-DB1.log
CircularLoggingEnabled: true
DatabaseCopyCount: 4
IssueWarningQuota: 50176MB
ProhibitSendQuota: 51200MB
ProhibitSendReceiveQuota: 52224MB
AllowServiceRestart: true