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
Database Driven Website
Looking for Video Recording Software for Samsung Cameras
Asp.Net profile information in SQL view
esx 4 update 01 no 64bit server will install
How can i do insert more data with insert query with more select statment linqToSQL?
VB.NET simple SendMail program error: System.Net.Mail.SmtpExcept
ion: Failure sending mail
Trojan After Shock Keeps Opening Mutliple Tabs when using IE and Firefox, how to fix?
Email keeps going into Junk Mail Folder in Outlook 2003 on Exchange 2003
Capture Linkbutton click event in Master page from Content page
Queries inside a while loop