-
Search
-
Categories
- Lab Infrastructure (81)
- Messaging (10)
- Scripting (156)
- Uncategorized (2)
- Virtualization (211)
-
Archives
Category Archives: Virtualization
Remove vCenter Scheduled Tasks with PowerCLI (Part 3)
In my most recent series on vCenter Scheduled Tasks with PowerCLI, I have provided three functions…Get-VIScheduledTasks, Get-VMScheduledSnapshots, and New-VMScheduledSnapshot. To complete the series, I have a final function Remove-VIScheduledTask. I don’t really see the need for this one, as you … Continue reading
Posted in Scripting, Virtualization
2 Comments
New vCenter Scheduled Tasks with PowerCLI (Part 2)
In a recent post New vCenter Scheduled Tasks with PowerCLI (Part 1), I provided two functions that return information related to vCenter Scheduled Tasks. This was my first step towards creating a PowerShell function that I could run to create … Continue reading
Posted in Scripting, Virtualization
11 Comments
Get vCenter Scheduled Tasks with PowerCLI (Part 1)
I work with a lot of scheduled tasks. Typically, these tasks run powershell scripts from the Windows Task Scheduler. However, when working with simple VMware tasks (like creating snapshots right before a maintenance window) I like to use the Scheduled … Continue reading
Posted in Scripting, Virtualization
10 Comments
PowerCLI checks for vSphere Datastores
Over the last couple of days, I have posted a handful of PowerCLI scripts to check a vSphere environment. These checks have looked at general cluster level reporting, networking and virtual machines. Today I’m posting a couple of checks that … Continue reading
Posted in Scripting, Virtualization
Leave a comment
vSphere virtual machine checks
I’ve recently posted a series of vSphere checks based on PowerCLI. The following couple of checks apply to virtual machines. The following check looks for virtual machines where the ‘toolsUpgradePolicy’ is set to manual. I like to change this value … Continue reading
Posted in Scripting, Virtualization
Leave a comment