How to download all photoes shared ondrive by mail

To download all photos shared on OneDrive by email, you can follow these steps:

Method 1: Using OneDrive's Web Interface

  1. Go to the OneDrive website (onedrive.live.com) and sign in with your Microsoft account.
  2. Click on the "Files" tab and then click on "Shared" from the dropdown menu.
  3. Find the email address that shared the photos with you and click on it.
  4. Click on the "Photos" tab to view all the photos shared by that email address.
  5. Click on the "Download" button at the top-right corner of the page to download all the photos as a ZIP file.

Method 2: Using OneDrive's Desktop App

  1. Install and set up the OneDrive desktop app on your computer.
  2. Open the OneDrive app and sign in with your Microsoft account.
  3. Click on the "Shared" tab and then find the email address that shared the photos with you.
  4. Right-click on the email address and select "Download" to download all the photos as a ZIP file.

Method 3: Using PowerShell

  1. Install PowerShell on your computer if you haven't already.
  2. Open PowerShell and run the following command to download all photos shared by a specific email address:
    Get-OneDriveFile -Path "https://onedrive.live.com/shared/your_email_address" -Filter "mimeType eq 'image/*'" -Download

    Replace your_email_address with the actual email address that shared the photos with you.

Method 4: Using a Third-Party Tool

There are several third-party tools available that can help you download photos shared on OneDrive by email. Some popular options include:

Please note that some of these methods may require you to have the necessary permissions and access rights to download the photos. Additionally, be cautious when downloading files from unknown sources to avoid any potential security risks.