Skip to content

Commit 931d5bc

Browse files
Added script for Linux, changed for Windows
1 parent 3d3928e commit 931d5bc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

content/en/docs/workstation/wks-batch-registration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ To bulk-register Workstation Clients, perform the following steps:
4848

4949
4. Specify the timeframe during which the token is valid.
5050
5. Click **Activate Token**. The **Stations** page displays the timeframe during which the bulk registration is scheduled.
51-
6. To distribute the token to client computers during the allowed timeframe, you can use an automated script. For example, on Windows machines, you can use the following script: `Start-Process -FilePath {path where the Workstation Client is installed} -ArgumentList "--registration-token {bulk registration token}" -Wait`
51+
6. To distribute the token to client computers during the allowed timeframe, you can use an automated script.
52+
53+
For example, on Windows machines, you can use the following script: `& {path where the Workstation Client is installed} --registration-token {bulk registration token}`.
54+
55+
On Linux machines, you can use the following script: `mendix-workstation --registration-token {bulk registration token}`.
5256

5357
After the command runs or the token is entered manually, the Workstation Clients display the status **Waiting for station assignment**. This indicates that the clients are registered, but not yet associated with a specific station.
5458

0 commit comments

Comments
 (0)