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: Deployment

ODBCCONF.exe command line tool for generating ODBC Entry

ODBCCONF.exe is a command-line tool that allows you to configure ODBC drivers and data source names. http://msdn.microsoft.com/en-us/library/ee388579(VS.85).aspx ODBCConf ConfigSysDSN “SQL Server” “DSN=LocalODBCConnection|SERVER=(local)” for MySQLODBCConf ConfigSysDSN “MySQL” “DSN=LocalODBCConnection|SERVER=MySQL_ServerName” To get the correct Connection String for your DB reference this site: http://www.connectionstrings.com/ Do understand the difference between SYSTEM and USER DNS: http://digital.ni.com/public.nsf/allkb/852559036FB6447380256ADF007C3964 You cant’ give over username and password for […]

Deployment: How to clear Internet Explorer 8 Temporary Files Silent

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8del “%USERPROFILE%\Local Settings\Temporary Internet Files\” /S /F /Q EDIT: codes for the first line (IE8 ) Code: [Select]255 (Deletes ALL History)1 (Deletes History Only)2 (Deletes Cookies Only)8 (Deletes Temporary Internet Files Only)16 (Deletes Form Data Only)32 (Deletes Password History Only)   IE7/IE8, Temporary, Roaming profile, Space

Frontrange Enteo V7.1 / Dynamische Gruppen verschwunden

Verschwundene Dynamische Gruppe suchen in Enteo V7.1 Jemand hat aus Versehen ein Gruppe gelöscht oder verschoben? Man will wissen wann dies passiert ist? Ansicht Dynamische Gruppen Wenn dies via/über DSM Konsole gemacht wurde dann Suchen primär Im File: “C:\Programme\Gemeinsame Dateien\enteo\NiLogs\BLS\bls_AdministrationWebService.log” Dort sieht man dann. Erstellen: e-DE 30ms dsmc.exe 7.01.000.1700 CreateOrgTreeContainer(SchemaTag=’OU’, Name=’HP_6560_Win7_64BIT’) Löschen dann wie beschrieben […]

Powershell Links for Exchange 2007/2010

Hot wo automate a Powershell on Windows Server: http://exchangeshare.wordpress.com/2008/12/08/how-to-schedule-powershell-script-for-an-exchange-task/ Free ActiveRoles Management Shell for Active Directory 32/64-bit from Quest: http://www.quest.com/powershell/activeroles-server.aspxhttp://ss64.com/ps/quest.html How to load the Powershell Plugins into the Shell (As example Exchange and the Quest)   http://technet.microsoft.com/en-us/library/bb963745.aspx Add-PSSnapIn -Name Microsoft.Exchange.Management.PowerShell.Admin,Quest.ActiveRoles.ADManagement http://poshcode.org/2231 Here is how to skip/catch the error if the SNAP in has laready been […]

Windows XP Sp3, Event 516, mfehdik, SLL-API, memory Leak, crypt32.dll

Windows XP Sp3, Event 516, mfehdik, SLL-API, memory Leak, crypt32.dll Memory leak in MFEVTPS.EXE Recent Microsoft security updates for Windows XP SP3 and Server 2003R2 introduce a memory leak for the VirusScan Enterprise process MFEVTPS.EXE. The leak is actually from a Windows binary, Crypt32.dll, that MFEVTPS.EXE utilizes. A fix for this issue is available from Microsoft. […]