From b0dbe45c41a0d8cc05aa7c7f2fcb6c1d439234d3 Mon Sep 17 00:00:00 2001 From: y0avb Date: Sat, 16 Dec 2017 18:13:32 +0000 Subject: [PATCH] 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. --- .../appendix-a-powershell-scripts-for-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md index 43e68c345f..2aa4c8582c 100644 --- a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md +++ b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md @@ -1568,7 +1568,7 @@ if ($online) { try { $strRegPool = $null; - $strRegPool = (Get-CsTenant).TenantPoolExtension + $strRegPool = (Get-CsTenant).RegistrarPool } catch {} if ($Error) {