2020/02/19 #WSUS関連のコマンド

皆様おはようございます、
#猫でもできるPowerShell(備忘録)
#WSUS関連のコマンド

PS> Get-Command *wsus* |FT -a

CommandType Name                          Version Source
----------- ----                          ------- ------
Cmdlet      Add-WsusComputer              2.0.0.0 UpdateServices
Cmdlet      Add-WsusDynamicCategory       2.0.0.0 UpdateServices
Cmdlet      Approve-WsusUpdate            2.0.0.0 UpdateServices
Cmdlet      Deny-WsusUpdate               2.0.0.0 UpdateServices
Cmdlet      Get-WsusClassification        2.0.0.0 UpdateServices
Cmdlet      Get-WsusComputer              2.0.0.0 UpdateServices
Cmdlet      Get-WsusDynamicCategory       2.0.0.0 UpdateServices
Cmdlet      Get-WsusProduct               2.0.0.0 UpdateServices
Cmdlet      Get-WsusServer                2.0.0.0 UpdateServices
Cmdlet      Get-WsusUpdate                2.0.0.0 UpdateServices
Cmdlet      Invoke-WsusServerCleanup      2.0.0.0 UpdateServices
Cmdlet      Remove-WsusDynamicCategory    2.0.0.0 UpdateServices
Cmdlet      Set-WsusClassification        2.0.0.0 UpdateServices
Cmdlet      Set-WsusDynamicCategory       2.0.0.0 UpdateServices
Cmdlet      Set-WsusProduct               2.0.0.0 UpdateServices
Cmdlet      Set-WsusServerSynchronization 2.0.0.0 UpdateServices

正直PowershellでWSUSを弄った事がありませんでした・・
ではまた;