天天看点

Lync mobility 指令

检查Lync mobility 移动性

  1. Get-CsMobilityPolicy 
  2. 正确结果
  3. Identity              : Global 
  4. Description           : 
  5. EnableOutsideVoice    : True 
  6. EnableMobility        : True 
  7. EnableIPAudioVideo    : True 
  8. RequireWIFIForIPAudio : False 
  9. RequireWIFIForIPVideo : False 
  10. Get-CsMCXconfiguration 
  11. 正确结果
  12. Identity                       : Global 
  13. SessionExpirationInterval      : 259200 
  14. SessionShortExpirationInterval : 3600 
  15. ExposedWebURL                  : External 
  16. PushNotificationProxyUri       : sip:[email protected] 
  17. Get-CsService -Webserver |fl *Mcx* 
  18. 正确结果
  19. McxSipPrimaryListeningPort  : 5086 
  20. McxSipExternalListeningPort : 5087 
  21. McxServiceExternalUri   :https://web.domain.com/Mcx/McxService.svc 
  22. McxServiceInternalUri       :https://pool.domain.com/Mcx/McxService.svc 
  23. Get-CsAccessEdgeConfiguration 
  24. 正确结果
  25. Identity                               : Global 
  26. AllowAnonymousUsers                    : False 
  27. AllowFederatedUsers                    : True 
  28. AllowOutsideUsers                      : True 
  29. BeClearingHouse                        : False 
  30. EnablePartnerDiscovery                 : True 
  31. EnableArchivingDisclaimer              : True 
  32. KeepCrlsUpToDateForPeers               : True 
  33. MarkSourceVerifiableOnOutgoingMessages : True 
  34. OutgoingTlsCountForFederatedPartners   : 4 
  35. RoutingMethod                          : UseDnsSrvRouting 
  36. Get-CsHostingProvider 
  37. 正确结果
  38. Identity                  : LyncOnline 
  39. Name                      : LyncOnline 
  40. ProxyFqdn                 : sipfed.online.lync.com 
  41. VerificationLevel         : UseSourceVerification 
  42. Enabled                   : True 
  43. EnabledSharedAddressSpace : False 
  44. HostsOCSUsers             : False 
  45. IsLocal                   : False 
  46. Get-CsAllowedDomain 
  47. 正确结果
  48. Identity          : push.lync.com 
  49. Domain            : push.lync.com 
  50. ProxyFqdn         : 
  51. Comment           : Mobile Push Notifications 
  52. MarkForMonitoring : False 
  53. Get-CsMobilityPolicy 
  54. 正确结果
  55. Identity           : Global 
  56. Description        : 
  57. EnableOutsideVoice : True 
  58. EnableMobility     : True 
  59. Test-CsFederatedPartner -TargetFqdn lync-edge.domain.ru -Domain "push.lync.com" -ProxyFqdn "sipfed.online.lync.com" 
  60. TargetFqdn : lync-edge.domain.ru 
  61. 正确结果
  62. Result     : Success 
  63. Latency    : 00:00:00 
  64. Error      : 
  65. Diagnosis  : 
  66. Test-CsMcxPushNotification -AccessEdgeFqdn lync-edge.domain.ru 
  67. TargetFqdn : 
  68. Result     : Success 
  69. Latency    : 00:00:00 
  70. Error      : 
  71. Diagnosis  : 

继续阅读