diff options
author | James McGinnigle <james@cyberstack.co.uk> | 2017-05-07 16:32:55 +0100 |
---|---|---|
committer | James McGinnigle <james@cyberstack.co.uk> | 2017-05-07 16:32:55 +0100 |
commit | f9b95c5cf2812ddf7691940b26eac89bce5e03f8 (patch) | |
tree | 277cf21389bb2a7e48bbe67eb52817ae8b854564 /Recon/PowerView.ps1 | |
parent | 095988269bfaafcb3cb0ab050cc782b98fd582ac (diff) | |
download | PowerSploit-f9b95c5cf2812ddf7691940b26eac89bce5e03f8.tar.gz PowerSploit-f9b95c5cf2812ddf7691940b26eac89bce5e03f8.zip |
Fix build for import and run of Invoke-PrivescAudit
Diffstat (limited to 'Recon/PowerView.ps1')
-rwxr-xr-x | Recon/PowerView.ps1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1 index c6cb5ff..487ed09 100755 --- a/Recon/PowerView.ps1 +++ b/Recon/PowerView.ps1 @@ -6634,19 +6634,19 @@ System.Security.AccessControl.AuthorizationRule [ValidateSet('AccessSystemSecurity', 'CreateChild','Delete','DeleteChild','DeleteTree','ExtendedRight','GenericAll','GenericExecute','GenericRead','GenericWrite','ListChildren','ListObject','ReadControl','ReadProperty','Self','Synchronize','WriteDacl','WriteOwner','WriteProperty')] $Right, - [Parameter(Mandatory = $True, ParameterSetName=’AccessRuleType’)] + [Parameter(Mandatory = $True, ParameterSetName='AccessRuleType')] [ValidateSet('Allow', 'Deny')] [String[]] $AccessControlType, - [Parameter(Mandatory = $True, ParameterSetName=’AuditRuleType’)] + [Parameter(Mandatory = $True, ParameterSetName='AuditRuleType')] [ValidateSet('Success', 'Failure')] [String] $AuditFlag, - [Parameter(Mandatory = $False, ParameterSetName=’AccessRuleType’)] - [Parameter(Mandatory = $False, ParameterSetName=’AuditRuleType’)] - [Parameter(Mandatory = $False, ParameterSetName=’ObjectGuidLookup’)] + [Parameter(Mandatory = $False, ParameterSetName='AccessRuleType')] + [Parameter(Mandatory = $False, ParameterSetName='AuditRuleType')] + [Parameter(Mandatory = $False, ParameterSetName='ObjectGuidLookup')] [Guid] $ObjectType, |