About 538,000 results
Open links in new tab
  1. Connect-VIServer Command | Vmware PowerCLI Reference

    This cmdlet establishes a connection to a vCenter Server system. The cmdlet starts a new session or re-establishes a previous session with a vCenter Server system using the specified …

  2. How to Connect to vCenter with PowerCLI - ScriptWizards.Net

    Jan 3, 2024 · Once the module is imported, you can use the Connect-VIServer cmdlet to establish a connection to your vCenter Server. Replace vcenter.example.com with the hostname or IP …

  3. Back to Basics: Connecting to vCenter or a vSphere Host

    Mar 5, 2013 · If you are connecting to either a vCenter server or a vSphere Host the cmdlet is the same, you can use the Connect-VIServer cmdlet to connect to both of these (even at the same …

  4. Connect Commands — PowerCLI Core latest documentation

    If you select this option, every time when you connect to a different server using Connect-VIServer, the new server connection is stored in an array variable together with the previously …

  5. vSphere PowerCLI: Setup and Configuration - Petri IT …

    Sep 20, 2013 · To connect to a server you need to specify a name or IP address and you need to be authenticated (assuming your current credentials don’t suffice). You can use a saved …

  6. Connect Through Connect-VIServer

    Use the Connect-VIServer cmdlet to connect to a vCenter Server system and access the vSphere Automation API .

  7. PowerShell Script to Login to Multiple vCenter Servers

    Dec 8, 2023 · Do you have multiple vCenter servers that you interact with on a daily basis? Do you like to use PowerShell to manage them? I was opening a PowerShell window, and doing a …

  8. Connect-VIServer fails with "Object reference not set to an ... - GitHub

    Aug 15, 2022 · We have found the issue and a fix will be available in the next PowerCLI version. The workaround for your case currently is to call Disconnect-VIServer right after the restart. …

  9. Error: "Invalid server certificate" when using Connect-VIServer

    Jun 16, 2025 · Reconnect to vCenter and handle the thumbprint: Use the Connect-VIServer cmdlet. If the thumbprint of the vCenter Server's SSL certificate has changed or is not trusted, …

  10. The power of the script: vSphere CLI – VM Infrastructure

    Mar 14, 2025 · When you learn the syntax, using the vSphere CLI is an easy way to gather information quickly and easily from one or many vCenters. PowerCLI is a potent tool. The …