PowerCLI

 View Only

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

Search Community

Latest Discussions

  • When using Connect-VIServer and a user@vsphere.local account, have you tried using the -NotDefault parameter? There is a KB article here: https://knowledge.broadcom.com/external/article/418702/connectviserver-cmdlet-cannot-be-execute.html which suggests ...

  • Hi Roger, The issue is actually within the Download-VCFRelease function which starts at line 288 . The error is on line 336 where it's referencing an undefined variable. Change ${VCFInstallerVersion} to ${VCFInstallerProductVersion} ...

Latest Q&A List

  • avensis david's profile image

    RE: PowerCLI command

    Hi, it works for me too, I haven't had any problems.

  • Eric Perromat's profile image

    RE: PowerCLI command

    Hello, Works fine with : get-vm myvm | select Name, PowerState, @{N='VMHost';E={$_.VMHost}}

Recent Shared Files List

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

  • Posted in: PowerCLI

Unanswered Threads

  • Posted in: PowerCLI

    Hi all. Regarding the UEFI 2023 deadline in June, I guess a lot of you are looking to fully automate this procedure. If it only were the KEK certificate to change, this looks like it easily can be done by renaming the .nvram file. And that works ...

  • Posted in: PowerCLI

    Hello Team, We are working with Veeam support and trying to test the functionality of the creation and deletion of the storage policies. However, we observe that we cannot delete any of the storage policies and the below error is thrown. So, this is ...