Skip to content

Instantly share code, notes, and snippets.

@b-long
Created February 16, 2017 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b-long/a8e70271fad479691181c9eb3b8c70b8 to your computer and use it in GitHub Desktop.
Save b-long/a8e70271fad479691181c9eb3b8c70b8 to your computer and use it in GitHub Desktop.
<powershell>
Write-Host "This script is running in PowerShell `n"
Write-Host "The current PowerShell version is `n $PSVersionTable.PSVersion `n"
pwd > c:\test.log
dir >> c:\test.log
</powershell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment