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
From BCD to ADO
VMWare or Hyper-V
How can i use “COALESCE(SUM…” in linq?
Sage ACT 2010 - How to create the database in the server and provide connection for remote computers
Some sort of offline form that will save entries of data from several users
What does src="#" mean when used in a bgsound attribute and is it needed?
Run the first php script in background - When done - run the next script ...
threads in mfc
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
Best way to find out what a user has access to on a file server