Cloud Administration
Learn about cloud platforms like AWS, Microsoft Azure, and GCP, and share hybrid cloud solutions.
1 topic in this forum
-
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…
-
- 0 replies
- 94 views
-