I would like to scan a directory for .htm files and then generate hyperlinks to those .htm files and output the result to a new HTML document. What is the best way to achieve th
This could be right up your street, you would need to add a filter to the Get-ChildItem line though:
Aaron Lerch Blog - Create Directory Table Of Contents With Powershell