aboutsummaryrefslogtreecommitdiff
path: root/Recon/PowerView.ps1
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-12 20:36:42 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-12 20:36:42 -0500
commit6aca12a956452ca40168c71303032c8a80ebf0b4 (patch)
treee2a53f4053bd90bd5142d05ee4c637d612241af4 /Recon/PowerView.ps1
parent32bd21e3355705ea967b35ef2608c74679608e73 (diff)
downloadPowerSploit-6aca12a956452ca40168c71303032c8a80ebf0b4.tar.gz
PowerSploit-6aca12a956452ca40168c71303032c8a80ebf0b4.zip
Typo correction and Recon README.md update
Diffstat (limited to 'Recon/PowerView.ps1')
-rwxr-xr-xRecon/PowerView.ps112
1 files changed, 6 insertions, 6 deletions
diff --git a/Recon/PowerView.ps1 b/Recon/PowerView.ps1
index af2d36d..91484d8 100755
--- a/Recon/PowerView.ps1
+++ b/Recon/PowerView.ps1
@@ -8642,7 +8642,7 @@ function Get-DomainGroupMember {
<#
.SYNOPSIS
-Return the memberes of a specific domain group.
+Return the members of a specific domain group.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
@@ -11635,7 +11635,7 @@ function Get-NetLocalGroup {
<#
.SYNOPSIS
-Eunmerates the local groups on the local (or remote) machine.
+Enumerates the local groups on the local (or remote) machine.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
@@ -11815,7 +11815,7 @@ function Get-NetLocalGroupMember {
<#
.SYNOPSIS
-Eunmerates members of a specific local group on the local (or remote) machine.
+Enumerates members of a specific local group on the local (or remote) machine.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
@@ -13594,7 +13594,7 @@ function Get-WMIProcess {
<#
.SYNOPSIS
-Gets a list of processes and their owners on the local or remote machine
+Returns a list of processes and their owners on the local or remote machine.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
@@ -14069,7 +14069,7 @@ function Find-DomainUserLocation {
<#
.SYNOPSIS
-Finds domains machines where specific users are logged into.
+Finds domain machines where specific users are logged into.
Author: Will Schroeder (@harmj0y)
License: BSD 3-Clause
@@ -17758,7 +17758,7 @@ function Get-DomainTrustMapping {
<#
.SYNOPSIS
-This function enumeartes all trusts for the current domain and then enumerates
+This function enumerates all trusts for the current domain and then enumerates
all trusts for each domain it finds.
Author: Will Schroeder (@harmj0y)