Windows Update?Microsoft Update?利用可能な更新サービス一覧方法

Windowsの更新サービスにはWindows UpdateMicrosoft Updateなど複数種類があります。
Windows Update と Microsoft Update ってどう違うの?

 

環境によって使えるサービスが違うのですが、以下のPowerShellで一覧可能です。

(New-Object -ComObject "Microsoft.Update.ServiceManager").Services | %{$_.Name}


手元のPCだと色々利用できます。

Microsoft Update
Windows Store
Windows Store (DCat PPE)
Windows Server Update Service
Windows Update

 
 
Microsoft Updateをインストールしていないサーバの場合は、Windows Updateだけの場合もあるので、

Windows Update

 

WMI使ったりして、スクリプト内でMicrosoft Updateも使える環境と切り分けたい時など使えます。

Microsoft Update
Windows Update