Search found 4 matches
- Wed Mar 29, 2017 11:22 pm
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Shell Script: Error: Invalid result (ÿþ2
- Replies: 7
- Views: 27867
- Wed Mar 29, 2017 8:34 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Shell Script: Error: Invalid result (ÿþ2
- Replies: 7
- Views: 27867
- Wed Mar 29, 2017 8:17 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Shell Script: Error: Invalid result (ÿþ2
- Replies: 7
- Views: 27867
Hello,
The SScript_UseWindowsPipe= wasn't present in the file. I added the line
edit:
even something as simple as
Returns the error
The SScript_UseWindowsPipe= wasn't present in the file. I added the line
and tested with a 1 and a 0 no success[misc]
SScript_UseWindowsPipe=1

edit:
even something as simple as
Code: Select all
echo "ScriptRes:Ok:Test Ok"
- Wed Mar 29, 2017 6:55 am
- Forum: Configuration, Maintenance, Troubleshooting
- Topic: Shell Script: Error: Invalid result (ÿþ2
- Replies: 7
- Views: 27867
Shell Script: Error: Invalid result (ÿþ2
I've a script that count the number of used citrix licenses. $statusOk = "ScriptRes:Ok:" $statusBad = "ScriptRes:Bad:" $Limit = $args[0] $res = (Get-WmiObject -class "Citrix_GT_License_Pool" -Namespace "root\CitrixLicensing" -ComputerName server |Measure-Objec...