

On the "Directory" tab, choose the directory for which you want to list the contents.

Using the app is reasonably straightforward. Each object is a row that includes a character-separated list of the objects property values. I'm assuming the contents of sourcefile. I'm assuming the contents of the Services.txt file is simply a list of service names, like: service 1 service 2. :: /XO excludes existing files older than the copy in the source directory. You haven't provided example data from either file, meaning all we can do is guess. :: /XN excludes existing files newer than the copy in the source directory.
#Powershell export file list portable
Related: What Is a "Portable" App, and Why Does It Matter?ĭirectory List & Print is available as both an installable or a portable app, so choose whichever is right for you. The Export-CSV cmdlet creates a CSV file of the objects that you submit. :: /XC excludes existing files with the same timestamp, but different file sizes.
#Powershell export file list pro
If you need even more power, the Pro version ($22) adds the ability to include a huge number of metadata and Windows file properties, specify a recursion depth for subdirectories, provides additional sorting abilities, and more. it will first cycle through any files and folders in the current directory. The free version Directory List & Print will likely do everything you need, especially if you're just looking for a way to print basic lists of files in single directories. Windows PowerShell has over 500 cmdlets, whereas the Lync Management Shell. PowerShell Get-ChildItem -Path C: -Force The command lists only the directly contained items, much like using the dir command in cmd.

If you don't mind installing a third-party tool to get the job done, Directory List & Print makes things even easier by letting you generate directory listings that you can customize, save as files, or print. Print A Directory List Using a Third-Party Tool
