Blog List

Get-VmwareSnaphots.ps1

—— @” =============================================================================== Title: Get-VmwareSnaphots.ps1 Description: List snapshots on all VMWARE ESX/ESXi servers as well as VM’s managed by Virtual Center. Requirements: Windows Powershell and the VI Toolkit Usage:...

Read More

FTP Automation

Make a text file that contains your ftp instructions… OPEN my.ftp.com mylogin mypassword binary MPUT mylog.rar BYE Make a bat file that executes it… ftp -i -s:C:script_daily.txt

Read More