SunsparcSolaris

Results 4 issues of SunsparcSolaris

Getting extra character output like this from stream against an HPE switch (Cisco style, so Invoke-SSHCommand not working): `Press any key to continue[?25h[?6l[?7hYour previous successful login (as operator) was on...

I'm hoping this is just user error but I've noticed a mismatch between what information is provided from the "all ciphers" endpoint and the specific cipher endpoint. I'm attempting to...

bug

Using this module to capture and back up running configs on various HP/Aruba network switches. It runs fine under my account, but when I change over to using the service...

``` $WUJobSplat = @{ TaskName = "PSWindowsUpdate" Confirm = $False Verbose = $True Script = 'Import-Module PSWindowsUpdate; Install-WindowsUpdate -AcceptAll -NotCategory "Drivers" -IgnoreReboot' } If ($TriggerDate -eq "Now") { $WUJobSplat.Add("RunNow", "1")...