HewlettPackard / PowerShell-ProLiant-SDK

PowerShell sample scripts for managing HPE servers
https://www.hpe.com/servers/powershell
90 stars 42 forks source link

Ignoring or Disabling SNMPv1 via Script #73

Closed goldenjc97 closed 1 year ago

goldenjc97 commented 3 years ago

Can someone where how to disable and/or Ignore in security dashboard SNMPv1? Seems I can Ignore everything in Security Dashboard via HPEILO powershell commands, except this one.

goldenjc97 commented 3 years ago

bump

oliverwolfat commented 2 years ago

This should do the trick.

# Disable SNMPv1 Alerts and Requests
Set-HPEiLOSNMPAlertSetting -Connection $iLO_Connection -SNMPv1Trap Disabled -SNMPv1Enabled Disabled
goldenjc97 commented 2 years ago

Thanks Oliver! Will give that a try!

On Nov 28, 2022, at 6:55 AM, Oliver Wolf @.***> wrote:

This should do the trick.

Disable SNMPv1 Alerts and Requests

Set-HPEiLOSNMPAlertSetting -Connection $iLO_Connection -SNMPv1Trap Disabled -SNMPv1Enabled Disabled — Reply to this email directly, view it on GitHub https://github.com/HewlettPackard/PowerShell-ProLiant-SDK/issues/73#issuecomment-1328949472, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF7SBLW6JKCIIBHYIIEG5VDWKSMSFANCNFSM5GBTYRWQ. You are receiving this because you authored the thread.