You support a customer who is upgrading from Lync 2010 Group Chat to Lync 2013 Persistent Chat.
Users are Session Initiation Protocol (SIP) enabled members of a single Active Directory Domain
Services (AD DS) domain. Group Chat clients connect by using a well-known user named
[email protected]. The Lookup service registers with the Lync server to receive incoming
requests. Your customer’s Persistent Chat pool fully qualified domain name (FQDN) is named
pchatpool.litwareinc.com. When users sign out of Lync and then sign in again by using the Lync 2010
Group Chat client, they are able to access their data without needing to change any configuration.
You need to configure Lync Server 2013 persistent chat to support legacy Group Chat clients. Which
cmdlet should you run?
A.
New-CsTrustedApplicationEndpoint -Applicationld pchat -TrustedApplicationPoolFqdn
pchatpool.litware.com -SipAddress sip: [email protected]
B.
New-CsPersistentChatEndpoint -SipAddress sip:[email protected] -PersistentChatPoolFqdn
pchatpool.litware.com
C.
Set-CsPersistentChatRoom -Identity IT -Presenters @{Add=”sip:ocschat(g)litwareinc.com”}
D.
$cred1 = Get-Credential “litwareinc\pilar”
$cred2 = Get-Credential “litwareinc\ocschat”
Test-CsPersistentChatMessage -TargetFqdn pchatpool.litwareinc.com -SenderSipAddress
“sip:[email protected]” –
SenderCredential $cred1 -ReceiverSipAddress “sip:ocschat@)litwareinc.com” -ReceiverCredential
$cred2