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.

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

Adobe Flash 11 / 11.0.1.152 Silent Install and Migration from 10.X

OS: 32BIT Version: 11.0.1.152 Check for Version: %SYSTEMROOT%\system32\Macromed\Flash\Flash11c.ocx 1 Kill Browsers with Batch and tools like PSKILL.EXE from Systernals/MS 2 uninstall_flash_player_32bit.exe -uninstall activex 3 install_flash_player_ax_32bit.exe -install 4 Copy file mms.cfg to %SYSTEMROOT%\system32\Macromed\Flash (See http://kb2.adobe.com/cps/167/16701594.html how to make this to disable Auto Update) Windows 32-bit Flash Player for Internet Explorer Flash Player for other browsers   Windows […]

WSUS 3.0 Database growing to large (Crash in WSUS)

OSQL.exe Standalone http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=15748 How to shrink WSUS 3.X Database with Express Edition http://gallery.technet.microsoft.com/scriptcenter/6f8cde49-5c52-4abd-9820-f1d270ddea61 sqlcmd –I -S np:\\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query –i <scriptLocation>\WsusDBMaintenance.sql use the WsusDBMaintenance.sql script from the MS Link.

Einsetzen von 2008R2/W7 Policies auf Windows Server 2003R2 DC’s

Microsoft hat neu die Group Policy Extension für Server 2003/R2 gebracht. Resp. Die Konzepte und Technologien des Produktes „PolicyMaker“ vollumfänglich integriert in Windows.    Somit kann man nun folgendes mixen und fast alle Optionen von XP – W7 oder 2003 – 2008R2 via GPO steuern. Domain Controller           2003/R2 Clients                             Windows XP – Windows 7 Member Server               […]

Deinstallieren von Office Validation Plugin KB2501584, KB2570623

Irgendwie hatten wir Probleme mit dem FIXIT, welches wir bei Kunden via Softwqare Deployment verteilt haben. Die Loesung war das Validation Plugin komplett zu entfernen. Ich habe mir erlaubt dieses Script hier zu posten. Danke an den Autor. Wer es pro User fuer Excel reparieren will kann auch MS MicrosoftFixit50741.msi installieren. http://support.microsoft.com/kb/2570623 KB2501584http://www.microsoft.com/downloads/de-de/confirmation.aspx?familyid=6a4e39a4-4c3f-4cc7-98ec-1cb2d5cb5881&displaylang=de Ort wo […]

Mcafee Framework 4.6 and EPO Migrarion from SRV 2003R2 to 2008R2

Mcafee Framework 4.6 is out Please check the 4 important Hotfixes which may seem important if you have “MS Malicious Software Removal Tool” installed. https://kc.mcafee.com/corporate/index?page=content&id=KB72202 1 Install/deploy Framework 4.62 Install HF660014 3 Install HF660568  Migration from Server 2003R2 32BIt to Windows Server R2008 R2 64bit (Same Server Name a must) Mcafee KB66616 (OS=OS) und KB71078 (OS !=OS). Sollte […]

APPV SFT-Server.log Growing and Growing with default 3

 APPV SFT-Server.log Growing and Growing Description: Stores messages from the SoftGrid Virtual Application Server. Path: %ProgramFiles%\Softricity\SoftGrid Server\logs Note: In App-V 4.5 the directory is now called “Microsoft System Center App Virt Management Server\App Virt Management Server”, not Softricity\SoftGrid Server. For more information see 930871. The logging level for the Application Virtualization Management Server can be […]

Office 2010 APPV, MAK oder KMS Server, Product Activation

Links for: Office 2010 APPV, MAK oder KMS Server, Product Activation * APPV Sequence Office 2010 http://www.the-d-spot.org/wordpress/2011/01/25/office-2010-standard-and-access-2010-on-the-same-machine-with-office-2010-deployment-kit-for-app-v/ http://support.microsoft.com/kb/983462http://support.microsoft.com/kb/983462/en-usOffice 2010 APPV MS http://technet.microsoft.com/de-de/library/ff800812.aspxApplication Virtualization-Anwendungspakete, office 2010 http://www.softgridblog.com/?p=153Office 2010 Softgridblog with a lot of videos and good explanation * KMS/MAK Licence Server http://its.uiowa.edu/apps2/support/article/412KMS FAQ http://www.itnetx.ch/blog/?p=146Key Management Services (KMS-Server) Windows Vista und Windows Server 2008 Lizenzserver http://technet.microsoft.com/en-us/library/bb892849.aspxVolume Activation […]

Exchange Powershell Read ALL attributes of Array Get-SendConnector

The regular command does not show ALL fields in an Array. As example here a send Connector from Exchange 2007: [PS] C:\>Get-SendConnector | fl AddressSpaces AddressSpaces : {SMTP:*;100} AddressSpaces : {SMTP:helioa1-klieniken.ch;1, SMTP:z3lz.ch;1, SMTP:seee-spitals.ch;1, SMTP:r33s-e.ch;1, SMTP:kssuri.ch;1, SMTP:                csseb.ch;1, SMTP:stolllenwerksttt.ch;1, SMTP:*.zur-ros.ch;1, SMTP:*.zuose.ch;1, SMTP:*.zhww.ch;1, SMTP                :*.z3hd.ch;1, SMTP:*.zeegks.ch;1, SMTP:*.wi3nn.ch;1, SMTP:*.waeid.zurich.ch;1, SMTP:*.wa3id.stzh.ch;1, SMTP:*                .viteeodato.ch;1…} [PS] C:\>(Get-SendConnector -Identity 06_HIN_Gateway).AddressSpaces |ft -Autosize […]