Hi ALL,
I have script which consists of write-host messages for different criteria. However, I am unable to get even single write-host message by using Invoke Powershell activity. Output of Invoke Powershell is empty string. Can anyone help me on this.
@Sailaja_Pasupuleti
The response of the executed command would be the output
Write consle might not come back
Also if you need all those write them to a text file and get the data from there
Cheers
Writing to output text file resolved my issue. Thanks @Anil_G
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.