Shafeeq Hameed

Results 1 comments of Shafeeq Hameed

I made the following change to the Get-CiscoSSHResponse and it seems to work now. `function Get-CiscoSSHResponse { [OutputType([String])] param ( [Parameter(Mandatory=$true)] [String]$HostAddress , [Parameter(Mandatory=$false)] [Int]$HostPort = 22, [Parameter(Mandatory=$true)] [PSCredential]$Credential, [Parameter(Mandatory=$false)]...