voyeur
voyeur copied to clipboard
code mistype in main GPP plugin (Plugins\GppPasswords.ps1)
There is mistype in "Plugins\GppPasswords.ps1", which leads to not-functioning main GPP process. Suggest change following code: ---cut----------------------------------------------- Write-Host ("{0}: {1}" -f "Group Policy task ID $bgRunspaceID", "Retrieve potential files with Username:passwords from $DomainName")` -ForegroundColor Magenta ---cut-----------------------------------------------
to following code: ---cut----------------------------------------------- Write-Host ("{0}: {1}" -f "Group Policy task ID $bgRunspaceID", "Retrieve potential files with **Username:passwords from $DomainName") -ForegroundColor Magenta ---cut-----------------------------------------------