Updated comments

This commit is contained in:
rvrsh3ll
2015-11-25 14:18:04 -05:00
parent 6903c39c72
commit e260b7a4d3
+3 -3
View File
@@ -9,13 +9,13 @@ function Invoke-SSHCommand {
The string containing the IP or hostname of the target server.
.Parameter Username
The username for the ftp server
The username for the ssh server
.Parameter Password
The password for the ftp server
The password for the ssh server
.Example
Import-Module Egress-Assess.ps1
Invoke-SSHCommand -ip 192.168.1.100 -Username root -Password test -Command "id"
#>
param(