Hello
Thank you for posting in Q&A forum.
If you don’t have a FOD iso, you can still install the SNMP feature with a normal Windows 10 installation media.
The required files are under “sources\sxs” folder.
Then use DISM command to install and add SNMP features.
For example:
- Install SNMP
Dism /online /add-package /packagepath:"X:\sources\sxs\Microsoft-Windows-SNMP-Client-Package~31bf3856ad364e35~amd64~~.cab"
Replace X: with the drive letter of your installation media.
- Add SNMP Capability
Dism /online /Add-Capability /CapabilityName:"SNMP.Client~~~~0.0.1.0"
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.