Install Windows Feature on remote server using PowerShell
Invoke-Command -ComputerName fqdn {Install-WindowsFeature SNMP-Service -IncludeManagementTools} Additional notes
Notes on Cloud & Tech
Invoke-Command -ComputerName fqdn {Install-WindowsFeature SNMP-Service -IncludeManagementTools} Additional notes