Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

5.2.3. Essential Commands to Memorize

PBQs frequently require you to type or recognize command-line syntax. These are the most commonly tested network and disk management commands — practice them until they are second nature.

Network Commands

ipconfig                 # Show IP configuration
ipconfig /all           # Detailed configuration
ipconfig /release       # Release DHCP lease
ipconfig /renew         # Get new DHCP lease
ipconfig /flushdns      # Clear DNS cache

ping 192.168.1.1        # Test connectivity
ping -t 8.8.8.8         # Continuous ping
tracert google.com      # Show route path
nslookup google.com     # Test DNS resolution
netstat -an             # Show all connections

Disk Commands

diskpart                # Disk management utility
  list disk            # Show all disks
  select disk 0        # Select a disk
  clean                # Wipe disk
  create partition primary
  format fs=ntfs quick

chkdsk C: /f           # Check and fix errors
Alvin Varughese
Written byAlvin Varughese
Founder•15 professional certifications