Added credits to install-sshd.ps1

This commit is contained in:
Manoj Ampalam 2016-12-20 13:50:02 -08:00
parent 4adde42f61
commit 50ddd23474
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
$scriptpath = $MyInvocation.MyCommand.Path
# @manojampalam - authored initial script
# @friism - Fixed issue with invalid SDDL on Set-Acl
$scriptpath = $MyInvocation.MyCommand.Path
$scriptdir = Split-Path $scriptpath
$sshdpath = Join-Path $scriptdir "sshd.exe"