Beginner Windows Lab
Windows Basics
Learn beginner Windows administration commands using a PowerShell-style training terminal.
Mission Objectives
- • Identify the current Windows userCommand: whoami
- • Identify the workstation nameCommand: hostname
- • Print the current directoryCommand: get-location
- • List files and foldersCommand: get-childitem
- • View local user accountsCommand: get-localuser
- • View local groupsCommand: get-localgroup
- • Inspect Windows servicesCommand: get-service
- • View running processesCommand: get-process
- • View basic IP configurationCommand: ipconfig
- • View detailed network configurationCommand: get-netipconfiguration
- • Review Windows event logsCommand: get-eventlog
- • Inspect scheduled tasksCommand: get-scheduledtask
Progress
0 / 12 commands completed
Beginner Notes
PowerShell is a command shell and scripting language for Windows administration.
Users represent accounts that can log in or run processes.
Groups control permissions and access.
Event Logs are critical for investigating Windows activity.
CyberArena Windows PowerShell
CyberArena Windows PowerShell initialized...
Connected to beginner Windows training workstation.
Welcome to Windows Basics.
Your goal is to run every command from the help menu.
Type 'help' to begin.
PS C:\Users\Student>