Month: October 2011

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

Exchange Running Powershell from Batch on Server 2008/R2, 32/64BIT

Exchange Running Powershell from Batch on Server 2008/R2 32/64BIT, c:\windows\Sysnative Patch If your recieve the error while running a Powershell from Batch: WARNING: The following errors occurred when loading console D:\ProgramFiles\Microsoft\Exchange Server\bin\exshell.psc1:Cannot load Windows PowerShell snap-in Microsoft.Exchange.Management.PowerShell.Admin because of the following error:No snap-ins have been registered for Windows PowerShell version 2.Command ‘c:\batch\butsch.ps1’ could not be […]

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.