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
Secure Email for HIPAA compliance
Need to monitor specific events in SCOM 2007 R2
how to increase the table space
350ft Coax Cable installation for modem
Regular Expressions PHP
In Outlook, Advanced Find - Search for Attachment name
How to configure Active Sync in Exchange 2003 and iPhone 3GS
ipconfig shows lots of "tunnel adapters", what are they?
Dual bands and my laptop
How to have a Stable Microsoft Outlook profile with 4-5GB+ data w/ MS Exchange Mail server ?