Skip to content

Instantly share code, notes, and snippets.

@akingscote
Created October 4, 2024 19:14
Show Gist options
  • Select an option

  • Save akingscote/7d4d6919c0f0d463396cd709ed5513e4 to your computer and use it in GitHub Desktop.

Select an option

Save akingscote/7d4d6919c0f0d463396cd709ed5513e4 to your computer and use it in GitHub Desktop.
hello-world.ps1
# PowerShell Script
$text = "Hello, World!"
$file = "C:\helloworld.txt"
Set-Content -Path $file -Value $text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment