Block/Quarantine phones
Do I need to be on Exchange 2010 SP1 in order to be able to block and quarantine phones? If not where do you do this? I cannot find a location in the Exch control panel to do this, but I am not on SP1 yet. Thanks
December 7th, 2010 4:50pm
You need to be on SP1 if you want to manage via the ECP. Before SP1, only way to manage is through the EMS (powershell).
Pre-SP1 article:
http://blog.brightpointuk.co.uk/restricting-access-exchange-2010-activesync
Post-SP1 articles:
http://howdouc.blogspot.com/2010/09/activesync-device-access-rules-in.html
http://msexchangeteam.com/archive/2010/11/15/456931.aspxTim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
December 7th, 2010 5:07pm
Thanks TW. Do you know if there is a way to see all of the phones that are currently connected via EAS or that have connected in the past? Thanks again
December 7th, 2010 5:35pm
That first article talks about exporting and parsing the HTTP logs for activesync. Does that work for you?Tim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
December 7th, 2010 5:49pm
Thanks, I skipped down to the part I needed originally. I will re-read.
December 7th, 2010 5:56pm
When I run this command (setup for my environment of course):
export-activesynclog -Filename:"C:\inetpub\logs\logfiles\w3svc1
\u_ex091115.log" -outputpath:"c:\temp\logs\"
Nothing happens, not even an error. It just goes back to >> and nothing in the logs folder?
Free Windows Admin Tool Kit Click here and download it now
December 7th, 2010 6:11pm
Is that the exact name (and location) of your log? Probably not. You will have to adjust the actual path and log name to what is actually on your system. That command reflected the log name in the author's example.
For example.
IIS web logs can also be parsed automatically within the Exchange Management Powershell. Issuing the following command:
export-activesynclog -Filename:"C:\inetpub\logs\logfiles\w3svc1
\u_ex091115.log" -outputpath:"c:\temp\logs\"
(where you may need to substitute the path to the IIS log files and the specific log file name, and also ensure that the target output directory exists)Tim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
December 8th, 2010 9:32am
OK, so I figured out that this needs to be done on the active node in the DAG. So it worked and I got the report. We also have 1 Exch 2003 server in a remote location. Is it possible to get this information from the users in the 2003
environment? The report I pulled only has Exch 2010 users listed even though I can see all of my 2003 Legacy Users in the 2010 environment. Thanks
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2010 12:41pm
Never used this before, but was published by the Exchange Team...give it a try:
http://msexchangeteam.com/archive/2006/02/14/419562.aspxTim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
December 8th, 2010 12:50pm
It worked, although it doesnt seem to pickup all the phones. thanks
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2010 3:14pm