diff --git a/Public/Add-GPOPermission.ps1 b/Public/Add-GPOPermission.ps1 index f7318af..97df2a7 100644 --- a/Public/Add-GPOPermission.ps1 +++ b/Public/Add-GPOPermission.ps1 @@ -8,7 +8,7 @@ ) if ($Type -eq 'Default') { @{ - Action = 'Add' + Action = 'Add' Type = 'Standard' Trustee = $Trustee IncludePermissionType = $IncludePermissionType