Posts
List all valid email addresses in Exchange 2007
ยท โ˜• 1 min read
You may need these to configure your 3rd party antispam software/appliance. There were lots of articles on the internet with complicated solutions, which did not work for me. Here a Powershell one-liner for Exchange management shell.

Exchange - disable offline folders with non-cached mode
ยท โ˜• 1 min read
Having read some useful topics on the internet, I decided to try non-cached Exchange mode in Outlook. After disabling caching for my account, it still kept the OST file, even after forced deletion. Then I noticed some offline folders were being kept.

Windows firewall authorization failed to start
ยท โ˜• 1 min read
Firewall could not start because of error 1068 - some dependency failed to start. Outgoing connections work, incoming are blocked. I drilled down to Windows Firewall Authorization Driver malfunction.

Driver letter not available for mapping
ยท โ˜• 1 min read
Somehow my Windows 7 partially remapped a drive letter to another entity. It happened suddenly with some unexpected behavior. I noticed it when it could no longer connect to a network share. I removed the mapping and tried recreating with no success. The drive could not be deleted. Restarted, the drive is not mapped, yet it's still not available.

PHPBB3 - Customizing templates (Prosilver)
ยท โ˜• 2 min read
I recently had some experience changing default prosilver template in PHPBB3. It was not as simple as I expected it to be. Well, I figured the path styles\prosilver\template\ and html file name to change, but it took me a while to understand why pages were not refreshing.

Power consumption of Acer 1810T notebook
ยท โ˜• 1 min read
I recently did power consumption test for my Acer 1810T, which I bought a year ago. OS desktop is Windows 7 Home + Aero enabled. I used Kill-A-Watt power meter.

.NET parallel for - how good is it?
ยท โ˜• 2 min read
I recently had a Microsoft workshop session and became excited about parallel for/foreach/etc. There we got a solid 60% of efficiency. It means that whenever number of cores increases by 2x, performance is boosted by 1.6x.

VB.NET - Compare strings - case sensitivity issues
ยท โ˜• 1 min read
I recently stumbled upon this problem in one of our company .NET projects. For some reason, project settings there were configured for Text comparison, rather than Binary. As a result, lower case strings were equal to upper case, which was discovered later when some bug in UI occured. There were three solutions available.

My experience with TekSavvy Extreme Cable
ยท โ˜• 3 min read
This is what I was able to dig up from my emails and memory. Something might be missing from the chain, but overall should be enough to connect the dots. I completed the sign-up to Teksavvy Cable Extreme on 19-02-2011, using their modem SB6120.

WMI query - Incorrect class on Windows 2003 R2?
ยท โ˜• 1 min read
I got this 'Invalid class' error when querying disk performance data (Win32_PerfFormattedData_PerfDisk_LogicalDisk). The server was running Windows 2003 R2 Std x64 SP2.