PowerShell: Add VMware PowerCLI to PowerShell ISE on demand

I often find my self in need of VMware’s PowerCLI cmdlets, but the PowerCLI console really lack a script editor and IntelliSense support as it builds on the regular PowerShell console. I could just add the VMware snap-ins to my profile and load them everytime I start PowerShell ISE, but it don’t want to wait for them… Read More: PowerShell: Add VMware PowerCLI to PowerShell ISE on demand »

Cool Tool: WMI Explorer

A cool tool – the WMI Explorer – caught my attention on the Hey, Scripting Guy! Blog. The tool allows you to explore, and even search available WMI namespaces and classes on local as well as remote computers.

Backup MySQL using PHP

A PHP script for backing up your MySQL databases. Can easily be added to a cron job to have scheduled database backups made. The PHP script below is based on the Back up Mysql database via PHP snippet found on DZone.com, but modified to suit my needs for versioning rather than creating a new filename every… Read More: Backup MySQL using PHP »