Skip to content

Commit

Permalink
Update alll labs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Pluskal committed Oct 24, 2023
1 parent d455472 commit c0c05f9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion exercises/E01/E01.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,8 @@ Invoke-LabCommand -ActivityName 'Create Users' -ScriptBlock {
Add-LocalGroupMember -Member "$username" -Group users
Add-LocalGroupMember -Member "$username" -Group administrators
} -ComputerName W11-OLD
Show-LabDeploymentSummary -Detailed
```

## Lab L00 -- konfigurace virtuálních stanic
Expand Down
2 changes: 2 additions & 0 deletions exercises/E02/E02.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,8 @@ Invoke-LabCommand -ActivityName 'Create Users' -ScriptBlock {
Add-LocalGroupMember -Member "$username" -Group users
Add-LocalGroupMember -Member "$username" -Group administrators
} -ComputerName W11
Show-LabDeploymentSummary -Detailed
```

## Lab L00 -- konfigurace virtuálních stanic
Expand Down
2 changes: 2 additions & 0 deletions exercises/E03/E03.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ $w11_3_network = @(
Add-LabMachineDefinition -Name W11-3 -NetworkAdapter $w11_3_network
Install-Lab
Show-LabDeploymentSummary -Detailed
```

---
Expand Down
2 changes: 2 additions & 0 deletions exercises/E04/E04.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ Invoke-LabCommand -ActivityName 'Create User - Bart' -ScriptBlock {
Add-LocalGroupMember -Member "$username" -Group users
Add-LocalGroupMember -Member "$username" -Group simpsons
} -ComputerName W11-1
Show-LabDeploymentSummary -Detailed
```

---
Expand Down
2 changes: 2 additions & 0 deletions exercises/E05/E05.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@ Restart-LabVM -ComputerName W11-domain -Wait
Set-LabVMUacStatus -ComputerName W11-1 -EnableLUA $true -ConsentPromptBehaviorAdmin 2 -ConsentPromptBehaviorUser 3
Restart-LabVM -ComputerName W11-domain -Wait
Show-LabDeploymentSummary -Detailed
```

---
Expand Down
2 changes: 1 addition & 1 deletion exercises/E06/E06.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,11 +517,11 @@ Add-LabMachineDefinition -Name W2022-dc -OperatingSystem 'Windows Server 2022 Da
Add-LabMachineDefinition -Name W11-domain -DomainName testing.local
Install-Lab
Show-LabDeploymentSummary -Detailed
$s = New-LabPSSession W11-domain
Send-Directory -SourceFolderPath \\h01\SoftwarePackages\IW1\E06\utils -DestinationFolderPath C:\ -Session $s
Show-LabDeploymentSummary -Detailed
```

---
Expand Down

0 comments on commit c0c05f9

Please sign in to comment.