PowerCLI-Example-Scripts icon indicating copy to clipboard operation
PowerCLI-Example-Scripts copied to clipboard

Results 104 PowerCLI-Example-Scripts issues
Sort by recently updated
recently updated
newest added

Added `multiSubnetFailover` keyword with value `True` to `ConnectionString` proprety of `SqlConnection` class to support failover MSSQL clusters

### Is your feature request related to a problem? Please describe. Hello, I would like to submit a feature request, and I appreciate the opportunity to share my suggestion with...

enhancement

Error when calling new-hvpool: Exception calling "Desktop_Create" with "2" argument(s): "ExceptionType : VMware.Hv.InvalidArgument ErrorMessage : deleteOrRefreshMachineAfterLogoff can only be set for floating user assignment ParameterName : desktopSettings.logoffSettings.deleteOrRefreshMachineAfterLogoff" At C:\Scripts\modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:4905 char:7...

### Describe the bug Having connected to a vCenter server via Connect-VIserver, when the connection expires, Connect-VIserver will not work again in the same PowerShell instance ![connect-viserver error](https://user-images.githubusercontent.com/11651939/184623461-3320631b-0b55-4555-b3b3-58b076edf01f.png) ![connect-viserver no...

bug

### Describe the bug Exception calling "Desktop_Create" with "2" argument(s): "ExceptionType : VMware.Hv.InvalidArgument ErrorMessage : deleteOrRefreshMachineAfterLogoff can only be set for floating user assignment ParameterName : desktopSettings.logoffSettings.deleteOrRefreshMachineAfterLogoff" At C:\Program Files\WindowsPowerShell\Modules\TEMP\PowerCLI-Example-Scripts-master\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:4986...

bug

### Is your feature request related to a problem? Please describe. Cannot Add LDAP Domain groups to SSO Groups (vsphere.local) ### Describe the solution you'd like function Set-SsoPersonUser { [CmdletBinding(ConfirmImpact...

enhancement

Hi Having Issues Setting Some Variables Set-HVFarm -FarmName 'Display1' -Key 'data.displayProtocolSettings.enableCollaboration' -Value $false -> this seems to Fail Connect-HVServer -Server $item -User $user -Password $pswd Set-HVFarm -FarmName 'Display1' -Key 'data.displayProtocolSettings.defaultDisplayProtocol'...

### Describe the bug Get-HVPoolSpec cmdlet run against manual pool returns no machines even though the pool contains machines. ```json [...] "ManualDesktopSpec": { "virtualCenterManagedCommonSettings": { "TransparentPageSharingScope": "VM" }, "userAssignment": {...

bug

### Is your feature request related to a problem? Please describe. The functions in the AuthenticationPolicy.ps1 do work for me, however when I run the command as such: Get-SsoAuthenticationPolicy |...

enhancement