About 448,000 results
Open links in new tab
  1. Use PowerShell to generate a list of files and directories

    Dec 12, 2014 · In Windows, navigate to the directory of interest. Shift+ right click mouse -> Open PowerShell window here. Get-ChildItem | tree /f > tree.log

  2. Windows 10 Powershell tree command, how to show files

    Nov 20, 2017 · How do I list folders and files using the PowerShell tree command? Is it possible to color format the output for distinct files and folders?

  3. sorting - PowerShell - Listing all Folders, Subfolders and each ...

    Oct 7, 2020 · I use the following commands on PowerShell to create a list of all files and subfolders within a specific directory: get-childitem -path c:\users\username\desktop\test …

  4. How to List Directories and Files in PowerShell

    May 6, 2025 · Check out Create Files with Content Using PowerShell. Format Output as a Table. By default, Get-ChildItem displays the results in a list format. However, you can format the …

  5. How to List Contents of Directory in PowerShell

    To list the directory content in PowerShell, you can use the Get-ChildItem cmdlet or its alias ls or dir. The following example shows how to do it with syntax. Output: In the above output, it …

  6. directory - How can you use PowerShell to get a tree list of ...

    Oct 20, 2021 · I'd like to generate a tree list of folders and sub-folders as well as the names and owners of the files within them. E.g.: >File1.1.docx - Owner_A. >File1.2.pdf - Owner_B. …

  7. How to List Folders Using CMD and PowerShell Commands

    Oct 26, 2024 · In this tutorial, you will learn how to list files, folders, and subfolders using Windows CMD commands and PowerShell. I’ll also demonstrate using the NTFS Permissions Tool , …

  8. PowerShell: How to Use ‘tree’ Command to Show Files

    Jul 1, 2024 · You can use the tree command in PowerShell to display the folder structure of a particular directory: tree. By default, the tree command only shows the names of folders. …

  9. PowerTip: View Directory List as Tree by Using PowerShell

    Jun 6, 2014 · How can I use Windows PowerShell to easily view a directory list as a tree view? Use the Show-Tree cmdlet from the PowerShell Community Extension Project: Show-Tree …

  10. How to Print a Directory Structure Using PowerShell: Step-by …

    Jun 7, 2024 · Follow the steps below to generate a detailed directory tree and save it to a file. To print and save the directory structure of a folder, use the following PowerShell script: Tree …

  11. Some results have been removed
Refresh