Exchange Reporter 2.3

I have just released version 2.3 of the Exchange Reporter. Here are the changes: Extension Exchange Reporter with 3rd Party Module Compatibility New (First) 3rd Party Module by Igmar Brückner Auditreport.ps1 - Information about changes to the Exchange configuration New module rightsreport.ps1 - Information about mailbox permissions Revision mbxreport.ps1 Display of inactive mailboxes Many thanks to Igmar ... Read more

Exchange Reporter 2.2 released

I have just released Exchange Reporter 2.2. This time there are some new modules and several bug fixes Here is a summary of the changes: New module careport.ps1 - Information about certification authority and certificates pfreport.ps1 - Information about public folders dgreport.ps1 - Lists unused distribution lists HPiLOReport.ps1 - Reads information about HP servers Bugfix: Spelling error fixed Bugfix: ... Read more

New updates for Exchange 2007 / 2010 / 2013

New updates have been released for Exchange Server 2007, 2010 and 2013. Click here to download directly: Cumulative Update 8 for Exchange Server 2013 (KB3030080) Updaterollup 9 for Exchange Server 2010, Service Pack 3 (KB3030085) Updaterollup 16 for Exchange Server 2007 Service Pack 3 (KB3030086) Here is a list of the changes: Cumulative ... Read more

Exchange Monitor 2.1 released

As announced, I have released version 2.1 of the Exchange Monitor one month after the beta version. A few more changes have been incorporated into the final version. Exchange Monitor 2.1 is available for download here: https://www.frankysweb.de/exchange-monitor/ Many thanks to all readers who helped to improve the Exchange Monitor. Update: There had been ... Read more

Exchange Reporter 2.1 released

I have just released version 2.1 of the Exchange Reporter. The most important changes: Integration in Exchange Monitor or as a standalone website Information on the Active Directory is now displayed separately Revised documentation Support for F5 Big IP LTM (Local Traffic Manager) Various bug fixes have also been incorporated, the most noticeable of which was probably the confusion in the ... Read more

Exchange 2013: Deactivate mailbox features (Scripting Agent)

Exchange Server 2013 (and also Exchange 2010) provides a function to influence the behavior of standard CMDlets. In this small example, the scripting agent is used to deactivate OWA, OWA for devices and ActiveSync for all newly created mailboxes. In the default setting, these mailbox functions are activated, which may not always be desired. Read more

Exchange Monitor 2.1 Beta

I have just uploaded the new Exchange Monitor version 2.1. The new version contains various bugfixes that have been reported by users. Many thanks at this point to everyone who reported problems. Version 2.1 of the Exchange Monitor now loads the Exchange snapins from the normal PowerShell. This should avoid problems with the task. ... Read more

Exchange 2010/2013: Query the calendar of a room mailbox with EWS

Here again a small script from the Quick&Dirty corner. Querying the calendar of a room mailbox via EWS and Powershell. The script retrieves all calendar entries from the current time to 365 days in the future, or a maximum of 200 entries. The results are saved in the variable $results and can then be processed further. $MailboxName = "Besprechungsraum@frankysweb.de" ... Read more

Exchange 2010/2013: Block Outlook app for iOS and Android

I have already written a howto for setting up the Outlook app for iOS. However, the app has the "small" disadvantage that the user name and password are transmitted to Microsoft: https://blog.winkelmeyer.com/2015/01/warning-microsofts-outlook-app-for-ios-breaks-your-company-security/ To prevent users from using the app and passwords from leaving the company, an ActiveSync policy can be created on the Exchange server to block the app: ... Read more