Carlos Perez
Carlos Perez
I think it is because it is not recognizing the prompt, since this was written taking into account VyOS and Linux for the prompt. You can change the Regex for...
fix would be to specify a regex for the device prompt in the parameter, the reason the current one is failing is that in VyOS and Linux there is a...
Because the regex expect a space before the end of line? And the Cisco device does not have one. You can use the same regex but remove the space before...
Each funtion has help documentation with examples, have you tried help -Full Sent from my iPhone > On Apr 1, 2016, at 7:12 AM, Dunne3 [email protected] wrote: > > A...
you have t provide the switch -scan and the site as -Resource > On Apr 1, 2016, at 9:04 AM, Dunne3 [email protected] wrote: > > Thanks darkoperator. Am I carrying...
Noticed the help file was messed up by a bad git push restored it in github will push a new version to the gallery later today Sent from my iPhone...
Seconds https://github.com/darkoperator/Posh-SSH/blob/master/Source/PoshSSH/PoshSSH/NewSessionBase.cs#L139 need to figure out why the help info is not shown > On Apr 15, 2020, at 11:38 AM, dbrennand wrote: > > > Hi, > > For...
You are correct, will remove operation timeout. The connection info object does not have a property to set it, seems it is a copy paste mistake from another cmdlet.
To be honest no clue. The error says there is a problem with the password, maybe encoding, special char or a space. ``` PS C:\Users\carlos\Documents\WindowsPowerShell\Modules\Posh-SSH> $password = ConvertTo-SecureString '*****' -AsPlainText...
I believe so, you would need to modify the gem file and keep track of it during updates, I no longer maintain the growl plugin. > On Nov 12, 2018,...