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
Search and replace script
Is there a better docmd.sendobject method to send query results?
What is the next number of this number sequence? - General Math Question
XP install without access to CD drive
Perl Iteration issue
how to make vlookup work
Display logon message to new users at first logon.
server name
Computer reboots severat times a day
Why does my outlook show three tasks for every email I mark?