Windows 10: export windows explorer data to excel

Discus and support export windows explorer data to excel in Windows 10 Software and Apps to solve the problem; I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of... Discussion in 'Windows 10 Software and Apps' started by Anthony Crossley, Dec 10, 2023.

  1. export windows explorer data to excel


    I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of files / images in a way that the photo device identifiers are included. The "Copy as Path" command lists only a predetermined selection of columns, not the ones i need.

    :)
     
    Anthony Crossley, Dec 10, 2023
    #1
  2. FRMCPR Win User

    How to export an explorer file list WITH METADATA (e.g., "Length") to excel?

    How to export a Windows explorer file list WITH METADATA (e.g., "Length") to excel?
     
    FRMCPR, Dec 10, 2023
    #2
  3. anon125 Win User
    using a browser to copy windows file explorer contents to excel

    Export a list of files from Windows Explorer (with the detail) to an Excel spreadsheet, gave me the idea. BUT, always a but windows explorer lists file name length and date modified. when i use the method at "Export a list of files from Windows Explorer (with the detail) to an Excel spreadsheet" post i get filename SIZE and date modified. any ideas anyone? also posted at Export a list of files from Windows Explorer (with the detail) to an Excel spreadsheet who will have the answer first - one that works of course! thanks all
     
    anon125, Dec 10, 2023
    #3
  4. ddelo Win User

    export windows explorer data to excel

    Export All Administrative Events to Excel

    To analyze events, from the Windows Event Viewer, there is a simple way to export all Administrative Events to Excel, with PowerShell.

    Exporting all Administrative Events to Excel is a simple two Step process, as described here:

    Step 1 - Create the Administrative Events View .xml file
    1. Open Eventviewer (%windir%\system32\eventvwr.msc)
    2. Navigate to: Event Viewer (Local) > Custom Views > Administrative Events
    3. In the “Actions” pane select “Filter Current Custom View”.
    4. Select the the XML tab.
    5. Press Ctrl+A to select all the XML code of the Custom View.
    6. Open a notepad, paste the selected code and save the file to your Desktop as AdmEvtView.xml


    Step 2 - Create the csv file with the events
    1. Download the ExportEvtCSV.zip file, which contains the script ExportEvtCSV.ps1 and unzip it, on your Desktop.
      It's not a fancy script, just basic PowerShell commands to create a csv file on the Desktop.
    2. In Windows Search, type “ISE” (without the quotes) to open “Windows PowerShell ISE” and Run as administrator
    3. To allow running the script, change the ExecutionPolicy, for this session. To do that, in the Console pane type:
      Code:
    4. In the Windows PowerShell ISE, open and run the script: ExportEvtCSV.ps1
      The script will create a csv file with a name YYYYMMDD.HHMM.csv on the Desktop
    5. When done, open the newly created .csv file, format the columns as needed and optionally save it as .xlsx, if you wish.
    That’s it! You now have all the Administrative Events in Excel for filtering and further analysis. export windows explorer data to excel :)

    Now to the more technical hard stuff... *Confused

    There is a reason for running the script from within PowerShell ISE!

    It would be great if everything was also working perfectly, when running the script from an elevated PowerShell too.

    We can run it from an elevated PowerShell, which means that you just follow the Step 1, as above but for the Step 2 instead of the ISE you run the script from an elevated PowerShell.

    The problem is that it will work only for anybody who has en-US format for the dates. Everyone else, who has another format (i.e. en-GB, fr-FR, el-GR etc.), the dates are not translated properly by Excel (although the script uses the –UseCulture switch) and remain as text in the en-US format.

    I'm not sure if this a bug of the "export-csv" cmdlet, but although it runs the way it supposed to from within the ISE, from PowerShell there is a problem with the dates format.
    As I haven’t found a way to overcome this obstacle, any suggestion from the PowerShell gurus of the forum (like my good friend Shawn @Brink, for instance), is welcome.
     
    ddelo, Dec 10, 2023
    #4
Thema:

export windows explorer data to excel

Loading...
  1. export windows explorer data to excel - Similar Threads - export explorer data

  2. Exporting specific column data in a Windows folder, into Excel

    in Windows 10 Network and Sharing
    Exporting specific column data in a Windows folder, into Excel: How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would like the exported file to include data from the following columns:Name Size LengthDate ModifiedTitleContributing ArtistsAlbum...
  3. Exporting specific column data in a Windows folder, into Excel

    in Windows 10 Gaming
    Exporting specific column data in a Windows folder, into Excel: How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would like the exported file to include data from the following columns:Name Size LengthDate ModifiedTitleContributing ArtistsAlbum...
  4. Exporting specific column data in a Windows folder, into Excel

    in Windows 10 Software and Apps
    Exporting specific column data in a Windows folder, into Excel: How do I export data from specific columns in a Windows folder, and export that data into MS Excel. As illustrated in the attached screenshot, I would like the exported file to include data from the following columns:Name Size LengthDate ModifiedTitleContributing ArtistsAlbum...
  5. export important data

    in Windows 10 Gaming
    export important data: is there a tool i can use to export all important data? https://answers.microsoft.com/en-us/windows/forum/all/export-important-data/f3defa8d-a40b-4c2b-8b8a-512157027045
  6. export important data

    in Windows 10 Software and Apps
    export important data: is there a tool i can use to export all important data? https://answers.microsoft.com/en-us/windows/forum/all/export-important-data/f3defa8d-a40b-4c2b-8b8a-512157027045
  7. export windows explorer data to excel

    in Windows 10 Network and Sharing
    export windows explorer data to excel: I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of files / images in a way that the photo device identifiers are included. The "Copy as Path" command lists only a...
  8. export windows explorer data to excel

    in Windows 10 Gaming
    export windows explorer data to excel: I have several thousand images taken on a variety of photo devices. I can list the devices as a column in Windows Explorer. I cannot export the list of files / images in a way that the photo device identifiers are included. The "Copy as Path" command lists only a...
  9. Exporting iPhone photo file properties from file explorer to Excel

    in Windows 10 Network and Sharing
    Exporting iPhone photo file properties from file explorer to Excel: I am in the process of cleaning up more than 11,000 photos on my iPhone. To do this I connected to my Win 10 machine and accessed the file folders of which there are more than 20 folders. The task would be simple if the folders were in date order. Unfortunately the photos...
  10. Export All Administrative Events to Excel

    in Microsoft Office and 365
    Export All Administrative Events to Excel: To analyze events, from the Windows Event Viewer, there is a simple way to export all Administrative Events to Excel, with PowerShell. Exporting all Administrative Events to Excel is a simple two Step process, as described here: Step 1 - Create the Administrative Events...