How does the /criteria option work?

For a detailed description of the query strings see MSDN

Some common examples:

  • WuInstall /search /criteria "IsInstalled=0 and Type='Software'":
    • searches updates of the type software, which are not yet installed (default-setting Β when the /criteria option is not specified)

  • WuInstall /search /criteria "IsInstalled=1":
    • searches all updates, which are already installed on the machine (here, the options /install or /download are obviously not applicable, they will have no effect)

Did this answer your question?
😞
😐
🀩