Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-18 | Fix for edge case where System.Core is not loaded | b33f | 1 | -1/+4 | |
Make sure System.Core is loaded before creating an AES object. https://github.com/PowerShellMafia/PowerSploit/issues/247 | |||||
2017-01-09 | Bug fixes in Get-GPPPassword | HarmJ0y | 1 | -4/+9 | |
2017-01-07 | Fix for issue #170 | HarmJ0y | 1 | -183/+279 | |
Added -SearchForest to search all reachable domain trust \SYSVOL\'s Each password is now output as a separate object. | |||||
2016-07-19 | Added default value to parameter | Dennis Maldonado | 1 | -12/+4 | |
Added default value to parameter and got rid of value check later in the code. Added validation of -Server value to ensure it is not $Null or an empty string | |||||
2016-06-30 | Added ability to specify domain controller to search (-Server parameter) | Dennis Maldonado | 1 | -5/+37 | |
Added the ability for users to specify the domain controller that is searched, using the -Server parameter. The -Server parameter is optional and defaults to the user's current domain if not specified. | |||||
2015-12-16 | Removed all version numbers from scripts | Matt Graeber | 1 | -1/+0 | |
Scripts in a module should not be individually versioned. Only the module should be versioned. | |||||
2014-03-21 | Missing File Names | Chris Campbell | 1 | -2/+2 | |
Added printers.xml and drives.xml to the search. | |||||
2014-03-05 | Bug fix of from v3 XML expanding to $Count | Chris Campbell | 1 | -2/+2 | |
This bug fix was from @jakxx | |||||
2014-03-05 | Update to version 2.4.0 from @jakxx | Chris Campbell | 1 | -3/+14 | |
Removed unnecessary comment, merged update with printers.xml and drives.xml from @jackxx | |||||
2014-02-21 | Update Get-GPPPassword.ps1 | Chris Campbell | 1 | -3/+3 | |
2014-02-21 | Update Get-GPPPassword.ps1 | Chris Campbell | 1 | -1/+1 | |
2014-02-21 | Changed the direction of XML parsing | Chris Campbell | 1 | -70/+63 | |
Used Select-XML to ensure compatibility with v2 | |||||
2014-02-21 | Update Get-GPPPassword.ps1 | Chris Campbell | 1 | -1/+1 | |
Iterate version. | |||||
2014-02-21 | Update Get-GPPPassword.ps1 | Chris Campbell | 1 | -5/+5 | |
2014-02-21 | Update Get-GPPPassword.ps1 | Chris Campbell | 1 | -12/+12 | |
Bug fix of variables. | |||||
2014-02-21 | Major Revision of Get-GPPPasswords | mattifestation | 1 | -59/+141 | |
Thanks @obscuresec! | |||||
2014-01-01 | Fixes #23 - $Password was not being cleared | mattifestation | 1 | -0/+1 | |
2013-11-13 | Normalized all scripts to ASCII encoding | mattifestation | 1 | -1/+1 | |
2013-08-17 | Added additional error handling to Get-GPPPassword | Matt Graeber | 1 | -3/+10 | |
2013-08-12 | added ErrorAction SilentlyContinue to Get-ChildItem | hajdbo | 1 | -2/+2 | |
Sometimes you will have a denied access to a directory. "ErrorAction SilentlyContinue" will continue searching recursively in \SYSVOL even when it encounters a directory where access is denied. | |||||
2013-07-03 | Fix improper use of $Error[0] | Chris Campbell | 1 | -1/+1 | |
2013-07-03 | Terminating Errors Added | Chris Campbell | 1 | -1/+5 | |
Added checks to ensure that the script is being ran on a domain-joined machine and with a domain account. | |||||
2013-07-03 | Updated Get-GPPPassword | Matt Graeber | 1 | -0/+126 | |