-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
45 lines (44 loc) · 1.35 KB
/
input.json
File metadata and controls
45 lines (44 loc) · 1.35 KB
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
{
"username": "LabAdmin",
"password": "Welkom01!!",
"domainname": "GetToTheCloud.local",
"domainrecovery": "R3C0verP@ssw0rd!",
"timezone": "W. Europe Standard Time",
"resourceGroupName": "TestLab",
"locationName": "westeurope",
"UrlPSRemote": "https://raw.githubusercontent.com/GetToThe-Cloud/GetToTheCloud-Lab/main/Set-PowershellRemoting.ps1",
"machines": [
{
"vmName": "DC01",
"type": "DomainController",
"vmSize": "Standard_B2s",
"publisherName": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"skus": "2019-Datacenter-gensecond"
},
{
"vmName": "EX01",
"type": "ExchangeServer",
"vmSize": "Standard_B2ms",
"publisherName": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"skus": "2019-datacenter-gensecond"
},
{
"vmName": "WIN11",
"type": "Client",
"vmSize": "Standard_B2s",
"publisherName": "MicrosoftWindowsServer",
"offer": "windows-11",
"skus": "win11-21h2-pron"
}
],
"vnetName": "TestLab",
"vnetAddressPrefix": "10.10.0.0/24",
"subnets": [
{
"subnetName": "Subnet",
"subnetPrefix": "10.10.0.0/24"
}
]
}