2019/07/31

How to enable SNMP Service on Windows 10 Build 1809

1. Open PowerShell as administrator
2. Type and execute Get-WindowsCapability  -Online -Name "SNMP*" to check SNMP service didn't install
3. Type and execute Add-WindowsCapability  -Online -Name "SNMP.Client~~~~0.0.1.0" to install SNMP service
4. Type and execute  Get-Service -Name snmp* to check SNMP service is running now


沒有留言:

張貼留言