mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merge pull request #384 from y0avb/patch-5
Finding the right Registrar Pool
This commit is contained in:
commit
41b1766568
@ -1568,7 +1568,7 @@ if ($online)
|
||||
{
|
||||
try {
|
||||
$strRegPool = $null;
|
||||
$strRegPool = (Get-CsTenant).TenantPoolExtension
|
||||
$strRegPool = (Get-CsTenant).RegistrarPool
|
||||
} catch {}
|
||||
if ($Error)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user