Get number of mailboxes in each database?
Many times we need to find number of mailboxes in each database and the size of the database (EDB file) of all servers in an Exchange 2010 environment. With PowerShell,…
Many times we need to find number of mailboxes in each database and the size of the database (EDB file) of all servers in an Exchange 2010 environment. With PowerShell,…
Just a quick script that may come in useful to you. The below PowerShell script will delete IIS Log files older than 7 days that are in the “C:\inetpub\logs\LogFiles\w3svc1” directory.…
If you want search in the public folder database for an folder you can use the scripts below. If you know the exact name of the folder: Get-PublicFolder -Identity ""…
When you try to delete the Default Mailbox Database(created with 1st installation of the Mailbox Role), you receive the error below: “This mailbox database contains one or more mailboxes or…
Use the Clean-MailboxDatabase cmdlet to scan the Active Directory directory service for disconnected mailboxes that are not yet marked as disconnected in the Microsoft Exchange store and update the status…