Hi,
We have configured two License server (each hosting RDS cals license and KMS license) with required licenses added in DC & DR .Requirement is to have redundancy . All servers 2012 R2
KMS License
Currently we are able to add one KMS server using slmgr.vbs /skms <value>:<port> But how to add both KMS servers so that it can pick up license from the DR when DC license server is unavailable
RDS Cals License
Currently we add rds server using ( we don't have gateway role installed)
$obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
$obj.SetSpecifiedLicenseServerList("License.contoso.com")
But how to add both rds cals servers so that it can pick up license from the DR when DC license server is unavailable
Regards !