Help with Powershell commands

hello all,

I am in a process of migrating users from exchange 2003 server to exchange 2010, after migration I wish to check below and are there any PowerShell Commands available to check the same;

1) How to check User is connected to outlook or not ?

2) How to get list of users connected to IMAP ?

3) Outlook Anywhere Settings/URL for migrated users 

Pleas

March 16th, 2015 11:33am

1 - check the RPC Client Access Logs

2 - enable IMAP logging, and check that

3 - that is what you will already have defined as the OA endpoint.  Autodisocover just provides your configured URLs to the Outlook cli

Free Windows Admin Tool Kit Click here and download it now
March 16th, 2015 6:26pm

thanks but I am looking for powershell commands
March 17th, 2015 1:47am

Hi,

You can use the following cmdlet to view the logon statistics for all users connected to the server.

Get-LogonStatistics -Server xxx | fl UserName,ApplicationId,ClientIPAddress

The ApplicationId specifies the type of client application making the connection.

For your reference:

View Logon Statistics

https://technet.microsoft.com/en-us/library/ff653211(v=exchg.141).aspx

Hope this can be helpful to you.

Best regards,

Free Windows Admin Tool Kit Click here and download it now
March 17th, 2015 2:03am

Hi,

Is there any update with your issue?

Best regards,

March 22nd, 2015 10:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics