Skip to content

Instantly share code, notes, and snippets.

@ju2wheels
Last active August 29, 2015 14:05
Show Gist options
  • Save ju2wheels/d4d4a767c535977b231c to your computer and use it in GitHub Desktop.
Save ju2wheels/d4d4a767c535977b231c to your computer and use it in GitHub Desktop.
powershell -command "& {set-executionpolicy -force unrestricted; $wget = New-Object System.Net.WebClient; New-Item -ItemType directory -Path 'c:/post_install'; $wget.DownloadFile('https://gist.github.com/ju2wheels/074eaf81e40ed8ffe106/raw/a49cebe0d63768c55e4fa6b998a84d5e3bd0d92d/windows_os_info_collect.ps1','c:/post_install/post_install.ps1'); c:\post_install\post_install.ps1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment