by Craig | May 12, 2020 | Uncategorised
About six years ago, my company setup a two node DNS cluster using Heartbeat with Pacemaker on Ubuntu 14.04.This was to provide our customers with a recursive DNS server located in our Datacentre.The two node cluster is setup to be CNS only (caching name server). I...
by Craig | Jul 9, 2019 | Uncategorised
If you are rolling out a GPO for startmenu and taskbar or even both. When you push out your XML script and it doesnt seem to work on some workstations. You can simple delete a few reg entries and files rather than delete the entire profile. Follow these paths. Reset...
by Craig | May 11, 2019 | Uncategorised
You can verify if the system uses the FRS using dfsrmig /getglobalstate , To do this 1) Log in to domain controller as Domain ad min or Enterprise Admin2) Launch powershell console and type dfsrmig /getglobalstate. Output explains it’s not initiated DFRS...
by Craig | Feb 26, 2019 | Uncategorised
Send a Simple Email Send-MailMessage -To “User01 <[email protected]>” -From “User02 <[email protected]>” -Subject “Test mail”Send an email with attachmentSend-MailMessage -From “User01...
by Craig | Feb 25, 2019 | Uncategorised
I found that a lot of the questions ambiguous! on the 3CX basic exam. I got 24/30 4-5 times. It was silly! They need to sort the questions out internally! I understand they need to filter out people who want a free ride, but they need to sort this...
by Craig | Sep 13, 2017 | Uncategorised
Hi All, I got my inspiration from Paul Cunningham, when I stumbled across his awesome script a few years ago to query my exchange environment and to output it to my email once a week and produce a table with a list all the devices that are connected and how many days...