Summary: Use Windows PowerShell to display Windows Defender update status.
How can I use Windows PowerShell to check the update status of Windows Defender on my
computer running Windows 8.1?
Use the Get-MPComputerStatus cmdlet and select properties that contain the word Updated:
Get-MpComputerStatus | select *updated