diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-13 16:00:28 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-13 16:00:28 -0500 |
commit | f4f5fb1460a8163e333c9e5462df6d3ab27a53a6 (patch) | |
tree | bd0634c64d03a4123578b7dc6bc2cabf5fc6c6b3 /Recon/README.md | |
parent | 813eab4a399c00d2632ac06192c861084651de6d (diff) | |
download | PowerSploit-f4f5fb1460a8163e333c9e5462df6d3ab27a53a6.tar.gz PowerSploit-f4f5fb1460a8163e333c9e5462df6d3ab27a53a6.zip |
Added Set-DomainUserPassword to reset a particular user's password.
Reformatted documentation.
Diffstat (limited to 'Recon/README.md')
-rw-r--r-- | Recon/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Recon/README.md b/Recon/README.md index acc2627..7fcacc5 100644 --- a/Recon/README.md +++ b/Recon/README.md @@ -58,6 +58,7 @@ an array of hosts from the pipeline. Find-DomainObjectPropertyOutlier- inds user/group/computer objects in AD that have 'outlier' properties set
Get-DomainUser - return all users or specific user objects in AD
New-DomainUser - creates a new domain user (assuming appropriate permissions) and returns the user object
+ Set-DomainUserPassword - sets the password for a given user identity and returns the user object
Get-DomainUserEvent - enumerates account logon events (ID 4624) and Logon with explicit credential events
Get-DomainComputer - returns all computers or specific computer objects in AD
Get-DomainObject - returns all (or specified) domain objects in AD
|