Uses of Class
com.profesorfalken.jpowershell.PowerShellNotAvailableException
-
-
Uses of PowerShellNotAvailableException in com.profesorfalken.jpowershell
Methods in com.profesorfalken.jpowershell that throw PowerShellNotAvailableException Modifier and Type Method Description static PowerShellPowerShell. openSession()Creates a session in PowerShell console an returns an instance which allows to execute commands in PowerShell context.
It uses the default PowerShell installation in the system.static PowerShellPowerShell. openSession(java.lang.String customPowerShellExecutablePath)Creates a session in PowerShell console an returns an instance which allows to execute commands in PowerShell context.
This method allows to define a PowersShell executable path different from default
-