From 4f7f8fc2bc3f3cfcc55f21a81da00ceb08012824 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Tue, 29 Nov 2016 07:36:54 -0800 Subject: [PATCH] cmdlet --- ...-deployment-surface-hub-device-accounts.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md index 63a6cad8a2..ceb0a4bc73 100644 --- a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md @@ -313,24 +313,24 @@ In order to enable Skype for Business, your environment will need to meet the fo 1. Start by creating a remote PowerShell session to the Skype for Business online environment from a PC. - ```ps1 - Import-Module LyncOnlineConnector - $cssess=New-CsOnlineSession -Credential $cred - Import-PSSession $cssess -AllowClobber - ``` + ``` + Import-Module LyncOnlineConnector + $cssess=New-CsOnlineSession -Credential $cred + Import-PSSession $cssess -AllowClobber + ``` 2. To enable your Surface Hub account for Skype for Business Server, run this cmdlet: - ```ps1 - Enable-CsMeetingRoom -Identity 'HUB01@contoso.com' -RegistrarPool - 'sippoolbl20a04.infra.lync.com' -SipAddressType UserPrincipalName - ``` + ``` + Enable-CsMeetingRoom -Identity 'HUB01@contoso.com' -RegistrarPool + 'sippoolbl20a04.infra.lync.com' -SipAddressType UserPrincipalName + ``` - If you aren't sure what value to use for the `RegistrarPool` parameter in your environment, you can get the value from an existing Skype for Business user using this cmdlet: + If you aren't sure what value to use for the `RegistrarPool` parameter in your environment, you can get the value from an existing Skype for Business user using this cmdlet: - ```ps1 - Get-CsOnlineUser -Identity 'HUB01@contoso.com'| fl *registrarpool* - ``` + ``` + Get-CsOnlineUser -Identity 'HUB01@contoso.com'| fl *registrarpool* + ``` 10. Assign Skype for Business license to your Surface Hub account