Start a conversation

Check scanner connectivity

Steps to take

  1. Download the attached file CheckScanners.zip
  2. Unzip file CheckScanners.zip
     In this example, I extracted the contents to C:\Users\warrenh\Desktop
  3. Open IPAddresses.txt
  4. Update the list of IP addresses with the list of IP addresses you wish to check
     Tip: An easy way to prepare a list of IP addresses is to pull the from the database then simply copy them into the text file
    SELECT WirelessIP
    FROM [dbo].[tblWirelessDevices]
    WHERE ISNULL(WirelessIP, '') <> ''

     
  5. Open Windows PowerShell. See Open Windows PowerShell.
  6. Change directory to where the files in step 2
      This step is necessary as the Powershell script looks for file IPAddresses.txt in the same path
  7. Run CheckScanners.ps2
  8. Review the results
     In this example, all ping tests succeeded and all TCP connections except those to IP address 172.16.4.99 succeeded

CheckScanners.zip

  1. 0 KB
  2. View
  3. Download
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Warren Hall

  2. Posted
  3. Updated

Comments