Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

code mistype in main GPP plugin (Plugins\GppPasswords.ps1) #6

Open
nonefaken opened this issue May 24, 2017 · 0 comments
Open

code mistype in main GPP plugin (Plugins\GppPasswords.ps1) #6

nonefaken opened this issue May 24, 2017 · 0 comments

Comments

@nonefaken
Copy link

nonefaken commented May 24, 2017

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-----------------------------------------------

@nonefaken nonefaken reopened this May 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant