Tag: PowerShell

  • Extend the Automation of Web-based Applications through API and Browser Developer Tools

    Extend the Automation of Web-based Applications through API and Browser Developer Tools

    Most developers rely only on the official APIs provided by vendors, which might not always include the needed APIs. In this video, we’ll explore how to extend the automation of web-based applications beyond the announced API using browser developer tools. You’ll learn how to: – Inspect network requests and discover hidden API endpoints – Reuse…

  • Monitor Event ID in Windows Event Viewer

    Many applications log their important events in Windows Event Viewer. Here comes the importance of applying the monitoring of the important events as part of the IT monitoring. Below PowerShell script will help in monitoring the needed event ID along with the path it resides in Firstly, we will get the event ID and the…

  • Monitor URL Response Code

    Monitor URL Response Code

    Websites availability monitoring is one of the most important things in IT monitoring, as many businesses rely on the websites that deliver their services to the customers. Or there are some internal applications that serves the IT infrastructure and it is website based and its availability is also important. In this post we will go…

  • Export Devices’ System Information from PRTG to One File at Once

    Export Devices’ System Information from PRTG to One File at Once

    This blog post will explain a simple and easy way to export the system information for multiple PRTG devices at once and to be on the same Excel file together using API, PowerShell, and Excel. The API to get the system information for one device is as below (mentioned in this Paessler KB) Note 1:…

  • Monitoring Windows Task Scheduler through PowerShell Script and PRTG

    Monitoring Windows Task Scheduler through PowerShell Script and PRTG

    To monitor the last run time and last task result for a scheduled task in Windows Task Scheduler, the below PowerShell script will help you to do it by using PRTG Network Monitoring tool to run the script in timely intervals, evaluate the result and take the action of notification 1- To start with, we…