embed an external value in a powershell variable or parameter

Viewed 17

i need to get a value from a program and put this value in powershell. But my level in powershell today does not allow me to fully understand how to do it. I saw the arguments declaration but it does not correspond to an external input. I saw the reverse "output//cmdoutput"...I know how to declare a variable in my script and call it afterwards. But recovering a value outside the script, I don't really see...

Thks

0 Answers
Related