未名Q

此生若能得幸福安稳,谁又愿颠沛流离。

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: 订阅 订阅 :: 管理 ::
<#
Get-ExecutionPolicy
    默认为 RemoteSigned
该签名设置
    Set-ExecutionPolicy Unrestricted
添加到排除
    powershell -executionpolicy Unrestricted -file "C:\wsusclean.ps1"
计划任务
powershell.exe -file "C:\wsusclean.ps1"
#>

Invoke-WsusServerCleanup -CleanupObsoleteComputers -CleanupObsoleteUpdates -CleanupUnneededContentFiles -CompressUpdates -DeclineExpiredUpdates -DeclineSupersededUpdates

 

posted on 2017-02-13 13:23  未名Q  阅读(331)  评论(0编辑  收藏  举报