I'm running "Invoke-VMScript" in a for loop against a list of VM's, however, toward the end of the script, I see a list of accumulated terminal codes,
------------------------------------------------------------------------------------------------------------------------------------------------
acn3-pktbot-10
ScriptOutput
------------------------------------------------------------------------------------------------------------------------------------------------
| acn3-pktbot-10
|
------------------------------------------------------------------------------------------------------------------------------------------------
acn13-pktbot-02
ScriptOutput
------------------------------------------------------------------------------------------------------------------------------------------------
| acn13-pktbot-02
|
------------------------------------------------------------------------------------------------------------------------------------------------
acn13-pktbot-01
ScriptOutput
------------------------------------------------------------------------------------------------------------------------------------------------
| acn13-pktbot-01
|
------------------------------------------------------------------------------------------------------------------------------------------------
8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;47R8;47R
8
1R8 : The term '1R8' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:3
+ 8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;47R8;47 ...
+ ~~~
+ CategoryInfo : ObjectNotFound: (1R8:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
1R8 : The term '1R8' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:7
+ 8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;1R8;47R8;47 ...
+ ~~~
I only see this with the "Invoke-VMScript" module. I'm also running powershell in linux, over a teraterm console, has anyone come across this before? Is this a terminal/powershell setting?