Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 44827c5

Browse files
Update README.md
1 parent af7dc2c commit 44827c5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ Only use RDP to intially setup the instance. Parsec and RDP are not friendly wit
7676
### Special notes for Parsec Team customers:
7777
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.
7878
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)
8686

8787
```
8888
example: team_id=1234:key=5678:name=mycoolhost:user_email=person@company.com:is_guest_access=true

0 commit comments

Comments
 (0)