Hi I have a web based application which uses a local db, to prevent DB corruption
I need to create a script that queries if the browser in this case Chrome is running, if so the user get a message saying that they can't logoff while the application is running. Once the application is closed the script should check this and allow the user to logoff
Any ideas on how I should go about achieving this with PS