Étiquette : Monitoring

How to monitor backups HYCU with powershell ?

In my last business, we needed to determinate if backups are compliances. We used PRTG solution to monitoring devices, but no modules existed. So we decided to create script powershell and used the API Hycu. $RESTAPIUser = $RESTAPIPassword = add-type @ » using System.Net; using System.Security.Cryptography.X509Certificates; public class TrustAllCertsPolicy : ICertificatePolicy { public bool CheckValidationResult(…

Par Dylan HUGER 20/08/2022 0