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
In general, the latest version of VCF PowerCLI supports all vSphere versions that are supported at the time of release. Currently VCF PowerCLI 9.1 supports vSphere 8.0, 9.0 and 9.1. You can use the compatibility matrix to check: Product Interoperability ...
Just as an FYI - Now that we are upgraded to 9.1, we can more easily take advantage of password policies and don't really need to script stuff like this anymore. Check this out: https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9 ...
Hello everyone I've setup symantec on a container recently. I was doing a test process but reached to a odd issue. Scenario ...
You can fetch data you need using this command: Get-VM -Name "vmname" | Select-Object ` Name, @{N="Host";E={$_.VMHost.Name}}, ...
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 ...
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 ...