Ryan Kowalewski
Blogs, Articles, and Posts
How to download and install offline Windows updates with PowerShell
(ryanjan.uk)
Automating Windows Update Services can be a pain! It's often easier to install an offline Windows
By: Ryan Kowalewski submitted:Jun 16 2022
Automating Windows Update Services can be a pain! It's often easier to install an offline Windows
update with PowerShell, but where can you download offline update files? Thankfully, the Microsoft Update Catalog site provides offline .msu files for all updates that are released. And, using the MSCatalog module, it's a breeze to download and install these offline updates using PowerShell.
By: Ryan Kowalewski submitted:Jun 16 2022
How to run ESXCLI commands in PowerShell using the PowerCLI Get-EsxCli cmdlet
(ryanjan.uk)
If you're a vSphere admin, you'll be very familiar with the esxcli command. But have you ever
By: Ryan Kowalewski submitted:Jun 16 2022
If you're a vSphere admin, you'll be very familiar with the esxcli command. But have you ever
wondered how to run esxcli commands from PowerCLI? Maybe you don't want to enable SSH on your hosts, or perhaps you need to run an esxcli command in a PowerShell script. The Get-EsxCli cmdlet from the VMware.PowerCLI PowerShell module is the answer!
By: Ryan Kowalewski submitted:Jun 16 2022