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…

Server Reboot Tracking Application – PowerShell

Hi Readers, Today I am sharing the first version of Server Reboot Tracking Application that is based on Powershell. This version tracks Parallel Reboots (Normal Reboots) and Sequence reboots as of now. I got this idea from one of the application that was build using vb/hta and some dll, I thought why not build something similar in…