Equipment: the system installed in Exercise 1.
(3h) Deep PowerShell exploration: variables, pipeline, output formatting, redirecting to a file — explicit parallel with the Linux shell from Week 8.
(3h) Role administration via PowerShell: install and uninstall a role from the command line, list installed roles, check the status of a service associated with a role.
(4h) Administration scenario: from a provided task list (check running services, list available updates, identify the most resource-intensive processes), complete the entire scenario using only PowerShell, without the GUI.
(3h) Writing a simple PowerShell script automating a repetitive administration task (direct link with the shell scripts from Week 10).
Central teaching point: stress the conceptual consistency between Linux and Windows — service management, automation scripts, output redirection — so trainees see both systems as two implementations of the same conceptual model, not two incompatible worlds.
Expected PowerShell script structure: same logic as the Week 10 shell script (variable, condition, action, message), simply with PowerShell syntax (cmdlets, named parameters, basic error handling with try/catch).
◆ SUMMARY SHEET — WEEK 11 SELF-ASSESSMENT
1. I can explain the structural differences between Windows Server and Linux.
2. I can install Windows Server on bare metal.
3. I can configure network and machine settings post-installation.
4. I can add and remove a role via Server Manager.
5. I can add and remove a role via PowerShell.
6. I can navigate the hierarchy and manage services via PowerShell.
7. I can write a simple PowerShell script with conditions.
8. I can draw the parallel between Linux and PowerShell commands for the same task.