Fixed typo on command line 93

This commit is contained in:
Andrew Baker
2019-08-14 16:29:15 +01:00
committed by GitHub
parent 561522ae75
commit 560ca12b3a

View File

@ -90,5 +90,5 @@ Import-Module LyncOnlineConnector
$SfBSession = New-CsOnlineSession -Credential (Get-Credential) $SfBSession = New-CsOnlineSession -Credential (Get-Credential)
Import-PSSession $SfBSession -AllowClobber Import-PSSession $SfBSession -AllowClobber
Enable the Skype for Business meeting room Enable the Skype for Business meeting room
Enable-CsMeetingRoom -Identity account@YourDomain.com -RegistrarPoo(Get-CsTenant).Registrarpool -SipAddressType EmailAddress Enable-CsMeetingRoom -Identity account@YourDomain.com -RegistrarPool(Get-CsTenant).Registrarpool -SipAddressType EmailAddress
``` ```