Windows powershell: test port status
Test-NetConnection -Port <port> <IP address>
Test-NetConnection -Port <port> <IP address>
Certutil -hashfile
<file> <hashAlg>
net user /domain <username>
Tried to migrate ACS 5.8 to ISE 3.0 but I was getting following message: “The server selected protocol version TLS10 is not accepted by client preferences [TLS12]”.
Since TLS 1.0 is disabled by default I had to enable it in java control panel (Oracle java 1.8) and also edit file C:\Program Files (x86)\Java\jre1.8.<some_version>\lib\security\java.security, remove TLSv1 from option jdk.tls.disabledAlgorithms and finally restart the migration application.
You can do the same in linux environment for openjdk by editing /usr/lib/jvm/java-11-openjdk-amd64/conf/security/java.security
Tnx to stackoverflow
Putting values to maximum helped.
Start -> RUN -> osk
You’ll get on screen keyboard and now you can press CTRL + ALT + DEL to change your password.
Find solutions here.
Nicely explained here.