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
w32tm /config /manualpeerlist:uk.pool.ntp.org /syncfromflags:MANUAL w32tm /config /update w32tm /resync To test the NTP Server is working, use the following in Windows Command/PowerShell w32tm /stripchart /computer:localhost /dataonly /samples:5