Skip to content

Commit

Permalink
Update installation instructions for install from PSGallery (Azure-Sa…
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeKjaer authored Jun 14, 2024
1 parent 557bd6c commit 0c988a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RestSetAcls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ RestSetAcls.psm1 is a PowerShell module that provides functions to set Access Co

## Installation

1. Download the `RestSetAcls.psm1` file from this repo.
1. Save the file to a local directory.
```powershell
Install-Module RestSetAcls
```

## Usage

Expand Down Expand Up @@ -58,7 +59,6 @@ RestSetAcls.psm1 is a PowerShell module that provides functions to set Access Co
```powershell
$FileShareName = "<file-share-name>" # replace with the name of your file share
Import-Module -Name "Path\To\RestSetAcls.psm1" # replace with the path to the downloaded RestSetAcls.psm1 file
Set-AzureFilesAclRecursive -Context $context -FileShareName $FileShareName -FilePath "/" -SddlPermission $sddl
```

Expand Down

0 comments on commit 0c988a2

Please sign in to comment.