Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |