Dalle on Twitter
Posts by
-
-
Recent Posts
Recent Comments
- Brian_Butler on PKI cleanup in AD with PS
- Poweradmse on PowerShell + Working with applications–custom view
- Fredrik Wall on PowerShell + Working with applications–custom view
- Andreas Brantholm on PowerShell + working with applications–Find Identifying Number
- Poweradmse on PowerShell + working with applications–Find Identifying Number
Archives
- September 2012
- August 2012
- June 2012
- March 2012
- January 2012
- December 2011
- November 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- June 2008
- April 2007
- June 2006
Categories
Deployment
PowerShell
Security
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
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
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
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
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
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
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
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