Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created August 28, 2015 03:49
Show Gist options
  • Select an option

  • Save taisyo7333/35552df2aca951d0e494 to your computer and use it in GitHub Desktop.

Select an option

Save taisyo7333/35552df2aca951d0e494 to your computer and use it in GitHub Desktop.
PowerShell Tee
# $command : command
# $logfile_path : output file path
Invoke-Expression $command | Tee-Object -FilePath $logfile_path -Append
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment