我要给node5-8的节点都安装snmp服务

如果不知道要安装的服务的名字,用get-windowsfeature 能显示出来所有的名字

Invoke-Command -ComputerName node5,node7,node8,node6 -command{Install-WindowsFeature -Name SNMP-Service,SNMP-WMI-Provider -IncludeManagementTools}

相关文章:

  • 2021-12-31
  • 2021-11-01
  • 2022-12-23
  • 2021-12-16
  • 2021-11-10
  • 2021-09-09
  • 2021-04-19
猜你喜欢
  • 2022-02-05
  • 2021-09-07
  • 2021-08-19
  • 2022-03-06
  • 2021-06-02
  • 2021-11-07
  • 2021-05-14
相关资源
相似解决方案