How to get PowerShell to wait for Invoke-Item completion?
Posted
by arathorn
on Stack Overflow
See other posts from Stack Overflow
or by arathorn
Published on 2010-04-23T17:23:09Z
Indexed on
2010/04/23
17:23 UTC
Read the original article
Hit count: 194
How do I get PowerShell to wait until the Invoke-Item call has finished? I'm invoking a non-executable item, so I need to use Invoke-Item to open it.
© Stack Overflow or respective owner