HyperVTools.psm1



(Get-ChildItem $PSScriptRoot\Functions).FullName | ForEach-Object { . $_ }




$MyAlias = @()

$MyAlias += New-Alias sgw Start-JTGateway -PassThru -Force -ErrorAction 0
$MyAlias += New-Alias cvs Connect-VmSession -PassThru -Force -ErrorAction 0