Auteur/autrice : Dylan HUGER

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

How to abort a freeze software upgrade ?

Recently, on a mission with a client for a cluster deployment. I wanted to update the Esxi hypervisor version. I got the wrong Iso file. This still begins the pre-upgrade process. However the upgrade is stuck at 0% making the upgrade unavailable. I advise you to contact support if this happens to you. → Connnect…

Par Dylan HUGER 20/08/2022 0