by Craig | Sep 16, 2022 | Uncategorised
Hi All, Script is working as expected. I modified it to how i need it. There were some mistakes which i worked out and corrected. Here is my script. You do need to make it executable. You firstly need to vi and create the file. sudo vi...
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...