DonDom86
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 = ""...
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....
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....
Hi, if you generate a HTMLSummary without title, it generates one blank item. In this example I have generate 4 HTMLSummary in a row:  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...
"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...
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