DonDom86

Results 8 issues of DonDom86

Hi, $GitHubUrl = "https://api.github.com/repos/evotecit/Testimo/releases" if ($(Test-Connection $GitHubUrl -Quiet -Count 1) -eq $true) { [Array] $GitHubReleases = (Get-GitHubLatestRelease -Url $GitHubUrl) } else { [Array] $GitHubReleases = [PSCustomObject] @{ PublishDate = ""...

enhancement

HI, I love your report. However, I would find it super if the ChartPie were linked with the corresponding tables. So a quick simple filtering based on assessment is possible....

enhancement

If there are WAN-Optimizer in an active directory environment this function is not working. This is because Get-ADDomainController -Filter * Small change and it will also work in these environments....

enhancement

Hi, if you generate a HTMLSummary without title, it generates one blank item. In this example I have generate 4 HTMLSummary in a row: ![image](https://user-images.githubusercontent.com/97181496/188084755-0f75e8c2-e9dd-4289-94a5-2a38e09545d6.png) Best Regards

Based on the report that the Testimo module generates, I came across the use of the navigation menus (through your recommendation). So I would like to use the tabs of...

enhancement

"Why this happens ? This happen because by default the joiner of the computer has creator owner privilege by default and this privilege give him a set of permissions that...

enhancement

Why do you convert the datatypes all to string? Is it needed? ... Line 99 elseif ($Object.GetType().Name -in 'String', 'DateTime', 'TimeSpan', 'Version', 'Enum') { $Object = $Object.ToString() } elseif ($Depth)...

Examples/RunMe-FindEventsGroupPolicyChangesWithConfig.ps1 Hi saw you example. Is there an builtin way to convert IDs to the DisplayName of a GPO? Thanks