profesorfalken / jPowerShell

Simple Java API to interact with PowerShell console
Apache License 2.0
215 stars 83 forks source link

No reponse for "Get-ComputerInfo" #63

Closed ArchanaSingh2305 closed 5 years ago

ArchanaSingh2305 commented 5 years ago

getting ""(Empty String) as response while executing the below command

PowerShellResponse buildResponse = powerShell.executeCommand("Get-ComputerInfo -property WindowsBuildLabEx");

Thanks & regards