Page History
...
| Tip | ||
|---|---|---|
| ||
This RedCli command can be used with the '--accept-eula' switch for the RED Scheduler service account when that account does not allow login to the desktop. Simply place the command in a Windows Host Script in RED and run it via the Scheduler. Or run RedCli as the scheduler service account. |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
echo 1
echo Installing license for Scheduler user
"%WSL_BINDIR%RedCli.exe" license install --to "my license name" --key "sldkfjjasnlijhsdlfj934203i9ujlaj" --accept-eula |
An alternative approach to accepting the EULA for the Scheduler user is to create a Windows Host script in RED as below and run it via the Scheduler, this method assumes the license was already installed on the machine but just needs to be accepted by the Scheduler user.
...