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.

Exchange 2003/2007/2010/2013 Remove Last Public Folder „Future Version Error“

“Object is Red Only because it was created in a future version of Exchange” Unable to Remove the Last Public Folder in 2007 Console. Does not show up in 2010 Console. Here is how to remove the LAST Public Folder on 2007 after you have followed all steps Under: https://www.butsch.ch/post/Exchange-2003-3e-2010-2007-3e-2010-Public-Folder-Replication-Migration.aspx https://www.butsch.ch/post/Public-Folder-Migration-from-Exchange-2003-to-20072010.aspx https://www.butsch.ch/post/Exchange-Public-Folder-Migration-Fixing-malformed-Category-VBA-Script-Swiss-version.aspx https://www.butsch.ch/post/Exchange-Public-Folder-Migration-Search-for-Recurring-meeting-with-no-End-date.aspx Before you […]

WINMAIL.DAT (Exchange 2007/2010) Outlook 2010

RTF = Rich Text Format (The text/enriched MIME Content-type) http://tools.ietf.org/html/rfc1563 http://msdn.microsoft.com/en-us/library/office/aa140284(v=office.10).aspx http://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format   Transport Neutral Encapsulation Format or TNEF is a proprietary email attachment format used by Microsoft Outlook and Microsoft Exchange Server. An attached file with TNEF encoding is most often named winmail.dat or win.dat, and has a MIME type of Application/MS-TNEF. The official […]

APP-V: Debug App-V Environment from package

  On an APP-V Client crate a shortcut to the Desktop of the Existing APP-V Application you would like to debug.   Open the Properties of the Shortcut change the TARGET as marked and include /EXE cmd.exe Between sftray.exe” and /launch.exe Existing Target: “C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe” /launch “LeechFTP 1.3.1.202” New Target for Command […]

Exchange 2003 > 2007 > 2010 User Move Request fails, ADMINCOUNT=1, INSUFF_ACCESS_RIGHTS

Exchange 2003 > 2007 > 2010 User Move Request fails with INSUFF_ACCESS_RIGHTS. (Red box) Error: New-MoveRequest : Active Directory operation failed on as400.butsch.ch. This error is not retriable. Additional information: Insufficient access rightsto perform the operation. Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0   Problem: Standard Spezial Windows Konten wie Administrator, […]

Appoinments Automatische Anforderungen und Antworten von externen Absendern Verarbeiten

2010 Einstellung: Appoinments Automatische Anforderungen und Antworten von externen Absendern Verarbeiten Problem: Sie erhalten keine Zusagen fuer Meetings von Externen Personen in Exchange 2010. Problem: You don’t not get approval for meetings request from external people in Exchange 2010 Sie erstellen ein Meeting UND laden eine Externe Person dazu ein: Gegenstelle sieht das Meeting und […]

Exchange 2010 Receive Connector TARPIT, DelayedACK, Slow Delivery internal E-Mail

  You see following in the Logs under: C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\ProtocolLog\SmtpReceive\ 2013-09-24T17:09:35.723Z,SBSERVER2\Windows SBS Internet Receive SBSERVER2,08D072FC7C4ACF6A,21,172.17.227.180:25,194.25.152.18:49152,*,Tarpit for ‘0.00:00:00.312’ due to ‘DelayedAck’,Delivered   You have following problem: Submitting a message to a Exchange 2007/2010/2013 is significantly slower than expected. This problem does not occur when submitting messages to other types of mail servers, including earlier versions […]

Powershell: Add users to Active Directory Group membership from file, list all NON Expire accounts

How to add user accounts to a membership of an Active Directory Group. Users in File: C:\edv\bbuser.csv Active Directory Group: SG_Blackberry_User_2010 Users: m.butsch and assistant (First LINE has to be UserName an not a user) Import-module ActiveDirectory Import-CSV “C:\edv\bbUser.csv” | % { Add-ADGroupMember -Identity SG_Blackberry_User_2010 -Member $_.UserName }   —————————————————————————— List all NON Expire accounts […]

Google/GMAIL, How to find out why and where E-Mail from Google is slow

How to find out why E-mail via SMTP flow from Google Mail is so slow sometimes. Google hat so viele Anfragen betreffend SMTP Delay, dass es unterdessen eine Webseite gibt auf welcher Kunden selber Google Mail analysieren können. https://toolbox.googleapps.com/apps/messageheader/analyzeheader E-Mail von Google in Outlook 2007/2010 öffnen In der Mitte bei Kategorien auf Pfeil Drücken Internetkopfzeilen […]