From 6532a91e37a36feb6864fcc352da33a45aa501e3 Mon Sep 17 00:00:00 2001 From: Tony Phipps Date: Fri, 4 Oct 2024 13:13:10 -0600 Subject: [PATCH] Update Get-Shares.psm1 --- Modules/Get-Shares.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Get-Shares.psm1 b/Modules/Get-Shares.psm1 index 48ee2d4..4c45bc8 100644 --- a/Modules/Get-Shares.psm1 +++ b/Modules/Get-Shares.psm1 @@ -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) {