Follow us on Twitter
-
Recent Posts
Recent Comments
- meggawhat on Doing it the hard way – ZFS, Dedup, and OpenSolaris
- Study Medicine in Europe on Allowing Your Backup Agent to Set Enterprise Vault Backup Modes
- cszeto on Doing it the hard way – ZFS, Dedup, and OpenSolaris
- Jaqueline on Domain Controller Move – Failed to verify MS DTC service account information
- sgijoe on Doing it the hard way – ZFS, Dedup, and OpenSolaris
Archives
- February 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- April 2011
- December 2010
- July 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- June 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- August 2008
- July 2008
- April 2008
- March 2008
- February 2008
Categories
Cloud
IT Industry
Netcast
Networking
Open
Podcast
Security
Storage
Virtualization
Web
Tag Archives: exchange
Powershell Script to List All ActiveSync Devices in Exchange Organization
Here’s a powershell script I pieced together to do a dump of all the Exchange Activesync devices in an organization. C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command “. ‘C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1′; Connect-ExchangeServer -auto; Get-ActiveSyncDevice|Export-Csv -Path $home\Documents\ActiveSync-devices.csv -NoTypeInformation; exit; The resulting output is a CSV … Continue reading
Posted in Technology, Windows
Tagged activesync, devices, exchange, mobile, phone, pwershell
Leave a comment
HTC Please Fix My Meeting Problems
HTC ticket: 10USD280004784 – Meeting acceptance responses sent from HTC Evo to Exchange 2003 / Outlook 2003 show as being sent from the incorrect user. This occurs when when the user accepts a meeting invite and chooses not to “Edit … Continue reading