Hi
Im trying to create a VBscript to initiate enumerate software updates.
The below link has a code to do this locally.
https://msdn.microsoft.com/en-us/library/cc145902.aspx
Is it possible to get this done remotely via VBScript or even Powershell? Prefer Vbscript, as some of the servers I am targeting are Windows 2003.
What I am trying to achieve is, once we have deployed our monthly patches to the server and has been rebooted, I want to run a a script to confirm what has worked and not. The idea is for the script to remotely initiate a software scan cycle on a target machine. Then the script will remotely initiate the enumerate software updates. If the result shows that nothing is required, then its good. However, if it lists some updates are to be installed, then this machine will be flagged as non compliant.
Thanks,
DM