How to check whether the perticular patch installed or not via command prompt?

Answered How to check whether the perticular patch installed or not via command prompt?

  • Monday, January 21, 2013 2:48 PM
     
     
    How to check whether the perticular patch installed or not via command prompt? or any other ways to check?
    • Edited by Skoppula Monday, January 21, 2013 2:50 PM
    •  

All Replies

  • Monday, January 21, 2013 2:53 PM
     
     Answered

    For checking whether the patch is installed you can issue the command:

    wmic qfe list | find "KB2617858"

    All you need to know is its KB number.