/data-lake-store-powershell-recursive-file-operations

These sample scripts let you perform certain actions recursively on Data Lake Store files and folders.

Primary LanguagePowerShellMIT LicenseMIT

Data Lake Store - Recursive file operations

These PowerShell sample scripts allow you to recursively perform operations on Data Lake Store files and folders.

Included scripts

  • Get-AdlStoreChildItemRecursive.ps1

Prerequisite steps

  1. Install Azure PowerShell on a Windows machine
  2. Open a new PowerShell session.
  3. Log in using Login-AzureRmAccount -SubscriptionId

How to use each script

Get-AdlStoreChildItemRecursive.ps1

Syntax

Get-AdlStoreChildItemRecursive.ps1 [-Account] <string> [-Path] <string>

Example

Get-AdlStoreChildItemRecursive.ps1 -Account contosoadla -Path /Samples

Resources