mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge pull request #2285 from CTroessaert/patch-2
Update create-a-device-account-using-office-365.md
This commit is contained in:
commit
329b2521e2
@ -206,8 +206,7 @@ In order to enable Skype for Business, your environment will need to meet the fo
|
|||||||
2. To enable your Surface Hub account for Skype for Business Server, run this cmdlet:
|
2. To enable your Surface Hub account for Skype for Business Server, run this cmdlet:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
Enable-CsMeetingRoom -Identity $strEmail -RegistrarPool
|
Enable-CsMeetingRoom -Identity $strEmail -RegistrarPool "sippoolbl20a04.infra.lync.com" -SipAddressType EmailAddress
|
||||||
"sippoolbl20a04.infra.lync.com" -SipAddressType EmailAddress
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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:
|
||||||
@ -362,12 +361,7 @@ In order to enable Skype for Business, your environment will need to meet the fo
|
|||||||
Import-PSSession $cssess -AllowClobber
|
Import-PSSession $cssess -AllowClobber
|
||||||
```
|
```
|
||||||
|
|
||||||
2. To enable your Surface Hub account for Skype for Business Server, run this cmdlet:
|
2. Retrieve your Surface Hub account Registrar Pool
|
||||||
|
|
||||||
```PowerShell
|
|
||||||
Enable-CsMeetingRoom -Identity $strEmail -RegistrarPool
|
|
||||||
"sippoolbl20a04.infra.lync.com" -SipAddressType EmailAddress
|
|
||||||
```
|
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
@ -375,6 +369,15 @@ In order to enable Skype for Business, your environment will need to meet the fo
|
|||||||
Get-CsOnlineUser -Identity ‘alice@contoso.microsoft.com’| fl *registrarpool*
|
Get-CsOnlineUser -Identity ‘alice@contoso.microsoft.com’| fl *registrarpool*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
3. To enable your Surface Hub account for Skype for Business Server, run this cmdlet:
|
||||||
|
|
||||||
|
```PowerShell
|
||||||
|
Enable-CsMeetingRoom -Identity $strEmail -RegistrarPool
|
||||||
|
"sippoolbl20a04.infra.lync.com" -SipAddressType EmailAddress
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user