All my users are using a VBS-based login script. At the end of the script, I want to call a PS1 with parameters that change the contents of the informational balloon.
How should VBS call a PS1 with parameters?
All my users are using a VBS-based login script. At the end of the script, I want to call a PS1 with parameters that change the contents of the informational balloon.
How should VBS call a PS1 with parameters?
Copyright © 2021 Jogjafile Inc.
Jeffrey Snover has the answer it seems - http://blogs.msdn.com/b/powershell/archive/2008/07/25/invoking-powershell-from-vbscript-com.aspx
Excerpt from the blog -
With ActiveXPosh you can do things like:
Pretty simple stuff! So - how could it get any better? Yup - you guessed it, ActiveXPosh is FREE. Is this a wonderful world or what?
NOTE- I have not tried though.