Roberto Marcelino Machado
Roberto Marcelino Machado
I can select the list, but it doesn't show more than 10 servers. There is no option to scroll the dropdown.
Hi! Sorry for the delay in responding. I verified that I had copied the files as HTML and not the script they are. Beginner's stupidity! And look, I have about...
I verified that I had copied the files as HTML and not the script they are.
Dá uma olhada neste link: https://forum.netgate.com/topic/131625/sarg-e2guardian
I am using the agent version 5.2.5, frontend 5.2.5 as well and the script is version v5.x. After removing the parentheses, it started to work on the Windows Server 2019...
``` $file = Get-Content $Senderarg3 $file | foreach { $items = $_.split("=") if ($items[0] -eq "Hostname"){$result = $items[1]} } if (-not($result)){ $hostname = $env:computername } else { $hostname = $result.Trim()...
I changed the location from where to download the .PS1 file, because when it comes from Github, it has different encoding and doesn't run. I tried to change the command...