-
-
Bash – Uninstall and Purge Firefox
Currently this should take care of most locations but as needed the list will be updated.
-
PowerShell – Prevent Kids From Installing/Running Specific Programs
If you use the Microsoft Family settings for your kids and can’t figure out how to prevent them from installing Chrome or Chromium this will help. This PowerShell script (ran as Administrator) will create/modify the user folders to prevent users from accessing the needed folders to run the two programs.
-
-
-
-
Azure CLI – Convert VM Dynamic IP to Static IP
If you create your VM with Dynamic IPs DHCP will grab the first available IP but some VMs are best on a static IP. This script below will get the existing IP of the ipconfig and reassign it to the same ipconfig as a static IP.
-
-
Azure | Code | DNS | PowerShell | Windows
PowerShell – Set DHCP DNS or Set Static DNS
Execute with
-