Time for more UCS Scripting! This time to enable SNMP. The script is pretty straightforward, but nice to have to easily set up SNMP across multiple UCS domains.
Pre-Requsites
Link to Script
Preparing to Execute the Script
The script is pretty straight forward, just need to define a few variables seen below and then you execute the script. I will walk you through the process.
Read More#Define Variables $cred = Get-Credential $domains = "ucs01.lab.local","ucs02.lab.local" $Descr = "SNMP config for UCS" $AdminState = "enabled" …