mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +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 {
|
try {
|
||||||
$strRegPool = $null;
|
$strRegPool = $null;
|
||||||
$strRegPool = (Get-CsTenant).TenantPoolExtension
|
$strRegPool = (Get-CsTenant).RegistrarPool
|
||||||
} catch {}
|
} catch {}
|
||||||
if ($Error)
|
if ($Error)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user