PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
Good Morning, We have a script that will create Instant Clone Desktop Pools in our environment. We're able to alter all of the settings within this script so far, with...
Fix typo in Examples: s/Get-VN/GetVM/ Signed-off-by: Riaan van Niekerk [email protected]
### Describe the bug I'm in the process of writing a function that will update all properties of $services.GlobalSettings.GlobalSettings_Get().GeneralData. I know about that module VMware.Hv.Helper has Set-HVGlobalSettings cmdlet, but some...
### Describe the bug I am trying to update the Horizon Connection server general settings with PowerCLI as these appear to be exposed in the REST API unfortunately. The settings...
### Describe the bug I have installed several vCenter servers v7.0U3 with the same build. I 'm using the module (Import-Module ./VMware.vSphere.SsoAdmin.psd1) downloaded from your repisitory. I want to use...
### Is your feature request related to a problem? Please describe. 9 months ago the `Start-HVFarm` cmdlet got updated so `NumCPU`, `Ram`, `CorePerSocket` can be specified. I would like to...
### Is your feature request related to a problem? Please describe. As a security best practice, adopting Multi-factor Authentication is a major goal. For normal vCenter and VCSA operations I...
### Describe the bug Hi, When importing a pool with powershell in json format, this error appears : Exception lors de l'appel de « Desktop_Create » avec « 2 »...
### Describe the bug Creating a new Horizon Pool via New-HVPool using a JSON input file will fail (terminating) when using an A16 vGPU GRID profile (i.e. VGPUGridProfile: 'nvidia_a16_1b) for...
### Is your feature request related to a problem? Please describe. Currently, New-SsoPersonUser, Set-SsoPersonUser, and Set-SsoSelfPersonUserPassword all use Strings to specify a Password for the user. This is a poor...