-
-
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 | Azure CLI | Azure CLI Functions | Code | UNIX | UNIX Shell Scripts | Windows
Azure – CLI – Build Windows/UNIX VM Function (With or without public IP)
In the functions below the VM name is used in all of the pieces to build the VM to simplify documentation. Important Items: As I use a Firewall appliance in Azure I do not set Network Security Groups (NSG). I have a predefined virtual network (VN) and predefined network subnet configuration (NSC) UnixAdmin user is…
-
Azure | Azure CLI | Code | macOS | macOS Shell | UNIX | UNIX Shell Scripts
Mac OS – Azure CLI Setup
Download from Microsoft Install using HomeBrew