Windows10 Get-MpComputerStatusコマンドでウイルス対策のバージョンを確認する

Windows10でGet-MpComputerStatusコマンドでウイルス対策のバージョンを確認することができます。

 

企業などで使用する場合に、端末側の情報を収集する場合などに使えるかもしれません。自宅で利用する場合はGUIで確認できます。

 

設定から確認する場合は、設定から確認ができます。そして、コマンドは以下の情報が参考になります。

Get-MpComputerStatus (Defender) | Microsoft Docs

 

コンピューター上のマルウェア対策ソフトウェアの状態を取得します。

 

Get-MpComputerStatus
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[<CommonParameters>]

 

説明
Get-MpComputerStatusのコマンドレットは、コンピュータにインストールされているマルウェア対策ソフトウェアの状態を取得します。

 

 

例 1: コンピューターの状態を取得する

 

Get-MpComputerStatus
AMEngineVersion : 1.1.9700.0
AMProductVersion : 4.3.9463.0
AMRunningMode : Normal
AMServiceEnabled : True
AMServiceVersion : 4.3.9463.0
AntispywareEnabled : True
AntispywareSignatureAge : 0
AntispywareSignatureLastUpdated : 7/30/2013 3:01:45 AM
AntispywareSignatureVersion : 1.155.1107.0
AntivirusEnabled : True
AntivirusSignatureAge : 0
AntivirusSignatureLastUpdated : 7/30/2013 3:01:45 AM
AntivirusSignatureVersion : 1.155.1107.0
BehaviorMonitorEnabled : True
ComputerID : A69DA5B8-06B3-4A00-B2C1-D18ED66BAD40
ComputerState : 0
FullScanAge : 4294967295
FullScanEndTime :
FullScanStartTime :
IoavProtectionEnabled : True
LastFullScanSource : 0
LastQuickScanSource : 2
NISEnabled : False
NISEngineVersion : 2.1.9700.0
NISSignatureAge : 0
NISSignatureLastUpdated : 7/30/2013 1:30:46 PM
NISSignatureVersion : 106.0.0.0
OnAccessProtectionEnabled : True
QuickScanAge : 0
QuickScanEndTime : 7/30/2013 1:50:24 PM
QuickScanStartTime : 7/30/2013 1:49:15 PM
RealTimeProtectionEnabled : True
RealTimeScanDirection : 0

 

以下の場所をチェックすれば最後に更新された時間とバージョンが確認できます。

 

AntispywareSignatureLastUpdated : 7/30/2013 3:01:45 AM
AntispywareSignatureVersion : 1.155.1107.0

 

サーバーなどに収取してチェックする仕組みは考える必要がありますが。