Greetings,
Just wondering if it's possible to forget saved settings throught a command prompt? Like instead of doing it through Pulse Secure app > File > Connections > Forget Saved Settings it would be gread if it could be done through cmd. I can't seem to find anything regarding this..
Thanks!
you can try via PowerShell: Remove-Item -Path "HKCU:\SOFTWARE\Pulse Secure\Pulse\User Data\" -Recurse
This command will delete the saved credentials for all the connections.
Please be aware that is not something officially supported by Pulse Secure, so use it with caution.