-
Search
-
Categories
- Lab Infrastructure (82)
- Messaging (10)
- Scripting (156)
- Uncategorized (2)
- Virtualization (212)
-
Archives
Category Archives: Scripting
Using GuestStore to Deliver Content to Network-Isolated VMs in vSphere
When working with VMs that lack network connectivity, transferring files can be tricky. I recently explored the GuestStore feature a built-in vSphere feature that solves this challenge by allowing file delivery via VMware Tools—even without a network. This post walks … Continue reading
Posted in Scripting, Virtualization
Leave a comment
Comparing Installed Packages on Photon OS Using PowerShell and SSH
When debugging inconsistencies between Photon OS systems, say one is failing and another is stable, it’s useful to compare their installed package versions. In one recent case, I needed a quick way to do just that from my admin workstation. … Continue reading
Posted in Scripting
Leave a comment
How to Use PowerCLI with Entra ID Federated vCenter Logins
vCenter Server 8.0 allows administrators to federate identity with Entra ID (formerly Azure AD), enabling seamless SSO and MFA. However, integrating this setup with automation tools like PowerCLI introduces a few challenges. This guide walks through enabling and using PowerCLI … Continue reading
Posted in Scripting, Virtualization
3 Comments
Automating SSL Certificate Replacement with the Aria Suite Lifecycle API
Someone recently asked me if there was an API to replace the Aria Operations for Logs SSL certificate programmatically. In this case, Aria Suite Lifecycle was already deployed and used to manage multiple Aria Operations for Logs clusters, primarily used … Continue reading
Posted in Lab Infrastructure, Scripting, Virtualization
Leave a comment
Getting Started with Bruno: A Beginner’s Guide to Simplifying API Interactions
I’ve recently been working with APIs more than ever. A colleague recently introduced me to Bruno, an offline, open-source API client. For the most part, I had been interacting with APIs using swagger UIs in product or with PowerShell’s Invoke-RestMethod. … Continue reading
Posted in Lab Infrastructure, Scripting
Leave a comment