2018
Enable IMAP on all Exchange 2013/2016 Servers
IMAP and POP3 are disabled on Exchange Server 2013 and 2016 servers by default. Chances are if you need to enable it, you’ll need to enable it on all your…
Amazon Web Services – Basic Architecture
This is the basic structure of AWS EC2, where EC2 stands for Elastic Compute Cloud. EC2 allow users to use virtual machines of different configurations as per their requirement. It…
Create and launch Clear Linux from Amazon Web Services
This tutorial walks you through creating and launching a Clear Linux AMI instance from the AWS console and complete the following tasks: Locate and select the Clear Linux OS Basic…
How to: Setup A SMTP Relay In Windows 2012 R2 – IIS 6
I will go over the steps to create an internal SMTP relay using Windows Server 2012 R2 and IIS 6. 8 Steps total Step 1: Install SMTP Service Open the…
An Introduction to SQL Server Clusters
What Type of SQL Clustering are we Talking About? There are lots of types of clusters out there. When we cluster SQL Server, we install one or more SQL Server…
How to reset pswds for AD user acct via PowerShell
Open PowerShell in admin mode and enter the following: Make sure to have a .csv file with a column name of “Username” and “Password” Import-Module ActiveDirectory $UserPwds = Import-CSV C:\users\msgeek\desktop\Users.CSV…
PowerShell – How to recover deleted emails and items using Windows PowerShell
Occasionally accidents happen and important emails or things like calendar events get deleted. If you are unlucky you won’t be able to recover the deleted items the easy way over…
PowerShell – Setting Permissions for Office 365 using Powershell to user another users Mailbox
To configure a user to view another users mailbox, follow these steps: 1) This step will show you what your execution policy is on your computer. Depending on what execution…