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
commit 41b1766568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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