Exchange Server 2010/2013 – Deleted Item retention
Set Deleted Item retention period for all databases Get-MailboxDatabase | Set-MailboxDatabase -DeletedItemRetention 35 Enable retentioRead More…
Sharing Work Experience
Set Deleted Item retention period for all databases Get-MailboxDatabase | Set-MailboxDatabase -DeletedItemRetention 35 Enable retentioRead More…
[PS] C:\Windows\system32>Get-MailboxDatabase | Get-MailboxStatistics | Where { $_.DisconnectReason -eq “Disabled” } | fl DisplayName, mailboxguidRead More…
Let’s say you have 100 mailboxes and you want to remove the smtp address in bulk, below are the steps you can follow in order to do so. Open ExchanRead More…
Assuming that the following tasks are already completed prior installing DPM 2012 R2: SQL Server for DPM Database SQL Reporting Services Read More…
Prerequisites: Minimum two (2) Servers required for configuring Failover Cluster. Install Failover Cluster Manager Role from SerRead More…
Assuming that we already have the following installed and configured: SQL Database for DPM (Clustered or Non-Clustered) SQL Reporting ServicesRead More…
Reference: Ladislav Bodnar Run Exchange PowerShell as administrator
Cd $exscripts
.\StartDAGServerMaintenance.ps1 -Server Servername
Restart or shuRead More…
Assuming that you have two (2) SQL Failover Cluster Node Servers and you need to add more instances on it. SQL Server 2012 Installation Media mouRead More…