Here you can see all the Exchange PowerShell scripts and it’s usage. I would keep updating the page with more resources as and when I come across.
Error message :No DNS servers could be retrieved from network adapter 00000000-0000-0000-0000-000000000000. Check if the computer is connected to a ...
Read More
Read More
Get-Mailbox | where {$_.UseDatabaseQuotaDefaults -eq $False} | select name,prohibit*,issue* | Export-CSV C:\Temp\MailboxQuota.csv -NoTypeInformation ...
Read More
Read More
a) This will return a result of all DB with Content Index State failed. Get-MailboxDatabaseCopyStatus * | where {$_.ContentIndexState -eq ...
Read More
Read More
Get-MailboxStatistics -Database DATABASE | ForEach { Update-StoreMailboxState -Database $_.Database -Identity $_.MailboxGuid -Confirm:$false } ...
Read More
Read More
Get-MailboxDatabase -Status -identity DATABASENAME | Sort-Object DatabaseSize -Descending | Format-Table Name, DatabaseSize, AvailableNewMailboxSpace ...
Read More
Read More
Generate a mailbox statistics report for particular Exchange Database and Export it as CSV Get-MailboxStatistics -database “DATABASE” | sort TotalItemSize ...
Read More
Read More