A useful script for enabling/disabling HD LEDs in a server running TrueNAS
If you happen to have a large storage array and are running TrueNAS, this script might come in handy. It makes it easy to turn on/off the LED lights associated…
If you happen to have a large storage array and are running TrueNAS, this script might come in handy. It makes it easy to turn on/off the LED lights associated…
If you are using SSSD to connect your linux box to AD then you might need to reset the cache that is used with mapping ids (uid and guid) to…
Here is a quick script for setting up a new computer using Chocolatey @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" cinst -y 7zip cinst…
If you are looking for a script to help register your linux box with a windows DNS sever than you have come to the right place. Note: For this to…