Monthly Archives: September 2009

Look at remote event log

This script will look in the Security EventLog at machinenamefor EventId 680 and display the last 5. $logs=[System.Diagnostics.EventLog]::GetEventlogs(“machinename”) $app = $logs |? {$_.log -eq ‘security’} $myError = $app.entries | ? {$_.eventid -eq ’680′} $myError | Select-Object -Last 5 To look … Continue reading

Posted in PowerShell Blogs | Tagged , , | Leave a comment

The PKI Toolbox [News]

We are currently working on some new tools for the PKI Toolbox and there are currently 3 new news for the project. Own domain name We got a domain name for the PKI Toolbox project. http://www.pkitoolbox.com Invitation to Microsoft Sweden … Continue reading

Posted in PowerShell Blogs | Tagged , , | Leave a comment

The Power Admins How-To series (PowerShell)

In my How-To series about PowerShell I will show how to administrate an IT environment with PowerShell. We will start at an Administrators machine and then work us up to an Active Directory. The first 4 parts are: The Beginning … Continue reading

Posted in PowerShell Blogs | Tagged , , | 6 Comments

Forgotten Attachment Detector

This new tool are pretty cool! Never miss to attach a document after this Download and Video More information   Technorati Tags: Forgotten Attachment Detector,FAD,Outlook

Posted in Uncategorized | Tagged , , | 3 Comments

Remote Server Administration Tools for Windows 7

Remote Server Administration Tools for Windows® 7 enables IT administrators to manage roles and features that are installed on computers that are running Windows Server® 2008 R2, Windows Server® 2008, or Windows Server® 2003, from a remote computer that is … Continue reading

Posted in News | Tagged , | Leave a comment

Cool IE feature in Windows 7

I was downloading some stuff from Microsoft and at the same time working in Word when I realized that the green stuff on the IE button on the new bar in Windows 7 was a download bar. This is cool! … Continue reading

Posted in News | Tagged , , | Leave a comment

Monday links

Links for Monday afternoon: Kopi Luwak Expensive coffee from animals  http://en.wikipedia.org/wiki/Kopi_luwak http://www.animalcoffee.com/ http://www.coolstuff.se/Kopi_Luwak_Kaffe (In Swedish) Star Wars Lego Chess http://www.geek.com/articles/news/star-wars-lego-chess-set-decides-which-side-of-the-force-is-stronger-20090911/ Power button tie http://www.thinkgeek.com/tshirts-apparel/hats-ties/69be/ For the computer bag http://www.thinkgeek.com/tshirts-apparel/miscellaneous/6972/ Cold feets? http://www.gizoo.co.uk/Products/HealthFitness/Relax/Slippies.htm

Posted in News | Tagged | Leave a comment

OWA Distribution list Export

I needed to export e-mail addresses from several Distribution lists and did only have access to Outlook Web Access. The only export function I found was to start a new mail in owa. Mark all contacts in the Distribution list … Continue reading

Posted in PowerShell Blogs | Tagged , | 1 Comment

MDT 2010

Microsoft Deployment Toolkit 2010 got released yesterday. You will find the MDT 2010 site here. Download it and start to deploy   Technorati Tags: Microsoft Deployment Toolkit,MDT 2010

Posted in Deployment, News | Tagged , | Leave a comment

Release party of the Svenska it-säkerhetshandboken 1.0

  I will be at the release party of the new Swedish IT-Security book “Svenska it-säkerhetshandboken 1.0” at LabCenter here in Sweden this evening. Read more about it in Swedish on Facebook, http://www.facebook.com/group.php?gid=39692628433&ref=ts#/event.php?eid=129508809121   And they will send it live, … Continue reading

Posted in News | Tagged | Leave a comment