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/Recon.psd1 | |
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/Recon.psd1')
-rw-r--r-- | Recon/Recon.psd1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Recon/Recon.psd1 b/Recon/Recon.psd1 index 6cdcfba..7e2abcb 100644 --- a/Recon/Recon.psd1 +++ b/Recon/Recon.psd1 @@ -46,6 +46,7 @@ FunctionsToExport = @( 'Find-DomainObjectPropertyOutlier',
'Get-DomainUser',
'New-DomainUser',
+ 'Set-DomainUserPassword',
'Get-DomainUserEvent',
'Get-DomainComputer',
'Get-DomainObject',
|