SunsparcSolaris
SunsparcSolaris
Getting extra character output like this from stream against an HPE switch (Cisco style, so Invoke-SSHCommand not working): `[1;13r[1;1H[24;1HPress any key to continue[13;1H[?25h[24;27H[?6l[1;24r[?7h[2J[1;1H[1920;1920H[6n[1;1HYour 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...
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")...