Comments
-
To assign the value retrieved from the registry key to a custom property called "WSUSServer," you can use PowerShell scripting. Here's an example of how you can achieve this: $regvalue = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate' $property = (Get-ItemProperty -Path $regvalue).WUServer # Set the custom…
-
To trigger actions using PowerShell scripts or executable commands for specific alerts: * Create a PowerShell script to query and clean up disk usage when it reaches a certain threshold. * Develop a script to check the status of a Windows service and automatically restart it if necessary. * Implement a script that monitors…
-
Yes, in order to monitor an HTTP website, you can use SolarWinds Server and Application Monitor (SAM) module. The HTTP/S monitoring feature is included in SAM, which allows you to monitor the status of web pages, web servers, and web applications. While it is possible to monitor HTTP websites without the SAM module, it may…
-
Hello, To add Active Directory monitoring, you can use a variety of tools, including built-in Windows Server tools or third-party software. Some popular tools for monitoring Active Directory include: * Active Directory Replication Status Tool (ADREPLSTATUS) * Windows Server Performance Monitor * System Center Operations…