Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

Something completely different, did you already try replacing the Write-Host in the original code with a Write-Output?

Start-Transcript -Path "C:\temp\test.log" -Append -Force
import-module VMware.PowerCli -force
Write-Output "Hallo World!"
Stop-Transcript




Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos