This commit is contained in:
Elizabeth Ross 2018-01-02 06:55:50 -08:00
commit dfe1ac9d34

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)
{ {