Comments
-
You could create an application monitor template with a PowerShell script that monitors the time of the system and then runs the command you need to run. For example, the following script checks that it is 12pm each day and then deletes a file off C:\temp $FilePath = "C:\Temp\yourfile.txt" $LastRunDate = $null while…
-
We have a few computers in our DMZ that is not joined to the domain. The way I am able to collect data on these systems is to utilize the SNMP polling method. If that doesn't work, you could probably try Agent version polling. I have not set any systems up with agents other than a few linux systems, but it still should…
-
https://thwack.solarwinds.com/content-exchange/server-application-monitor/m/application-monitor-templates Sort by date.