Powershell to track email sent to specific mailbox or DL in Exchange 2010
I ran across a requirement where in I had to find out whether the emails generated from one mailbox were getting delivered to the recipient mailbox successfully or not. As…
A Drink of Technology for the Thirsty Mind
I ran across a requirement where in I had to find out whether the emails generated from one mailbox were getting delivered to the recipient mailbox successfully or not. As…
Windows Nano Server is a super lightweight version of Windows Server that was “built for the Cloud”. When I first heard of it I immediately became curious, because it resembles…
After recently deploying a hybrid configuration for Office 365, many email settings that were easily configurable within Office 365 portal could not be changed as these settings were being managed…
In Microsoft Exchange, you may have received these error messages: “The signature is too big. Please try a smaller format.” “The Property X is out of range, the valid range…
installing the Hyper-V Role is straightforward on a new system, I have seen couple of scenarios where the Hyper-V role will fail on installation. Scenario conditions are outlined below: Fresh…
I finally found some good information for cleaning up the WinSXS folder on new instances of Windows. I found the following site extremely helpful: http://blogs.technet.com/b/askpfeplat/archive/2014/05/13/how-to-clean-up-the-winsxs-directory-and-free-up-disk-space-on-windows-server-2008-r2-with-new-update.aspx. Consequently, I was able to…
A common way to share files in a network is to use a file server, however when two users try to access the same file, that file will be locked…
If you would like to avoid using the AD Sites and Services GUI to force replication across your domain controllers, consider the script below. Save this as a .bat file…
Here is a quick PowerShell script to help you query the last logon time for all of your users across all of your domain controllers. It will also save the…
With Windows 2003 nearing end-of-life, it is becoming more imperative to upgrade to a newer operating system. For many IT admins, this is a great opportunity to start upgrading infrastructures…