Merge pull request #384 from y0avb/patch-5

Finding the right Registrar Pool
This commit is contained in:
Elizabeth Ross
2018-01-02 06:54:29 -08:00
committed by GitHub

View File

@ -1568,7 +1568,7 @@ if ($online)
{
try {
$strRegPool = $null;
$strRegPool = (Get-CsTenant).TenantPoolExtension
$strRegPool = (Get-CsTenant).RegistrarPool
} catch {}
if ($Error)
{