Home » KBArticles » Change the windows server SNMP description via the registry

Change the windows server SNMP description via the registry

‘ Change the Computers SNMP Description
strSNMPMod =     inputbox(“Enter a Computers SNMP Location”,””)
oshell.RegWrite “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSNMPParametersRFC1156AgentsysLocation”, strSNMPMod , “REG_SZ”
set oshell=nothing

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.