kaola4549 发表于 2018-10-19 07:30:01

Lync部署之Lync Mobile在Server上的设置

$passwd1 = ConvertTo-SecureString "Password01" -AsPlainText -Force  $passwd2 = ConvertTo-SecureString "Password02" -AsPlainText -Force
  $tuc1 = New-Object Management.Automation.PSCredential("contoso\UserName1", $passwd1)
  $tuc2 = New-Object Management.Automation.PSCredential("contoso\UserName2", $passwd2)
  Test-CsMcxP2PIM -TargetFqdn pool01.contoso.com -SenderSipAddress sip:UserName1@contoso.com -SenderCredential $tuc1 -ReceiverSipAddress sip:UserName2@contoso.com -ReceiverCredential $tuc2 –v

页: [1]
查看完整版本: Lync部署之Lync Mobile在Server上的设置