Powershell script to delete a file if it already exists: If (Test-Path $strFileName){ Remove-Item $strFileName } See Also: Powershell: Check…
In Exchange 2010, when you create a room or resource mailbox, the Resource Policy tab gives you the option to…
This is particularly handy if you want to reset your outlook profile, but the security policy on the computer does…
You will often find your database log file (.ldf) growing to a very large size, often larger than the databasie…
This article explains how to configure your Windows Server 2008 R2 Active Directory Primary Domain Controller to syncronise time with…
After you delete a user from Acrive directory or Exchagne their mailbox is kept in the Exchange database for a…
If you have defined custom functions in a .ps1 file, to register them in Exchange Command Shell all you need…
When trying to send an email on behalf of a distribution group email address, you may get the following error:…
Problem: When connecting to Windows SBS 2011 Remote Web Access, the following error appears when trying to connect to a…
This article outlines how to force empty the deleted items / recoverable items dumpster in a users mailbox. To view…