Timing Issues with Invoke-Command in PowerShell?

0
0
Asked By WittyRaccoon42 On

I'm working on a PowerShell script where I'm using Invoke-Command to uninstall a third-party application. However, I'm observing some strange timing behavior. My code includes a section where, after the Invoke-Command, I have conditional checks to determine if the application removal was successful. My concern is whether the two lines following the Invoke-Command are executing before that command has actually finished. Has anyone else encountered this?

0 Answers

There is no answer to this question yet. If you know the answer or can offer some help, please use the form below.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.