voyeur icon indicating copy to clipboard operation
voyeur copied to clipboard

VOYEUR's main purpose is to generate a fast (and pretty) Active Directory report. The tool is developed entirely in PowerShell (a powerful scripting language) without dependencies (just .Net Framework...

Results 6 voyeur issues
Sort by recently updated
recently updated
newest added

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

There is possible XML search function problem due to "-ErrorAction Stop" in GPP plugin (Plugins\GppPasswords.ps1). Suggest change following code: ---cut----------------------------------------- $AllFiles = Get-ChildItem "\\$DomainName\SYSVOL" -Recurse **-ErrorAction Stop** -Include 'Groups.xml','Services.xml','ScheduledTasks.xml','DataSources.xml','Drives.xml' ---cut-----------------------------------------...

Hello, if anyone experienced program code execution issues while using "-ExportACL" switch, i suggest "Plugins\ACL.ps1" file code changes: Change following line: ---cut----------------------------------------------- "Risk" = (Get-Icon $acl.ActiveDirectoryRights) **"Risk" = (Get-Icon $acl.ActiveDirectoryRights).ToString()**...

When running the tool and exporting to excel I am only seeing a single column (in this case, "whenChanged") I have tried the following: - default config setting, as well...

When running the script against a DC known to have multiple groups.xml files with one or more cpassword values populated the script is consistently returning "WARNING: No group policy preferences...

silverhack, I was trying to run this script today and export to excel. I was met with: "Exception getting "Item": "Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))" I've been reading...