Latest Post
I was deploying a new website ovre IIS in Server 2016 DC edition. After deploying the site, it started throwing HTTP Error 500.19 - Inter...
I had to compare data between two different sheets, then fetch the data from a specific cell in sheet B and copy it to another cell in Sheet...
Convert yyyymmddhh24miss to dd/mm/yyyy hh24:mi:ss Recently came across an excel issue where pivot table was not recognizing the date importe...
Received the below error on running a power shell script in a windows 10 machine 64 bit, after a fresh install. I resolved the issue by upda...
Recently had an issue installing the .NET Framework 3.5 on a win 2016 server hosted in Azure. Tried adding it using Roles and Features, Fai...
IIS Error - 403 Forbidden Access is Denied Some users received this error after SSL was enabled. The self signed certificate wa...
Enabled SSL on a site. Post enabling SSL, the site was still accessible via http requests. In order to redirect all http request to https...
Run the shell command below to get the extract. Get-ADUser -Filter {SamAccountName -like "*_a"} | Select-Object Name,SamAccountNam...
Create a function in your database to remove html tags in SELECT statement. Use this function in select's to trim html tags. CREATE ...