I often need to check if a specific update is installed on a server or client. A quick command to this would be:
wmic qfe | find “hotfixID”
Of course this can also be done with PowerShell:
get-hotfix -id HotfixID
- Lars Lohmannhttps://blog.mindcore.dk/author/lars-lohmann/
- Lars Lohmannhttps://blog.mindcore.dk/author/lars-lohmann/
- Lars Lohmannhttps://blog.mindcore.dk/author/lars-lohmann/
- Lars Lohmannhttps://blog.mindcore.dk/author/lars-lohmann/