Skip to content

Instantly share code, notes, and snippets.

View virgilwashere's full-sized avatar
😎
Investigating ways to increase technical debt with shiny

Virgil virgilwashere

😎
Investigating ways to increase technical debt with shiny
View GitHub Profile
@virgilwashere
virgilwashere / breakonexception.ps1
Created October 25, 2013 16:12
break on exception
# You can add this line in your profile instead of here... Set-PSBreakpoint -Variable BreakOnException -Mode ReadWriteWrite-Host "Enter"# then just add this where you want to enable breaking on exceptionstrap { $BreakOnException; continue }Write-Host "Starting"throw "stones"Write-Host "Ending"
Chef client and server bootstrap scripts/configs for Ubuntu 12.04LTS Server amd64.
@virgilwashere
virgilwashere / msiexec
Created September 28, 2013 14:14
msiexec command line options
Msiexec.exe /qb- /l*vx %LogPath%\<file>.log REBOOT=ReallySuppress UILevel=67 ALLUSERS=2 /i <File>.msi
@virgilwashere
virgilwashere / gist:6623566
Created September 19, 2013 13:36
powerCLI remote sessions
http://feedproxy.google.com/~r/LucdNotes/~3/EuhwdeHmqEQ/