In a local console:[System.Console]::WriteLine("mytext")...outputs the text.In a remote console:Invoke-Command -cn myserver { [System.Console]::WriteLine("mytext") }...doesn't output the text.How can I get the System.Console working in remote sessions?
Have you seen this problem before in this product?
Please wait...