Configure Operating System groups and access levels using script
- Last UpdatedOct 22, 2025
- 1 minute read
You can also assign InTouch access levels to the Windows groups using the AddPermission() function in a script. The AddPermission() function is typically called on application start-up so WindowViewer recognizes all the authorized user groups when a user is ready to log on.
Configure access levels for OS security using script
-
On the Scripts pane, click Application.
The Application Script dialog box appears.

-
In the Condition Type list, click On Startup.
-
Use the AddPermission() function to specify the group names and corresponding access levels. The arguments for AddPermission() are operating system (or domain), group name, and access level.
-
Click OK.