PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
By using get-hvmachinesummary , How can I export only the Machine Name , User & the Status to a CSV File ?
**Command**: _Get-SsoPersonUser -Name "AD-Service-Account-01" -Domain "MyCompany.com"_ **Error Message**: Get-SsoPersonUser: One or more errors occurred. (The request channel timed out attempting to send after 00:00:30. Increase the timeout value passed to...
I've tried many avenues to get the accounts set in "Global Permissions". With "Propagate to children" enabled, of course I can find them further down in objects like DataCenter. More:...
When issuing a `Get-CISTagAssignment -Category "category_name" -Entity "vm_name"`, the output displays all tags. `Get-CISTagAssignment -Entity "vm_name"` shows the exact same results. 
There is no -Category parameter for: - New-CISTagAssignment - Remove-CISTagAssignment This makes it impossible to add or remove a tag from a VM in which the vCenter has more than...
When running Start-HVPool with -StartTime property defined, the command throws an error when pushing to an Instant Clone pool. Will provide more details shortly.
Hello, since we have some empty pools in our 400pool+, 10k+ user environment (due to some POC-Projects) we cant run Find-HVMachine or Find-HVMachinesummary anymore. (to get a list of all...
I have a nice working scripit now for linked clone pools and instant clone pools. The only thing thats not working is te provisiond machines on demand this one stays...
Add a set of cmdlets similar to *-SsoPersonUser for solution users.
I am trying to change a few settings within an Horizon farm `Set-HVFarm -FarmName $poolName -Key 'data.displayProtocolSettings.allowDisplayProtocolOverride' -Value $false` but it gives an error ``` Set-HVFarm : Both key:[data.displayProtocolSettings.allowDisplayProtocolOverride] and...