2010-02-24から1日間の記事一覧

WindowsUpdateの更新可能なプログラムを検索する

WindowsUpdateの更新可能なプログラムを検索するスクリプトを作成しました。 Function ComRelease{ param($obj); if ($obj -ne $null ){ while([System.Runtime.InteropServices.Marshal]::ReleaseComObject($obj) -gt 0){} } } $sch = new-object -com Micr…