This document provides an overview of using PowerShell to list files on a server. It describes prerequisites like ensuring the correct execution policy is set. The main section provides a PowerShell script that prompts the user for a file path and extension. It checks for files with that extension, displays a message if none are found, and otherwise generates an HTML file listing the files and opens it. The document includes examples of the script output whether files are found or not.