Skip to content

Commit

Permalink
Update Get-Shares.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyPhipps authored Oct 4, 2024
1 parent f24fdd7 commit 6532a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Get-Shares.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Get-Shares {

try{ $NTFSAccessArray = Get-Acl -Path $Share.Path } catch{}

$NTFSPermissions = "Control, Rights, Account, Propagation, Inheritence`n"
$NTFSPermissions = "Control, Rights, Account, Propagation, Inheritance`n"

foreach ($NTFSAccess in $NTFSAccessArray.Access) {

Expand Down

0 comments on commit 6532a91

Please sign in to comment.