-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpreinstalled.json
49 lines (49 loc) · 1.3 KB
/
preinstalled.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://www.ookii.org/Link/AnswerFileJsonSchema-2.0",
"JoinDomain": {
"$type": "Credential",
"Domain": "mydomain",
"Credential": {
"UserAccount": "mydomain\\user",
"Password": "password"
},
"OUPath": "OU=Computers",
"DomainAccounts": [
{
"DomainUser": "user",
"Group": "Administrators"
},
{
"DomainUser": "otherdomain\\user2",
"Group": "Users;Hyper-V Administrators"
}
]
},
"ComputerName": "TestComputer",
"EnableRemoteDesktop": true,
"EnableServerManager": false,
"LocalAccounts": [
{
"UserName": "localuser",
"Password": "password"
}
],
"AutoLogon": {
"Credential": {
"UserAccount": "domain\\user",
"Password": "password"
},
"Count": 1
},
"DisplayResolution": "1280,1024",
"Language": "en-US",
"ProductKey": "ABCDE-12345-ABCDE-12345-ABCDE",
"ProcessorArchitecture": "amd64",
"TimeZone": "Pacific Standard Time",
"FirstLogonCommands": [
"\\\\server\\share\\script.cmd"
],
"FirstLogonScripts": [
"\\\\server\\share\\script.ps1 -SomeParameter"
]
}