You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,13 @@ Only use RDP to intially setup the instance. Parsec and RDP are not friendly wit
76
76
### Special notes for Parsec Team customers:
77
77
On AWS EC2 you can populate the instance userdata and the machine will automatically be provisioned as a team machine. Each value must be seperated by : as shown in the example.
78
78
Available arguments:
79
-
[type: string]$key= (required)
80
-
[type: string]$team_id= (required)
81
-
[type: string]$name= (name of the host as you want it to appear in Parsec)
82
-
[type: int]$team_group_id= (group id of the group you want to assign this computer to)
83
-
[type: int]$user_id= (user id of the user you want to assign this computer to)
84
-
[type: string]$user_email= (email address of the user you want to assign this computer to)
85
-
[type: boolean]$is_guest_access= {true or false} (if you want this machine to have guest access enabled)
79
+
[type: string]key= (required)
80
+
[type: string]team_id= (required)
81
+
[type: string]name= (name of the host as you want it to appear in Parsec)
82
+
[type: int]team_group_id= (group id of the group you want to assign this computer to)
83
+
[type: int]user_id= (user id of the user you want to assign this computer to)
84
+
[type: string]user_email= (email address of the user you want to assign this computer to)
85
+
[type: boolean]is_guest_access= {true or false} (if you want this machine to have guest access enabled)
0 commit comments