check if php can send mail on linux
check if PHP-scripts can send emails: from console or putty session to the server php...
how add to kodi a local windows share or any type of SMB share
open Kodi and go to video -> choose files click on Add Videos and browse...
dell compellent sc2020 sc2040 freeze
Alert: The BMC IP address settings on the SC4020 should be set as non-routable. If...
Exchange 2016 start pop3 service
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
Some time you need to forcefully move and activate the passive database in a DAG...
How to Export Mailbox size exchange server
Open Exchange Powershell : Get-MailboxStatistics -Database "Mailbox Database" | Select-object PrimarySmtpAddress, DisplayName, ItemCount, TotalItemSize |...
Check And Remove Mailbox From Quarantine 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
Open Exchange Powershell: cd "C:\Program Files\Microsoft\Exchange Server\V14\Scripts" To check db state: .\RedistributeActiveDatabases.ps1 -DagName "Your_DAG_Name" -ShowDatabaseDistributionByServer...
How to repair mailbox on exchange server
Example 1: New-MailboxRepairRequest -Mailbox tony@contoso.com -CorruptionType FolderView Example 2: This example only detects...

