diff options
author | byt3bl33d3r <byt3bl33d3r@protonmail.com> | 2017-05-31 00:28:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-31 00:28:52 -0600 |
commit | 6889a8efabdb6e08b7802c020f54cde148937450 (patch) | |
tree | 66d21914c9d1b9b15898981ab567eb11b0b37276 /Recon | |
parent | d9e9231755d672e98e6ee9c4a5ae90ae8dda001c (diff) | |
download | PowerSploit-6889a8efabdb6e08b7802c020f54cde148937450.tar.gz PowerSploit-6889a8efabdb6e08b7802c020f54cde148937450.zip |
Fixed alias typo for Find-GPOComputerAdmin
Diffstat (limited to 'Recon')
-rwxr-xr-x | Recon/PowerView.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1 index 021f9be..0a4e000 100755 --- a/Recon/PowerView.ps1 +++ b/Recon/PowerView.ps1 @@ -19192,7 +19192,7 @@ Set-Alias Get-DFSshare Get-DomainDFSShare Set-Alias Get-NetGPO Get-DomainGPO Set-Alias Get-NetGPOGroup Get-DomainGPOLocalGroup Set-Alias Find-GPOLocation Get-DomainGPOUserLocalGroupMapping -Set-Alias Find-GPOComputerAdmin Get-DomainGPOComputerLocalGroupMappin +Set-Alias Find-GPOComputerAdmin Get-DomainGPOComputerLocalGroupMapping Set-Alias Get-LoggedOnLocal Get-RegLoggedOn Set-Alias Invoke-CheckLocalAdminAccess Test-AdminAccess Set-Alias Get-SiteName Get-NetComputerSiteName |