Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.
Category published:  M365 - Exchange Online Microsoft Exchange   Click on the Category button to get more articles regarding that product.

Powershell RUS Adressrichtlinien Setzen fuer Exchange

Posted by admin on 15.10.2016

Wie mache ich ein Adressrichtlinie im Exchange 2007/2010

Zur Auswahl in der GUI stehen nur einige Optionen. Leider nicht die Option:

Erster Buchstabe Vorname . Nachname @ Domain

s.muster@kunde.ch

Diese muss man im PowerShell machen:

new-EmailAddressPolicy -Name ‘kunde.ch’ -IncludedRecipients ‘AllRecipients’ -Priority ‘Lowest’ -EnabledEmailAddressTemplates ‘SMTP:%1g.%s@kunde.ch’

So kann man alle Werte der RUS-Richtlinie ansehen:

Get-EmailAddressPolicy -identity “kunde.ch” | fl

Bitte dran denken, dass man Adressrichtlinien welche von 2003 auf 2007/2010 importiert wurden konvertieren muss. Infos dazu findet man im Technet.


 Category published:  M365 - Exchange Online Microsoft Exchange   Click on the Category button to get more articles regarding that product.