mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Finding the right Registrar Pool
If running the existing command, you'll get: PS C:\WINDOWS\system32> (Get-CsTenant).TenantPoolExtension MCOProfessional:sippoolDB42E08.infra.lync.com If running the right command, you'll get: PS C:\WINDOWS\system32> (Get-CsTenant).RegistrarPool sippoolDB42E08.infra.lync.com Otherwise, the script will forever fail.
This commit is contained in:
@ -1568,7 +1568,7 @@ if ($online)
|
||||
{
|
||||
try {
|
||||
$strRegPool = $null;
|
||||
$strRegPool = (Get-CsTenant).TenantPoolExtension
|
||||
$strRegPool = (Get-CsTenant).RegistrarPool
|
||||
} catch {}
|
||||
if ($Error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user