Dicas diversas sobre TI, sistemas operacionais e networking
If you are using Remove-Item cmdlet use confirm switch like in below example
Remove-Item .\v.txt -Confirm:$false
sudo yum install net-snmp net-snmp-utils -y nano /etc/snmp/snmpd.conf agentAddress udp:10.20.1.2:161 rocommunity public systemctl res...