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 allow only a certain ip adress to access my website?
Dell Inspiron 1012 - Multimedia Controller Driver
Customising featured Products on the browse page in joomla/virtuemart
creating user defined services on windows 7
Windows SBS 2003
In a database, using a ColdFusion application, I need to assign documents to document topics.
Outlook 2003 - remove mail on server after copied to OST
Looking for software to mirror two external hard drives.
Configuring Exchange 2010 to receive emails for other domains
chess game without a database