Powershell Windows Updates

You can use Powershell to see a list of installed updates on a computer remotely:

Get-Hotfix -computername johns-1234 | Select HotfixID, Description, InstalledOn | Sort-Object InstalledOn