Configure Windows Server 2012 Core

Hi Readers, Just sharing important commands you will need for Configuring Server 2012 Core. These all commands you should keep handy as we all windows admins luv GUI 🙂 timedate.cpl  –> For setting up date/time on the core machine. Set-DisplayResolution <width> <Height> As name suggests, this is used for setting up Display resolution Rename-Computer  If…

Import to SQL Table from CSV

Hi All, Sharing a Powershell method to import CSV to sql table, I am attaching the example CSV as well. First step is to create the Header in SQL table same as in CSV that needs to be Imported. I am sharing the example that I have followed for demonstration of this script: Download the Script…

LDAP error making connection from DMZ

Hi Readers, Just want to share the issue that we have faced & resolved recently on our Email Gateway appliances.  We were not able to make LDAP connection to the domain controllers  from DMZ. This was happening intermittently , some times connection was successful & sometime connection fails. Similar configuration was working perfectly fine for other site. For…