Monthly Archives: April 2010

Unsupported configurations for Forefront TMG

This morning when I created a web listener, I discovered that TMG did not appreciate my certificate that was issued according to my V3 template with support for CNG and all. (The workaround is to use a V1 or V2 … Continue reading

Posted in News, PKI | Tagged , | 2 Comments

Office 2010 and Sharepoint 2010

They are now at TechNet and MSDN

Posted in Geek, News | Tagged , , | 3 Comments

SSLScan – A SSL-scanner for Windows

I just found SSLScan-Win which is a Windows port of the open source (GPL v3) project SSLScan.   I try SSLScan.exe against www.fairssl.dk since they already have a SSL test site at https://www.fairssl.dk/ssltest/.     We see all public properties … Continue reading

Posted in News, PKI | Tagged , | 7 Comments

Get-Scripting Podcast with Ed Wilson

In the latest episode Jonathan and Alan talks to Ed Wilson (The Scripting Guy). You can listen to it here. It’s a 1.30 min podcast with lots of nice information.

Posted in Fun, News, PowerShell Blogs | Tagged , | 2 Comments

2010 Scripting Games

I will compete the whole Scripting Games this year for the first time ever. As a consultant I have been away or have been to busy to compete. But this year I will go for It I signed up yesterday. … Continue reading

Posted in Fun, Geek, News | 3 Comments

1 year of blogging

#PowerShell and #PKI #Blogging This blog have been active for one year now. The stats goes back to 27/03/2009. Over 22 000 unique visitors in one year! That’s great, thank you all readers and thank you DXter, my fellow blogger … Continue reading

Posted in Fun, News, PKI, PowerShell Blogs | Tagged , , | Leave a comment

Clean-Temp

In my last post I showed you how to create 2000 files in the temp folder. If you want to delete them fast you can use my function Clean-Temp. I have been writing about it before. And now It’s updated … Continue reading

Posted in PowerShell Blogs | Tagged , | 4 Comments

How to create 1 to 2000 or more temp files

This is a small how-to create 1 to how manyfiles you want automatically. In PowerShell you can use 1..20 with foreach todo stuff more then one time. 1..200 | foreach { Write-Host “test” } This will just write test 200 … Continue reading

Posted in PowerShell Blogs | Tagged , , | 5 Comments

A notepad for my (real) desk?

As you all know I’m a geek and a iPhone Geek. So I’m thinking of buying some Notepod’s. These are really cool! I found Notepod thru this blog, http://www.teliaiphoneblog.se/?p=717

Posted in Fun, Geek | Tagged | Leave a comment

Revealing where a certificate is located

I was chatting with my friend Tom Aafloen when he asked me if there was any way to see if a certificate is on a smartcard or not when you are browsing the certificate store. Well, even if you can’t … Continue reading

Posted in News | Tagged , | 3 Comments