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

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 […]

Behebung Fehler Mcafee VSE 8.8 SP2 TRUST beim Scannen und Event 516 crypt32.dll

Dieses Dokument beschreibt wie man Mcafee Event516 oder Untrusted Fehlermeldung beheben kann. Fehlermeldung: scan32.exe – Ungültiges Bildscan64.exe – Ungueltiges Bild Versionen:   * Client Windows 7 64BIT SP1, German Language * Mcafee VSE 8.8 P2 with HF Post SP2 (8.8.0.975 BUILD 14.08.2012) * DAT 7180.0000 * Framework 4.8.0.887 * EPO 4.6   Der Fehler tritt […]

Microsoft APPV package Recipe for Irfanview 4.x

16.05.2013, Version 4.3X, Sequence Irfanview for Windows 7 64BIT Download all Binaries from the Website www.irfanview.com Download the Plugins you want Download the Language files you want Start sequencing on your clean machine. Install Irfanview to the Path q:\irfan.001 Copy over the Plugins and the language Files to the correct paths Place the language files […]

APPV How to call a script/batch FROM within the APPV bubble

Insert following Text as example into the Filename.OSD to run a script from wtihin the APPV package After:  </IMPLEMENTATION> <DEPENDENCY>  <CLIENTVERSION VERSION=”4.6.0.0″/>    <SCRIPT EVENT=”LAUNCH” TIMING=”PRE” TIMEOUT=”0″ PROTECT=”TRUE” ABORTRESULT=”-1″ SUCCESSRESULT=”1″ EXTERN=”TRUE”>       <SCRIPTBODY>@call \\\\apv01\\scripts$\\pabs\\check.cmd \n </SCRIPTBODY>      <SCRIPTBODY>if exist “C:\Program Files (x86)\Pabsnet\pabs.exe” (exit 0) else exit 1 </SCRIPTBODY>    </SCRIPT> </DEPENDENCY>    

HP biosconfigutility.exe and password in BIOS options, error 10

HP this is absolue confusing! Not all syntax provided in the “Biosconfigutlity.exe” seem to work in a certain order! Here is the correct syntax and a working example under Windows PE 3.X 32BIT boot media: Biosconfigutlity.exe /cspwd:”youroldbiospassword” /cspws:”yournewbiospassword” And an example to renew the existing BIOS password and write new BIOS Setting in one command: […]

Enteo/Frontrange V7.X Debug Level setzen

Hier die Optionen setzen: z.B. fuer den PROXY HKEY_LOCAL_MACHINE\SOFTWARE\NetSupport\ExtendedLogfileSettings\ClientProxyRpc\Standard Default Wert: 3 Viel: 0 Debug Logfiles auf dem Enteo Server verwendet und deren Pfade: “C:\Programme\Gemeinsame Dateien\enteo\NiLogs\BLS\bls_ClientWebService.log” “C:\Programme\Gemeinsame Dateien\enteo\NiLogs\ClientProxy\ClientProxyRpcCli ent(***CLIENTID****)_SYSTEM_AGG.log” “C:\Programme\Gemeinsame Dateien\enteo\NiLogs\BLS\bls_ClientWebService.log” Zum Beispiel verwendet um Fehler bei Authentication mit Enteo Konten: Beim BLS war ein ADS-Konto, dass wir verwendeten von einem First Level deaktiviert worden. […]

Internet Explorer 10 (IE10) for Windows 7 (WIN7), download and block Auto install

  Download IE10 for Windows 7, http://windows.microsoft.com/en-us/internet-explorer/downloads/ie-10/worldwide-languages Block IE10 on all system which are NOT connected to Windows Update Server WSUS, http://www.microsoft.com/en-us/download/details.aspx?id=36512   Notes in German from the field: Kommt nicht automatisch WENN WSUS Anbindung vorhanden Kommt automatisch bei allen kleinen Kunden die KEIN WSUS haben da gestuft als “important Update”   Toolkit to Disable […]

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 […]