Nutanix : Script for reporting All VMs Snapshots from Nutanix AHV

Nutanix has deprecated the v1 PowerShell Cmdlets, which included over 200 essential commands like Get-NTNXSnapshot, which helps list snapshots in a cluster.

Manually tracking snapshots is time-consuming and increases the risk of errors. Fortunately, there’s an API request that can help us streamline this process.

To simplify this process, we can use a PowerShell script that automates Nutanix snapshot reporting. This script connects to the Nutanix REST API to retrieve snapshot details and generates a well-formatted report, which can

VMware : Quick Tip – PowerCLI SSL connection could not be established

When trying to connect to a vCenter with PowerShell / Powercli  the following error might occur.

This error happens when your vCenter is using a certificate that’s not trusted by your device.

So you have 2 solutions, the first and the best one change your vCenter certificate to a trusted one.

The second but not the preferable, ignore invalid certificates and you can do this with the command below:

Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false

After this command, you will be able to connect to

Veeam : Suppression d’un proxy via PowerShell

Veeam : Suppression d’un proxy via PowerShell


Si vous devez réaliser une tache plus de 2 fois, automatisée la, une des règles importantes dans le monde de l’administration système.

Nous vous avons proposé dans cet article un script qui ajoute un proxy aux jobs déjà configurés dans votre plateforme Veeam.
Aujourd’hui nous vous proposons un autre script, mais cette fois-ci pour supprimer un proxy.

En effet, pour supprimer un proxy de sauvegarde, c’est simple :

1. Ouvrir la vue Backup Infrastructure dans

Veeam : Ajout d’un proxy Veeam via Powershell

Veeam : Ajout d’un proxy Veeam via Powershell


Pour des raisons de limites de ressources dans une plateforme Veeam, on peut être amené à ajouter des composantes comme un serveur proxy supplémentaire surtout lorsque les statistiques du job nous indique que les ressources ne sont pas encore prêtes pour l’exécution du travail demandé par le serveur Veeam

Faire cela à la main click by click c’est évidemment une perte de temps, surtout quand on a plus que 100 jobs configurés