The below script was designed to install IIS with .Net Core Runtime 2.1.x to be used with NOPCommerce. It also enables WinRM (remote management) and changes network settings on the target machine. This is used with Win Server 2019 core to automate deployments with Ansible into AWS. # # The following script changes the Network... Continue Reading →
Veeam VM Backup software restore agent timeout fix.
Veeam Backup and Replication software is a very popular Virtual Machine backup software at the moment. It is very robust and offers a lot of options for backing up and moving your virtual infrastructure off site. Recently after setting up the software I discovered that after about 11 hours of a restoration processing of a... Continue Reading →
Generate Cyclic Redundancy Check (CRC) Using CertUtil
A CRC is used to detect any changes to the original data/content, the most common reason being accidental data modification and corruption. CRCs are used to validate integrity, to ensure that the data sent is the data received. It's quite easy to create a CRC with tools built into the Windows operating system. Open a command prompt window,... Continue Reading →