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
XP Compatibility Mode - Intermittant - Drives mapped to Host Machine don't work
Juniper SRX Firewall - VNC
Network issues loading company web-site
Itunes Boujour Service Errors
I would like to have very thin grid lines in Excel 2007
Trunking issues with HP Procurve Swicthes 3500yl
XP 10 inbound connection limit question
Globally change the Blackberry Service Display name
Custom views in Outlook 2010's Tasks
how to stop sql execution on refreshing a page or closing a browser