Advertisement
Guest User

Exchange-Management-Shell-Output

a guest
Jan 12th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1.  
  2. (1) Get-OabVirtualDirectory | fl server, Name, ExternalURL, InternalURL, *auth*
  3.  
  4. Server : GR-PXCHANGE2
  5. Name : OAB (Default Web Site)
  6. ExternalUrl : https://mail.mybiz.com/OAB
  7. InternalUrl : https://gr-pxchange2.mybiz.com/OAB
  8. BasicAuthentication : False
  9. WindowsAuthentication : True
  10. OAuthAuthentication : True
  11. InternalAuthenticationMethods : {WindowsIntegrated, OAuth}
  12. ExternalAuthenticationMethods : {WindowsIntegrated, OAuth}
  13.  
  14. Server : GR-PXCHANGE1
  15. Name : OAB (Default Web Site)
  16. ExternalUrl : https://mail.mybiz.com/OAB
  17. InternalUrl : https://gr-pxchange1.mybiz.com/OAB
  18. BasicAuthentication : False
  19. WindowsAuthentication : True
  20. OAuthAuthentication : True
  21. InternalAuthenticationMethods : {WindowsIntegrated, OAuth}
  22. ExternalAuthenticationMethods : {WindowsIntegrated, OAuth}
  23.  
  24.  
  25.  
  26. (2) Get-WebServicesVirtualDirectory | fl server, Name,ExternalURL, InternalURL, *auth*
  27.  
  28. Server : GR-PXCHANGE2
  29. Name : EWS (Default Web Site)
  30. ExternalUrl : https://mail.mybiz.com/ews/exchange.asmx
  31. InternalUrl : https://gr-pxchange2.mybiz.com/EWS/Exchange.asmx
  32. CertificateAuthentication :
  33. InternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
  34. ExternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
  35. LiveIdNegotiateAuthentication :
  36. WSSecurityAuthentication : True
  37. LiveIdBasicAuthentication : False
  38. BasicAuthentication : False
  39. DigestAuthentication : False
  40. WindowsAuthentication : True
  41. OAuthAuthentication : True
  42. AdfsAuthentication : False
  43.  
  44. Server : GR-PXCHANGE1
  45. Name : EWS (Default Web Site)
  46. ExternalUrl : https://mail.mybiz.com/ews/exchange.asmx
  47. InternalUrl : https://gr-pxchange1.mybiz.com/EWS/Exchange.asmx
  48. CertificateAuthentication :
  49. InternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
  50. ExternalAuthenticationMethods : {Ntlm, WindowsIntegrated, WSSecurity, OAuth}
  51. LiveIdNegotiateAuthentication :
  52. WSSecurityAuthentication : True
  53. LiveIdBasicAuthentication : False
  54. BasicAuthentication : False
  55. DigestAuthentication : False
  56. WindowsAuthentication : True
  57. OAuthAuthentication : True
  58. AdfsAuthentication : False
  59.  
  60.  
  61.  
  62. (3) Get-EcpVirtualDirectory | fl server, Name, ExternalURL, InternalURL, *auth*
  63.  
  64. Server : GR-PXCHANGE2
  65. Name : ecp (Default Web Site)
  66. ExternalUrl : https://mail.mybiz.com/ecp
  67. InternalUrl : https://gr-pxchange2.mybiz.com/ecp
  68. InternalAuthenticationMethods : {Basic, Fba}
  69. BasicAuthentication : True
  70. WindowsAuthentication : False
  71. DigestAuthentication : False
  72. FormsAuthentication : True
  73. LiveIdAuthentication : False
  74. AdfsAuthentication : False
  75. OAuthAuthentication : False
  76. ExternalAuthenticationMethods : {Fba}
  77.  
  78. Server : GR-PXCHANGE1
  79. Name : ecp (Default Web Site)
  80. ExternalUrl : https://mail.mybiz.com/ecp
  81. InternalUrl : https://mail.mybiz.com/ecp
  82. InternalAuthenticationMethods : {Basic, Fba}
  83. BasicAuthentication : True
  84. WindowsAuthentication : False
  85. DigestAuthentication : False
  86. FormsAuthentication : True
  87. LiveIdAuthentication : False
  88. AdfsAuthentication : False
  89. OAuthAuthentication : False
  90. ExternalAuthenticationMethods : {Fba}
  91.  
  92.  
  93.  
  94. (4) Get-OutlookAnywhere | fl server, Name, *hostname*, *auth*
  95.  
  96. Server : GR-PXCHANGE2
  97. Name : Rpc (Default Web Site)
  98. ExternalHostname : mail.mybiz.com
  99. InternalHostname : mail.mybiz.com
  100. ExternalClientAuthenticationMethod : Ntlm
  101. InternalClientAuthenticationMethod : Ntlm
  102. IISAuthenticationMethods : {Basic, Ntlm, Negotiate}
  103.  
  104. Server : GR-PXCHANGE1
  105. Name : Rpc (Default Web Site)
  106. ExternalHostname : mail.mybiz.com
  107. InternalHostname : mail.mybiz.com
  108. ExternalClientAuthenticationMethod : Ntlm
  109. InternalClientAuthenticationMethod : Ntlm
  110. IISAuthenticationMethods : {Basic, Ntlm, Negotiate}
  111.  
  112.  
  113.  
  114. (5) Get-OwaVirtualDirectory | fl server, Name, ExternalURL, InternalURL, *auth*
  115.  
  116. Server : GR-PXCHANGE2
  117. Name : owa (Default Web Site)
  118. ExternalUrl : https://mail.mybiz.com/owa
  119. InternalUrl : https://gr-pxchange2.mybiz.com/owa
  120. ClientAuthCleanupLevel : High
  121. InternalAuthenticationMethods : {Basic, Fba}
  122. BasicAuthentication : True
  123. WindowsAuthentication : False
  124. DigestAuthentication : False
  125. FormsAuthentication : True
  126. LiveIdAuthentication : False
  127. AdfsAuthentication : False
  128. OAuthAuthentication : False
  129. ExternalAuthenticationMethods : {Fba}
  130.  
  131. Server : GR-PXCHANGE1
  132. Name : owa (Default Web Site)
  133. ExternalUrl : https://mail.mybiz.com/owa
  134. InternalUrl : https://mail.mybiz.com/owa
  135. ClientAuthCleanupLevel : High
  136. InternalAuthenticationMethods : {Basic, Fba}
  137. BasicAuthentication : True
  138. WindowsAuthentication : False
  139. DigestAuthentication : False
  140. FormsAuthentication : True
  141. LiveIdAuthentication : False
  142. AdfsAuthentication : False
  143. OAuthAuthentication : False
  144. ExternalAuthenticationMethods : {Fba}
  145.  
  146.  
  147.  
  148. (6) Get-MapiVirtualDirectory | fl server, Name,ExternalURL,InternalURL, *auth*
  149.  
  150. Server : GR-PXCHANGE2
  151. Name : mapi (Default Web Site)
  152. ExternalUrl :
  153. InternalUrl : https://gr-pxchange2.mybiz.com/mapi
  154. IISAuthenticationMethods : {Ntlm, OAuth, Negotiate}
  155. InternalAuthenticationMethods : {Ntlm, OAuth, Negotiate}
  156. ExternalAuthenticationMethods : {}
  157.  
  158. Server : GR-PXCHANGE1
  159. Name : mapi (Default Web Site)
  160. ExternalUrl :
  161. InternalUrl : https://gr-pxchange1.mybiz.com/mapi
  162. IISAuthenticationMethods : {Ntlm, OAuth, Negotiate}
  163. InternalAuthenticationMethods : {Ntlm, OAuth, Negotiate}
  164. ExternalAuthenticationMethods : {}
  165.  
  166.  
  167. (7) Get-OutlookProvider
  168.  
  169. Name Server CertPrincipalName TTL
  170. ---- ------ ----------------- ---
  171. EXCH 1
  172. EXPR 1
  173. WEB 1
  174.  
  175.  
  176. (8) Get-ClientAccessService | fl Name,OutlookAnywhereEnabled, AutodiscoverServiceInternalUri
  177. Error
  178.  
  179.  
  180. (9) Get-ExchangeCertificate | fl Services, CertificateDomains
  181.  
  182. Services : IMAP, POP, IIS, SMTP
  183. CertificateDomains : {mail.mybiz.com, gr-pxchange1.mybiz.com, MYBIZ.com}
  184.  
  185. Services : SMTP
  186. CertificateDomains : {MYBIZ.com}
  187.  
  188. Services : IIS, SMTP
  189. CertificateDomains : {GR-PXCHANGE1, GR-PXCHANGE1.MYBIZ.com}
  190.  
  191. Services : None
  192. CertificateDomains : {WMSvc-GR-PXCHANGE1}
  193.  
  194. Services : SMTP
  195. CertificateDomains : {}
  196.  
  197.  
  198.  
  199. (10) Get-OutlookAnywhere | fl Name, *hostname*, *auth*
  200.  
  201. Name : Rpc (Default Web Site)
  202. ExternalHostname : mail.mybiz.com
  203. InternalHostname : mail.mybiz.com
  204. ExternalClientAuthenticationMethod : Ntlm
  205. InternalClientAuthenticationMethod : Ntlm
  206. IISAuthenticationMethods : {Basic, Ntlm, Negotiate}
  207.  
  208. Name : Rpc (Default Web Site)
  209. ExternalHostname : mail.mybiz.com
  210. InternalHostname : mail.mybiz.com
  211. ExternalClientAuthenticationMethod : Ntlm
  212. InternalClientAuthenticationMethod : Ntlm
  213. IISAuthenticationMethods : {Basic, Ntlm, Negotiate}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement