Published December 18, 2017 Migrate Windows DHCP server A few weeks ago at work, I was tasked with the project of decommissioning one of our older Windows Server 2008 machines […]
Published May 8, 2018 Exporting Mikrotik Firewall Rules In a terminal windows or via ssh, enter the below line ip firewall export file=firewallrules then find a file called “firewallrules.rsc” in […]
Published May 2, 2012 the received certificate has expired When migrating a SBS 2003 server to SBS 2011 you may receive the error “The received certificate has expired” whilst migrating the public folders from Exchange […]
Published February 26, 2020 Convert PFX SSL Cert to PEM openssl pkcs12 -in certname.pfx -out key.pem -nodes