Hello:
I'm new to AutoIt and am wondering if the community can help me. I need to run an SSD firmware update tool on multiple remote PCs. I have remote access to each PC so I'd like to try and upgrade them all at one time by running a single job.
There are basically two cases:
#1) The PC has the SSD that the patch applies to *AND* the firmware is out of date. In this case the firmware will allow you to proceed.
or
#2) The PC either doesn't have the appropriate drive *OR* it does and is already on the correct firmware version. In this case the firmware will not let you proceed.
I've attached screenshots and my 2 scripts. Version 1 works for case #1 listed above. However, I am not sure how to add the necessary conditionals to handle case #2.
Can someone here assist? Thank-you for your time.
I'm new to AutoIt and am wondering if the community can help me. I need to run an SSD firmware update tool on multiple remote PCs. I have remote access to each PC so I'd like to try and upgrade them all at one time by running a single job.
There are basically two cases:
#1) The PC has the SSD that the patch applies to *AND* the firmware is out of date. In this case the firmware will allow you to proceed.
or
#2) The PC either doesn't have the appropriate drive *OR* it does and is already on the correct firmware version. In this case the firmware will not let you proceed.
I've attached screenshots and my 2 scripts. Version 1 works for case #1 listed above. However, I am not sure how to add the necessary conditionals to handle case #2.
Can someone here assist? Thank-you for your time.