首页 > 其他 > 详细

Wsus 清理的计划任务

时间:2017-02-13 13:41:54      阅读:300      评论:0      收藏:0      [点我收藏+]
<#
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

 

Wsus 清理的计划任务

原文:http://www.cnblogs.com/Tty725/p/6393371.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!