Hi,
Is there any way to specify multiple RDS License Servers (or add an additional one) with powershell?
Tried:
$obj.SetSpecifiedLicenseServerList("srv-rds-lic01.local.net","srv-rds-lic02.local.net")
and:
$obj.SetSpecifiedLicenseServerList("srv-rds-lic01.local.net,srv-rds-lic02.local.net")
Specifying one entry works without any issues.
Thanks.