Created
May 1, 2015 12:50
-
-
Save rgunst/f26f3c722075df5e6ab9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Aliases | |
Set-Alias subl "C:\Program Files\Sublime Text 3\sublime_text.exe" | |
Set-Alias ie "C:\Program Files\Internet Explorer\iexplore.exe" | |
Set-Alias winscp "C:\Program Files (x86)\WinSCP\WinSCP.exe" | |
# Functions | |
function rdp { mstsc /control /v:$args } | |
function pssh { Enter-PSSession -Computername $args[0] -Credential etamgroep\dadmin8 } | |
# Load Windows PowerShell cmdlets for managing vSphere | |
Add-PsSnapin VMware.VimAutomation.Core -ea "SilentlyContinue" | |
# Set path | |
$env:Path += ";C:\Program Files (x86)\Git\bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment