Kategorie: Exchange
-
E-Mail server check
follow http://public.pyzor.org/whitelist/ this is realy great e-mail server check
-
AutoArchive not Working
Key for Outlook 2007: HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookPreferences Key for Outlook 2010: HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0OutlookPreferences Key for Outlook 2013: HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0OutlookPreferences Value name: ArchiveIgnoreLastModifiedTime Value type: REG_DWORD Value: 1 E-mail messages will now be archived based on their Received date, Calendar items based on their scheduled date and Task items based on their Completed date.
-
password expiration mail
################################################################################################################## # Please Configure the following variables…. $log_date = Get-Date -format yyyy-M-d $smtpServer="mailserver.mail.com" $from = "email@mail.de" $mail_debug = "false" # true = on / false = off $mail_debug_email = "email@mail.de" $mail_log = "false" # true = on / false = off $mail_log_email = "email@mail.de" $logfile = "C:passwordexpirelog_$log_date.txt" ###################################################################################################################</span> #Get Users From AD who are enabled…
-
IIS Rewrite
Download and install: x64: http://go.microsoft.com/?linkid=9722532 x86: http://go.microsoft.com/?linkid=9722533 Copy web.config C:inetpubwwwroot Config; C:inetpubwwwrootweb.config <!–?xml version=“1.0″ encoding=“UTF-8″?> <configuration> <system.webServer> <rewrite> <rules> <rule name=“test“ stopProcessing=“true“> <match url=“.*vcf/(.*)“ /> <action type=“Redirect“ url=“http://www.web.com/vcf/{R:1}“ /> </rule> </rules> </rewrite> <httpRedirect enabled=“true“ destination=“http://www.web.com“ childOnly=“true“ /> </system.webServer> </configuration>
-
550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found
Fehler: IMCEAEX-_O=domain_OU=EXCHANGE+20ADMINISTRATIVE+20GROUP+20+28FYDIBOHF23SPDLT+29_CN=RECIPIENTS_CN=user@domain.de #550 5.1.1 RESOLVER.ADR.ExRecipNotFound; not found ## Lösung: einen X500 eintrag anlegen unter E-Mail Adresse /O=DOMAIN/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=user
-
Troubleshooting Active Directory account lockout issues
AD/Exchange pro does often face an issue for which there is little documentation available on internet – User Account lockouts. I know this, because I have been troubleshooting an account lockout issue for a while with minimal help. So, here we go – My guide for troubleshooting Active Directory account lockout issues
-
Ordnernamen umbennen / Exchange 2010
outich habe mich heute mit einem Mailaccount rumgeärgert, welcher ein Gruppenaccount war. Wie geht resetfoldernames eines „externen“ accounts? nach langem suchen habe ich ein Poweshell script gefunden. Set-MailboxRegionalConfiguration –Identity „mailboxname“ -Language „en-US“ -LocalizeDefaultFolderName:$true Sprachen: Deutsch: de-DE English: en-US