nonefaken
nonefaken
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()**...