Is it possible for me to check if Powershell is installed on a computer using Java. I know how to invoke a powershell script, and I can check whether the OS is Windows XP or later, but I'd prefer to check if powershell.exe
exists or something?
Thanks in advance