Install Todyl SGN Connect
Summary
Installs the Todyl SGN Connect on Windows systems using the appropriate deployment key for servers, laptops, or desktops.
Dependencies
- Todyl Desktop Policy Key
- Todyl Laptop Policy Key
- Todyl Servers Policy Key
- Solution: Todyl SGN Connect Deployment
Sample Run

User Parameters
| Name | Example | Accepted Values | Required | Default | Type | Description |
|---|---|---|---|---|---|---|
| Force | Yes | Yes, No | No | No | Flag | If enabled, forces installation even if SGN Connect is already installed. |
Custom Fields
| Name | Level | Type | Required | Description |
|---|---|---|---|---|
| Todyl Desktop Policy Key | Company | Text | Yes | Todyl Deployment Key for Desktop Agents. |
| Todyl Laptop Policy Key | Company | Text | Yes | Todyl Deployment Key for Laptop Agents. |
| Todyl Servers Policy Key | Company | Text | Yes | Todyl Deployment Key for Server Agents. |
Task Setup Path
- Tasks Path:
AUTOMATION➞Tasks - Task Type:
Script Editor
Task Creation
Description
- Name:
Install Todyl SGN Connect - Description:
Installs the Todyl SGN Connect on Windows systems using the appropriate deployment key for servers, laptops, or desktops. - Category:
Application
Parameters
| Parameter Name | Required Field | Parameter Type | Default Value |
|---|---|---|---|
| Force | Disabled | Flag | Disabled |
Force:

Script Editor
Row 1: Set Pre-defined Variable ( @laptopDeploymentKey@ = Todyl Laptop Policy Key )
- Variable Name:
laptopDeploymentKey - Type:
Custom Field - Custom Field:
Todyl Laptop Policy Key - Continue on Failure:
False - Operating System:
Windows
Row 2: Set Pre-defined Variable ( @desktopDeploymentKey@ = Todyl Desktop Policy Key )
- Variable Name:
desktopDeploymentKey - Type:
Custom Field - Custom Field:
Todyl Desktop Policy Key - Continue on Failure:
False - Operating System:
Windows
Row 3: Set Pre-defined Variable ( @serverDeploymentKey@ = Todyl Server Policy Key )
- Variable Name:
serverDeploymentKey - Type:
Custom Field - Custom Field:
Todyl Server Policy Key - Continue on Failure:
False - Operating System:
Windows
Row 4: PowerShell script
- Use Generative AI Assist for script creation:
False - Expected time of script execution in seconds:
600 - Continue on Failure:
False - Run As:
System - Operating System:
Windows - PowerShell Script Editor:

Row 5: Script Log
- Script Log Message:
%Output% - Operating System:
Windows
Completed Script

Output
- Script Log
Changelog
2025-08-29
- Initial version of the document