You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-powershell.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,20 @@
1
1
---
2
-
title: Azure Data Lake Storage Gen2 PowerShell for files & ACLs (preview)
2
+
title: Azure Data Lake Storage Gen2 PowerShell for files & ACLs
3
3
description: Use PowerShell cmdlets to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
4
4
services: storage
5
5
author: normesta
6
6
ms.service: storage
7
7
ms.subservice: data-lake-storage-gen2
8
8
ms.topic: conceptual
9
-
ms.date: 04/10/2020
9
+
ms.date: 04/21/2020
10
10
ms.author: normesta
11
11
ms.reviewer: prishet
12
12
---
13
13
14
-
# Use PowerShell to manage directories, files, and ACLs in Azure Data Lake Storage Gen2 (preview)
14
+
# Use PowerShell to manage directories, files, and ACLs in Azure Data Lake Storage Gen2
15
15
16
16
This article shows you how to use PowerShell to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
17
17
18
-
> [!IMPORTANT]
19
-
> The PowerShell module that is featured in this article is currently in public preview.
20
-
21
18
[Gen1 to Gen2 mapping](#gen1-gen2-map) | [Give feedback](https://github.com/Azure/azure-powershell/issues)
22
19
23
20
## Prerequisites
@@ -28,7 +25,7 @@ This article shows you how to use PowerShell to create and manage directories, f
28
25
> * .NET Framework is 4.7.2 or greater installed. See [Download .NET Framework](https://dotnet.microsoft.com/download/dotnet-framework).
29
26
> * PowerShell version `5.1` or higher.
30
27
31
-
## Install PowerShell modules
28
+
## Install the PowerShell module
32
29
33
30
1. Verify that the version of PowerShell that have installed is `5.1` or higher by using the following command.
34
31
@@ -38,16 +35,10 @@ This article shows you how to use PowerShell to create and manage directories, f
38
35
39
36
To upgrade your version of PowerShell, see [Upgrading existing Windows PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-windows-powershell?view=powershell-6#upgrading-existing-windows-powershell)
40
37
41
-
2. Install the latest **PowershellGet** module. Then, close and reopen the PowerShell console.
For more information about how to install PowerShell modules, see [Install the Azure PowerShell module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.0.0)
0 commit comments