What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Defekter Sensor nach PRTG Update

Votes:

0

Nach dem Update auf 21.2.68.1492+ funktionieren diverse Sensoren nicht mehr. u.a. der Sensor zur Aktualitätsprüfung einer Logdatei:

param(
$serverName,
$path
)
Invoke-Command -ComputerName $serverName -ArgumentList $path -ScriptBlock {
$path = $args[0]
$lastLog = (Get-ChildItem $path).LastWriteTime
$currentDate = Get-Date
$DateDiff=New-TimeSpan -Start $lastLog -End $currentDate
write-host $DateDiff.seconds,":OK"
}

Bekam ich bisher als Ergebnis wann die letzte Änderung erfolgt ist, erhalte ich nach dem Update:

"Antwort nicht wohlgeformt: "(Fehler eines Befehls mit einer Eingabeaufforderung.
Das Hostprogramm oder der Befehlstyp unterstützt keine Benutzerinteraktion.
Verwenden Sie ein Hostprogramm, das die Benutzerinteraktion unterstützt,
z. B. die Windows PowerShell-Konsole oder Windows PowerShell-ISE,
und entfernen Sie Befehle mit Eingabeaufforderungen aus Befehlstypen,
die keine Benutzerinteraktionunterstützen, z. B. Windows PowerShell-Workflows. )"
(Code: PE132)"

exe prtg sensor

Created on Aug 6, 2021 1:36:42 PM

Last change on Aug 10, 2021 9:35:38 AM by  Felix Saure [Paessler Support]



1 Reply

Votes:

0

Hi there,

Please check the /systemsetup.htm?tabid=2 page of your PRTG installation to see if the PowerShell Security Enhancement feature is enabled. If so, try to disable it and perform a rescan of the sensor.

Do they work again afterwards?


Kind regards,
Felix Saure, Tech Support Team

Created on Aug 10, 2021 9:41:53 AM by  Felix Saure [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.