b33f
41cad0ee9f
Fix for edge case where System.Core is not loaded
...
Make sure System.Core is loaded before creating an AES object. https://github.com/PowerShellMafia/PowerSploit/issues/247
2017-07-18 13:08:31 +01:00
HarmJ0y
215ec25da0
Bug fixes in Get-GPPPassword
2017-01-09 18:11:15 -05:00
HarmJ0y
5500a7e131
Fix for issue #170
...
Added -SearchForest to search all reachable domain trust \SYSVOL\'s
Each password is now output as a separate object.
2017-01-07 20:32:14 -05:00
Dennis Maldonado
87630cac63
Added default value to parameter
...
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-07-19 10:36:59 -05:00
Dennis Maldonado
548b8864cf
Added ability to specify domain controller to search (-Server parameter)
...
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.
2016-06-30 08:46:08 -05:00
Matt Graeber
c2a70924e1
Removed all version numbers from scripts
...
Scripts in a module should not be individually versioned. Only the
module should be versioned.
2015-12-16 17:08:57 -08:00
Chris Campbell
946328cf9e
Missing File Names
...
Added printers.xml and drives.xml to the search.
2014-03-21 13:22:33 -04:00
Chris Campbell
1798918edf
Bug fix of from v3 XML expanding to $Count
...
This bug fix was from @jakxx
2014-03-05 00:40:02 -05:00
Chris Campbell
49c9f04533
Update to version 2.4.0 from @jakxx
...
Removed unnecessary comment, merged update with printers.xml and drives.xml from @jackxx
2014-03-05 00:32:40 -05:00
Chris Campbell
3047ccfe32
Update Get-GPPPassword.ps1
2014-02-21 22:37:23 -05:00
Chris Campbell
7ee66855f3
Update Get-GPPPassword.ps1
2014-02-21 22:34:11 -05:00
Chris Campbell
22572d6e7d
Changed the direction of XML parsing
...
Used Select-XML to ensure compatibility with v2
2014-02-21 22:33:27 -05:00
Chris Campbell
770fe8ff10
Update Get-GPPPassword.ps1
...
Iterate version.
2014-02-21 15:26:49 -05:00
Chris Campbell
313d80373c
Update Get-GPPPassword.ps1
2014-02-21 15:19:55 -05:00
Chris Campbell
261aaf6302
Update Get-GPPPassword.ps1
...
Bug fix of variables.
2014-02-21 15:09:43 -05:00
mattifestation
24fc1b6b6c
Major Revision of Get-GPPPasswords
...
Thanks @obscuresec!
2014-02-21 05:59:58 -05:00
mattifestation
9f41edcf82
Fixes #23 - $Password was not being cleared
2014-01-01 13:10:06 -05:00
mattifestation
237d362acf
Normalized all scripts to ASCII encoding
2013-11-13 21:01:02 -05:00
Matt Graeber
ba33613413
Added additional error handling to Get-GPPPassword
2013-08-17 16:31:48 -04:00
hajdbo
c623814116
added ErrorAction SilentlyContinue to Get-ChildItem
...
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-08-12 12:04:38 +02:00
Chris Campbell
321e53ee23
Fix improper use of $Error[0]
2013-07-03 21:42:34 -04:00
Chris Campbell
eb85e1ce9d
Terminating Errors Added
...
Added checks to ensure that the script is being ran on a domain-joined machine and with a domain account.
2013-07-03 20:31:53 -04:00
Matt Graeber
371c65c9a7
Updated Get-GPPPassword
2013-07-03 05:46:44 -04:00