有几个基本的问题要问你,如何在wsus中列出属于组的服务器?有没有可能?我找不到它。
发布于 2019-03-04 20:57:51
在WSUS服务器上,假设它安装了UpdateServices模块:
Import-Module UpdateServices Get-WsusComputer -ComputerTargetGroups "GroupName"
https://stackoverflow.com/questions/54983569
相似问题