Skip to content

Instantly share code, notes, and snippets.

@lucassrg
Last active July 18, 2017 23:10
Show Gist options
  • Save lucassrg/a50fa0fdcc863e5851de279ff6873f93 to your computer and use it in GitHub Desktop.
Save lucassrg/a50fa0fdcc863e5851de279ff6873f93 to your computer and use it in GitHub Desktop.
Oracle Compute Cloud Userdata Bootstrap file
#Powershell script
#Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy Unrestricted
#Set-ExecutionPolicy -executionpolicy remotesigned -force
New-Item C:\helloworld.txt -ItemType File -Value "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment