Microsoft
Software
Hardware
Network
Question : Powershell script that lists IPhone devices connecting to OWA servers
I administer an Exchange 2003 SP 2 environment that service mobile clients via OWA. I would like to obtain a powershell script that audit OWA sessions that's initiated by IPhone devices.
Answer : Powershell script that lists IPhone devices connecting to OWA servers
i would update the following section:
Foreach ($l in $logfiles)
{ Write-host "Processing "$l.fullname
$log = "\\$s\c$\windows\system32\
logfiles\W
3SVC1\" + $l.name
$listousers += gc $log | where {$_ -match "DeviceType=iPhone"}
}
Random Solutions
How do I charge for a job?
Cisco 2950 Vlan for Voice
SBS2008 , XP clients: Client side extensions failure.
get-wmiobject error - Powershell
Gantt Chart
Vista Ultimate clone from HP to HP
HTC Touch 3G: How can I really upgrade WM6.1 to WM6.5 and/or porting to latest Android?
update CentOS to php 5.2 or php5.3
Problems with Google Maps v3 and jQuery UI Tabs
How to disable Security Alert box in windows 7?