archivepowershell

CodeVMware

Speed up your PowerShell scripts

PowerShell is a necessary part of your toolkit for anyone working on IT infrastructure. Over time your IT environment increases in size, scripts get more dependent upon and consequently need to run much faster. How can I  speed up my PowerShell Scripts? This is a common question, fortunately, with some...
VMware

Running PowerCLI / Powershell scripts as a scheduled task

From my last post about checking if your VMs are backed up with a PowerCLI script, I have been asked how to add this as a scheduled task. The answer is fairly simple. On a Windows Server at least (2012R2 in this example) Open Task Scheduler Select Task Scheduler Library...
Dell EMC

Dell iDRAC Automation with RACADM

Since as far back as I can remember, Dell have made available a CLI for their iDRACs. This means we can easily automate the configuration of the Dell iDRAC remotely. This is key for a number of reasons: Speed of server deployment. We can deploy servers much faster by automating...