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 303e6f3 commit 3022682
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 @@ -98,7 +98,7 @@ function Get-Shares {

foreach ($ShareAccess in $ShareAccessArray) {

$SharePermissions += "{0} - {1} - {2}`n" -f $ShareAccess.AccountName, $ShareAccess.AccessControlType, $ShareAccess.AccessRight
$SharePermissions += "{0} - {1} - {2}`n" -f $ShareAccess.AccessControlType, $ShareAccess.AccessRight, $ShareAccess.AccountName
}


Expand Down

0 comments on commit 3022682

Please sign in to comment.