Domain Replication Health

I have been doing a fair amount of work upgrading/removing/building domain controllers for a client, and wanted an easy way to check replication health and topology, and came up with this script. It has a GUI and allows for export of results to CSV This requires powershell remoting to be enabled, and a powershell version …

Read more

Raspberry Pi Ambilight with USB Camera

It’s a well-known fact that watching too much TV, especially in the dark, puts a strain on your eyes. There are many bias (or ambient lighting) systems out there for TVs and monitors, most of which rely on an HDMI input in order to capture the image before it is sent to the screen. Obviously, …

Read more

Server 2016 – unable to RDP to after reboot

I recently had an issue where after a reboot, I could no longer connect to my Server 2016 server through RDP. file shares etc appeared fine. To re-enable this remotely, I did the following steps from an elevated command prompt (Note, you will need pstools which can be downloaded here)   psexec \\remotemachine reg add …

Read more

Raspberry Pi – as a web server Part 2 (PHP)

The first part of this mini series covered installing Apache on the Raspberry Pi, you should have a web server installed as a pre-requisite before installing PHP. Install Apache Install PHP Install MYSQL Install PHP My Admin Firstly, launch LXTerminal on the Raspberry Pi or SSH into it. Next, we want elevated priveleges, so: sudo …

Read more