Skip to main content

Powershell

Powershell
PowerShell Automation Scripts # A collection of PowerShell scripts for automating various tasks across different products and vendors.
New-ScheduledSnapshot.ps1
This PowerShell script enables the creation of a scheduled snapshot for one or multiple VMware vCenter virtual machines (VMs). It automates the snapshot creation based on a defined schedule, which is especially useful for backup and maintenance purposes in virtualized environments.
Get-VMDiskReport.ps1
This script creates a list (CSV file) of all virtual hard disks (VMDKs). This file can then be further processed or analyzed with tools like Excel.