From 6d10e2c0ff1492f7ddfbaba21bdeedec8a87682e Mon Sep 17 00:00:00 2001 From: Lee Christensen Date: Thu, 10 Aug 2017 13:00:19 -0700 Subject: [PATCH] Removed unnecessary switch --- Recon/PowerView.ps1 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1 index b28ac0a..57c33bb 100755 --- a/Recon/PowerView.ps1 +++ b/Recon/PowerView.ps1 @@ -18423,10 +18423,6 @@ Search computers with a specific service pack, wildcards accepted. Search computers in the specific AD Site name, wildcards accepted. -.PARAMETER CheckShareAccess - -Switch. Only display found shares that the local user has access to. - .PARAMETER Server Specifies an Active Directory server (domain controller) to bind to. @@ -18527,9 +18523,6 @@ Computer dnshostnames the current user has administrative access to. [String] $ComputerSiteName, - [Switch] - $CheckShareAccess, - [ValidateNotNullOrEmpty()] [Alias('DomainController')] [String]