Summary: Use Windows PowerShell to verify if a hotfix is installed.
How can I use Windows PowerShell to verify that my workstation running Windows 8.1 has
the November DSC rollup installed?
Use the Get-Hotfix cmdlet and search for ID KB3000850:
Get-HotFix -Id kb3000850