Achieved 070-647 MCITP Enterprise Administrator

Today I achieved 070-647, it was a decently hard exam as to be expected ofcourse for the level of expertise required to pass and know all the items questioned within it. Focus will now shift from 2008 basis to my Messaging Specialism, which I will be upgrading from MCSA:M with an additional 2007 MCTS in […]

Problem Installing FEP Client (0x80070645)

Cross-posting some of my findings I also posted in http://social.technet.microsoft.com/Forums/en-US/FCSNext/thread/2b853e6a-b05f-467d-bd3e-31f0cdf5830e I’ve been having the same problem with several servers. I have found that uninstalling FCS can sometimes be a pain. If you open your REGEDIT and find the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\UserData\S-1-5-18\Products folder and here search for ForeFront you will find the 2 installations from ForeFront. NOTE: This […]

Debugging Scheduled tasks “Last Result 0XE0434F4D”

Ran into a problem today with using a scheduled task which was not executing properly after changes being made to it’s batchjob. Ofcourse the Windows Task Scheduler doesn’t give a very good description on the error message so I found a nice article that uses the following code: @echo off echo %date% %time% Start of […]

Log on as Batch on Domain Controllers via Policy

Today I ran into an interesting problem regarding Windows 2008 and the long running “Time Sync” issue due to running multiple domain controllers on Virtual machines. (As far as I can tell this slowly de-syncs the clocks somehow between the host and client machine even if you disable the Time Sync in Hyper-V and also […]