いつもお世話になっております。
WSUSのクリーンアップを実施するため”Invoke-WsusServerCleanup”を利用しています。
オプションで”-CompressUpdates”を実行した場合は完了するのですが、
”-CleanupObsoleteUpdates"を実行した場合、下記のようなエラーが発生してしまいます。
Invoke-WsusServerCleanup : 基礎になる接続が閉じられました: 受信時に予期しないエラーが発生しました
発生場所 行:1 文字:1
+ Invoke-WsusServerCleanup -CleanupObsoleteUpdates
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Updat...rCleanupCommand:InvokeWsusServerCleanupCommand) [Invoke-
WsusServerCleanup]、WebException
+ FullyQualifiedErrorId : ServerIsInvalid,Microsoft.UpdateServices.Commands.InvokeWsusServerCleanupCommand
解決方法について、何か手がかりがあれば教えて頂けますでしょうか。
宜しくお願い致します。