-
Search
-
Categories
- Lab Infrastructure (82)
- Messaging (10)
- Scripting (156)
- Uncategorized (2)
- Virtualization (212)
-
Archives
Category Archives: Virtualization
How to use PowerCLI with Federated vCenter Logins
Earlier this year, I created a post about using PowerCLI to connect to an environment that was configured for Entra ID authentication (https://enterpriseadmins.org/blog/scripting/how-to-use-powercli-with-entra-id-federated-vcenter-logins/). I’ve recently deployed VMware Cloud Foundation 9.0.1 in a lab, and with the help of a couple … Continue reading
Posted in Scripting, Virtualization
1 Comment
Did You Know VMCA Can Issue Certificates for Other Services?
VMware Certificate Authority (VMCA) is used within vSphere to secure connections between vCenter Server and ESXi hosts, but what if we need certificates for other systems? In a previous post, I used group policy to add the VMCA Root CA … Continue reading
Posted in Lab Infrastructure, Virtualization
Leave a comment
Simplifying Certificate Trust in Multi-Lab Environments
In my lab I have a jump box that I typically use for management. It is joined to active directory and automatically trusts my primary CA root certificate. This CA issued the Machine SSL certificate for my vCenter Server, so … Continue reading
Posted in Lab Infrastructure, Scripting, Virtualization
1 Comment
Automating vCenter and Host Log Bundle Collection with PowerCLI
Manually collecting log bundles from vCenter and hosts can be repetitive and time-consuming. Here’s how I automated the process with PowerCLI. I wanted a short script that would let me pick a vCenter server, then do the other relevant tasks: … Continue reading
Posted in Scripting, Virtualization
Leave a comment
Simulating vCenter Server Connection Failures with iptables
I was recently testing an application and wanted to see how it would behave if its connection to vCenter Server was interrupted. Would the process auto-recover? Would I need to restart a service? To find out, I simulated a connection … Continue reading
Posted in Lab Infrastructure, Virtualization
Leave a comment