dell compellent sc2020 or sc2040 freeze January 5, 2017 admin 0 Virtualization, Occasionally Dell Compellent can freeze, all the lights stop blinking and the storage stop responding...
hyper-v replication with certificate Authentication December 14, 2016 admin 0 Hyper-v, Virtualization, Hyper-V Replication base on Certificate Authentication have great advantage in terms of security, kerberos...
The Microsoft Exchange Transport service is rejecting message submissions because the available disk space has dropped below the configured threshold. December 13, 2016 admin 0 Microsoft Exchange 2010, Problem When attempting to send mail to an Exchange 2007 EMail Server, you see the...
vmware vcenter database over 10 giga December 12, 2016 admin 0 Virtualization, VMware, Vcenter running SQL Express. "VIM_VCDB" reached 10GB and so crashes Vcenter !! To purge the...
dell compellent sc2020 sc2040 freeze December 12, 2016 admin 1 Virtualization, Alert: The BMC IP address settings on the SC4020 should be set as non-routable. If...
Exchange 2016 start pop3 service December 11, 2016 admin 0 Microsoft Exchange 2016, To check if POP3 proxy enable: (Get-ServerComponentState -Identity "Server_Name" -Component PopProxy).LocalStates If you don't get...
Force mount of database copy with failed state December 11, 2016 admin 0 Microsoft Exchange 2010, Some time you need to forcefully move and activate the passive database in a DAG...
How to Export Mailbox size exchange server December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize |...
Check And Remove Mailbox From Quarantine exchange 2016 December 11, 2016 admin 0 Microsoft Exchange 2016, To check all server: Get-Mailbox | Get-MailboxStatistics | Where {$_.IsQuarantined –eq $True} Single : Get-MailboxStatistics...
How to Balance Exchange Database by Activation Preference December 11, 2016 admin 0 Microsoft Exchange 2010, Microsoft Exchange 2013, Microsoft Exchange 2016, Open Exchange Powershell: cd "C:\Program Files\Microsoft\Exchange Server\V14\Scripts" To check db state: .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -ShowDatabaseDistributionByServer...