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
FTP not working on Windows Server 2008 IIS 7
check if record is already locked
How do I stream my security camera on my website ?
Exchange 2010 mapidelivery queue holding email
Save Publishign site as template in SharePoint 2010
GFI 2010 Limits exchange 2003 incoming email 2 mb! ARGH!
In RTE paste does not work in IE8
Import/Merge messages from PST into existing mailbox on Exchange 2003
Slipstream Windows XP Post SP3 Hotfixes and Updates
Change Color of Mark my Comments in Outlook without changing default reply color