blog.icewolf.ch

Let's talk about IT!
posts - 590, comments - 86, trackbacks - 0

Exchange Test- cmdlets

Hallo zusammen,

Exchange bietet ja eine Menge an Powershell Commands an. Ganz Toll finde ich die Test-* cmdlets. Eine detailierte Info zu den Test Commandlets ist auf der Technet Library zu finden: Client Access Cmdlets 

$Cred = Get-Credential

Mit dem Get-Credential wird ein Password Dialog eingeblendet

Test-OutlookConnectivity -identity a.bohren -MailboxCredential $cred -RpcTestType:server -TrustAnySslCert:$true
Test-OwaConnectivity -URL https://ICESRV01/owa -MailboxCredential $cred -TrustAnySSLCertificate

Test-EcpConnectivity -TestType:Internal -TrustAnySSLCertificate:$true -LightMode:$true
Test-WebServicesConnectivity -TrustAnySSLCertificate:$true -LightMode:$true
Test-PopConnectivity
Test-ImapConnectivity

Grüsse
Andres Bohren

Print | posted on Thursday, May 12, 2011 3:46 PM | Filed Under [ Exchange ]

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 5 and 3 and type the answer here:

Powered by:
Powered By Subtext Powered By ASP.NET