Jump to content

Cloud Administration

Learn about cloud platforms like AWS, Microsoft Azure, and GCP, and share hybrid cloud solutions.

  1. Started by Jessica Brown,

    A while back, I was tasked to create a BASH script to onboard Linux machines to Azure Update Manager. Since multiple Business units were going to be using this, I needed it to be easy to use, with plug and play arguments and easy to follow instructions. Overall, this is the script that has been working for over 350 RHEL machines and VMs. #!/bin/bash # linux_aum_onboard.sh # Version 2.1.0 [Dec. 17, 2023] # By Jessica Brown # Added argument parsing for all required parameters. # Added logging and log file argument handling. # Simplified --help for clear instructions. # Aum Arc Onboarding # Key Changes: # Argument Handling: Added getopts-like case parsing for all argume…

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.