Free course · 12 lessons · independent — not affiliated with LizardSystems
LANScan365

Module A · Build the LANLesson 4 of 12

Your first scan with Network Scanner

Install the habits before the findings: a notebook folder, a target list built from your plan, a deliberately narrow first scan, and a saved result you will compare against for the rest of the course.

  • About 30 minutes
  • Tool: LizardSystems Network Scanner
  • You finish with a first saved result

By the end of this lesson you will

  • Create a target list from a range, an expression and a list of computer names
  • Choose which services to query, and know why the first pass uses NetBIOS only
  • Run and stop a scan, and read the progress in the status bar
  • Save the result to your lab notebook so later lessons can compare against it

Set up the lab notebook

From this lesson on, you will produce files that later lessons need. Create the folders once, now, so nothing ends up in Downloads:

PowerShell on your scanning PC
New-Item -ItemType Directory C:\LANScan365\results, C:\LANScan365\exports, C:\LANScan365\notes -Force

If you have not installed Network Scanner yet, do that first — the install guide covers it, including the preference settings this course assumes. Scanning does not need administrator rights, so run the program as your normal account unless a lesson says otherwise.

A quick tour of the window

Network Scanner has a classic Windows layout. Across the top are the menus — File, Target, Address, Scan, Resources, Tools, View and Help — and a toolbar of large icons for the actions you will use most: adding targets, starting and stopping scans, searching, filtering and preferences.

Network Scanner menu bar with File, Target, Address, Scan, Resources, Tools, View and Help, and a row of large toolbar icons
Figure 1 Menus and toolbar. The first group of icons adds targets; the magnifier icons are for scanning; the funnel is the filter. Every toolbar action is also in the menus.

Below the toolbar the window splits in two. The left pane has two tabs: Scan, where you pick targets and services, and Filter, which you will use in lesson 5. The right pane is the results tree, with a Resource name filter above it and columns for Name, Address, Latency and Comment.

Build the target list

The Target box at the top of the Scan tab holds a named set of targets (the first one is called “Default”), and below it a checklist of ranges, expressions and lists. Only the ticked entries are scanned, so you can keep everything in one set and choose per scan.

The Scan tab: Target set Default with three ticked IP ranges, and the Services box with Netbios (Samba) ticked, Check access, FTP, List directories and HTTP
Figure 2 The Scan tab: targets above, services below. In the vendor’s example three ranges are ticked and only NetBIOS is selected.

Add Kestrel’s three targets, using the plan from lesson 2:

  1. A range for the staff segment

    Choose the add-range command (toolbar or Target menu). Name it Staff, start 172.16.40.1, stop 172.16.40.254.

  2. An expression for servers and cameras

    Add an expression named Servers and cameras: 172.16.42-43.1-254. One line covers two segments.

  3. A list of the devices that must always answer

    Add a list named Fixed devices and type the names from your map: KT-GW, KT-DC1, KT-FS1, KT-NAS, KT-PRN1, KT-PRN2, KT-NVR. A list scans by name, so it also tests that DNS resolves each one.

Add List dialog with a Name field, a list of computer names and buttons Add, Delete, Edit, Find, Export and Import
Figure 3 Add List: type names one by one, or Import them from a text file — handy when your map already has them.

Choose what to look for

The Services box decides what the scanner asks each live host about:

ServiceWhat it findsSub-option
Netbios (Samba)Windows and Samba shares, including hidden and administrative onesCheck access: test read/write on each share
FTPFTP serversList directories: read the folder listing
HTTPWeb servers and device web consoles

For the first pass, tick Netbios (Samba) only and leave Check access off. There are three reasons. It is the fastest scan, so you get a result in minutes. It answers the lesson’s real question — does the network match the map? — without drowning you in detail. And it touches the network lightly: listing shares is something every Windows PC does all day, while access checks and FTP logins are more visible. You will turn the others on deliberately in lessons 8 and 9.

First scan: find the machines and their shares. Access, FTP and web come later, one question at a time.

Run, watch, stop

Tick all three targets and start the scan. Network Scanner is multi-threaded, so it checks many addresses at once; on a few hundred addresses a NetBIOS scan usually takes well under a minute. The status bar at the bottom shows progress counters and the elapsed time.

If something is clearly wrong — you ticked the wrong range, or the scan is crawling — stop it. Network Scanner stops a scan instantly, and whatever was found so far stays in the tree.

The scan finishes in a second and finds nothing

Likely cause: The PC cannot reach the target range, or every host is failing the online check.

Fix: Confirm your address with ipconfig (lesson 1). Try a single known host, e.g. the list with KT-FS1. If that fails too, see lesson 6 on ping versus TCP checks.

Computers appear but have no shares

Likely cause: They share nothing (normal for many desktops) or the firewall blocks SMB from your segment.

Fix: Compare with Get-SmbShare -CimSession <name>. If the server lists shares but the scan does not, check the firewall profile from lesson 3.

Names are missing or show only addresses

Likely cause: Name resolution failed or is switched off in Preferences.

Fix: Lesson 6 covers NetBIOS versus DNS names and the fallback option.

Save the first result

Network Scanner can save the whole result — targets, computers, shares, comments — to a file and load it again later with File → Load. Use File → Save as… and put it in C:\LANScan365\results\ with the date and scope in the name, for example 2026-09-18 netbios all-scopes.

This file is your baseline. In lesson 7 you will load it next to a later scan to see what changed. Save a copy of it somewhere that is backed up.

A first look at what came back

Lesson 5 is all about reading the tree, but do one thing now: compare it with your map. At Kestrel the first NetBIOS scan found:

ExpectedFound?Note
KT-DC1, KT-FS1YesWith SYSVOL/NETLOGON on the DC and the five business shares on KT-FS1
KT-NASYesShares Backup and Public
KT-PRN1, KT-PRN2YesAnswer, share nothing over NetBIOS
KT-NVR, KT-GWNot in NetBIOS resultsExpected — they are not Windows or Samba hosts; lesson 8 finds them over HTTP
Staff PCs33 of 35 desktopsTwo were switched off; three PCs are sharing a folder (lesson 9)
Not on the mapNothing unexpected yet. Lesson 7 will be different.

Write the same kind of comparison for your network. You are not judging anything yet — just noting what matches the map and what does not.

Exercise: your first saved scan

  • Add a range, an expression and a name list built from your own address plan.
  • Run a NetBIOS-only scan with Check access switched off.
  • Save it as C:\LANScan365\results\<date> netbios all-scopes.
  • In C:\LANScan365\notes\first-scan.md, list each fixed device from your map as found / not found, and anything found that is not on the map.
  • Note how long the scan took; you will use it to judge tuning in lesson 6.

Checkpoint

Tick these off before moving on. If one fails, the lesson section above it has the fix.

  • The Scan tab holds your Staff range, your servers-and-cameras expression and a name list of fixed devices
  • A NetBIOS-only scan of all three has completed without you stopping it
  • The result is saved in C:\LANScan365\results\ with a date in the file name
  • Every fixed device from your map appears in the tree, or is written down as missing