Quick & Dirty: Standardized e-mail signatures for Outlook Web App (OWA)

Another quick script from the Quick & Dirty category: Uniform e-mail signatures for OWA. If you don't have any third-party software in use that can also distribute uniform mail signatures in OWA, you can use this quick script: $mailboxes = get-mailbox -resultsize unlimited foreach ($mailbox in $mailboxes) { $uservars = get-user $mailbox if ($uservars) ... Read more

Exchange 2010: Sent mails and additional mailbox

Exchange functional or service mailboxes are often integrated into Outlook as an additional mailbox. Here in the example with the Info mailbox: As long as only one user has connected the mailbox, this is not a problem, but if several people access the Info mailbox and also send mails from the Info mailbox, a problem arises. Mails that ... Read more

Message Analyzer 1.1 available

Message Analyzer is the successor to Network Monitor. Do not misunderstand: Message Analyzer is not used to analyze mails, but to see what is happening on the line, similar to Network Monitor or Wireshark.

The big advantage of Message Analyzer is that it can decrypt encrypted connections if the private key is available. This makes Message Analyzer a great tool for error analyzers. Among other things, of course, also for mail problems via encrypted connections.

Message Analyzer

Click here to download:

http://blogs.technet.com/b/messageanalyzer/archive/2014/09/15/announcing-the-message-analyzer-1-1-release.aspx

Outlook 2010/2013: Change the display name of the mailbox

When users change their name and their user name and email address have been changed, users sometimes complain that Outlook still displays their old name or email address: The reason for this is as follows: When Outlook 2010/2013 is set up, the user's e-mail address is stored in the Outlook profile. You can therefore change the user name and e-mail address ... Read more

Server 2008/2012: Install PKI (Part 3)

In the last part of this series of articles, we will deal with the publication of certificates and revocation lists via HTTP. Part 1 and part 2 can be found here: https://www.frankysweb.de/server-20082012-pki-installieren-teil-1/ https://www.frankysweb.de/server-20082012-pki-installieren-teil-2/ First create a new share on the server that will later deliver the revocation lists and certificates via HTTP. I have created the share in the last ... Read more

FrankysWeb is now also available in encrypted form

From now on, www.frankysweb.de is also accessible in encrypted form via HTTPS. At least the admin password no longer passes through the network unencrypted. So it's more of an advantage for me than for you... But I just wanted to mention it once and contribute a small part to the fact that data is only exchanged in encrypted form, no matter what ... Read more

Exchange 2010: Large mails cannot be sent or received via ActiveSync

By default, Exchange 2010 has a size limit of 10 MB for the ActiveSync protocol. If users try to send or receive larger attachments on ActiveSync devices, they will receive an error message that is slightly different depending on the mobile operating system. With Apple's iOS, the message reads something like "The message was rejected by the server." In ActiveSync ... Read more

New updates available for Exchange 2007/2010/2013

New updates are available for Exchange 2007, 2010 and 2013. Click here to download: Update Rollup 14 for Exchange Server 2007 Service Pack 3 Update Rollup 7 for Exchange Server 2010 Service Pack 3 Cumulative Update 6 for Exchange Server 2013 Here is an overview of the fixes/changes: Exchange 2007 SP4 RU14 Exchange 2010 ... Read more