PowerCLI

 View Only

Search Community

What's New

  • New PowerCLI Community

    Welcome back to the new PowerCLI Community.   We are working hard with the developers to fix the code insert issue many of you reported.   This formatted code on the previous platform but did not convert well so we are working patching all posts.   I appreciate your patience.   @Jason McClellan, Platform Admin

Latest Discussions

  • Thanks for your reply Alex. I took a stab at letting AI fix it. See below, now I think the issue is related to using the "Import-CSV" cmdlet. When I use Export-CSV to export the output, it shows as numbers. # Requires the VMware PowerCLI module ...

  • Nevermind, I figured it out. Turns out you can't run the command this way: Get-VM $VMname | Remove-VTpm You have to run it this way: Get-VTpm - VM $VMname | Remove-VTpm

Latest Q&A List

  • SirHaschke's profile image

    RE: Connect-VIServer doesn't work

    I think i found the problem. Internal firewall blocks port 443 :-(

  • SirHaschke's profile image

    Connect-VIServer doesn't work

    Hi, i try to connect to my vCenter but i get an error about a certificate. I have installed the certificate on my server........ How ...

Unanswered Threads

  • Posted in: PowerCLI

    Hi, I've been using the following code to create a virtual machine replication: $ReplicationSpec = Initialize-VrConfigureReplicationSpec ` -Rpo 60 ` -NetworkCompressionEnabled:$false ` -MpitEnabled:$false ` -AutoReplicateNewDisks:$true ` -LwdEncryptionEnabled:$false ...

  • Posted in: PowerCLI

    I have a PowerShell script that uses Invoke-RestMethod with Basic authentication to query NSX‑T: first to list all Tier‑0 gateways, then for each Tier‑0 get its locale‑services, then for each locale-service get BGP neighbor status. Because Basic auth ...

Recent Shared Files List Add

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI