I tried running following shell script remotely, it just doesn't seem to work. Batch files run just fine.
Remotecommands and AllowKey=System.Run[*] is already enabled.
Every time I test my item it loads for a bit and gives me an error message ("Timeout while executing a shell script.")
I already tried setting timeout=30 in the config file, unfortunately it didn't solve my issue
Here is the powershell script:
$userb = Get-ADGroupMember "Formel1 Fil1"
$userb.name
All it does is just getting all members of a group in active directory.
Remotecommands and AllowKey=System.Run[*] is already enabled.
Every time I test my item it loads for a bit and gives me an error message ("Timeout while executing a shell script.")
I already tried setting timeout=30 in the config file, unfortunately it didn't solve my issue
Here is the powershell script:
$userb = Get-ADGroupMember "Formel1 Fil1"
$userb.name
All it does is just getting all members of a group in active directory.
Comment