Skip to content

Instantly share code, notes, and snippets.

View macintacos's full-sized avatar

Julian Torres macintacos

View GitHub Profile
$snapins = Get-PSSnapin -Registered
$snapins | Add-PSSnapin
Get-PSSnapin | Format-Table -autosize PSVersion, Name
function ff ([string] $glob) { get-childitem -recurse -include $glob }
function osr { shutdown -r -t 5 }
function osh { shutdown -h -t 5 }