Tag Archives: PowerShell

Add iSCSI Target to Software iSCSI Initiator on All Hosts in a Datacenter

If you’re like me, you have noticed that adding an iSCSI target to many hosts takes a really long time in the vSphere client. You have to navigate to the configuration tab of each host, enter the storage adapters section, … Continue reading

Posted in VMware | Tagged , , , , | Leave a comment

Add NFS Datastore to all Hosts in a Chosen Cluster

Have you ever wished you could add a datastore to all hosts for a given cluster at once, rather than having to add it to each host one-by-one? This PowerCLI script was created to accomplish just that. It’s pretty straight forward – run it and … Continue reading

Posted in VMware | Tagged , , | Leave a comment

Script to Backup MySQL Database

Being that that this blog is “Proudly Powered by WordPress,” which uses a MySQL database, I wanted to find a way to schedule regular backups of MySQL databases. I am not that well versed with MySQL – all of the … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment

XenApp 6 PowerShell SDK: Enabling Remoting via Enable-XAPSRemoting

I was running through the steps outlined over at http://community.citrix.com/display/ocb/2010/09/07/XenApp+6+SDK+-+Remoting+via+PowerShell+Remoting the other day, and just wanted to comment on one thing that I came across. I was beginning to get frustrated because I could not successfully run the Enable-XAPSRemoting command on … Continue reading

Posted in Citrix, Microsoft | Tagged , | Leave a comment