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
Tag Archives: security
The TPM Status tool
I wrote this tool for my friend DXter a year ago or so.He did an presentation on bitlocker and wanted a tool that showsTPM Information from inside Windows and with an GUI. Now It’s a new year and I have … Continue reading
MBSA 2.1.1
Microsoft released Microsoft Baseline Security Analyzer 2.1.1 last week. It can be downloaded here. Technorati Tags: MBSA,Security
Stureplan hack
Cool commercial for an event or a real hack? You will never know Technorati Tags: Security,Stureplan,Hack
Security levels
Security levels for users PowerShell scripts? Question Wish options do I have If I want to be able to give my Active Directory users the rights to run PowerShell scripts? Answer Built into PowerShell you have 4 different … Continue reading
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
Updated FireFox 3.5 to 3.5.1
Take the time to upgrade your FireFox 3.5 to 3.5.1 if you haven’t done it already. Help –> Check for Updates… http://www.mozilla.com/en-US/firefox/3.5.1/releasenotes/
Vulnerability in Microsoft Office PowerPoint
Microsoft Security Advisory (969136) Vulnerability in Microsoft Office PowerPoint Could Allow Remote Code Execution The advisory can be found here. Information about this from Microsoft Security Research & Defense can be found here. Microsoft Security Response Center have posted information … Continue reading
Some weekend reading
I have found two great articles about the MSHTM Host Security on Microsoft Security & Research Blog. They can be found here: The MSHTML Host Security FAQ: Part I of II The MSHTML Host Security FAQ: Part II of II … Continue reading
Hyper-V Security Guide
Microsoft just released the Hyper-V security guide. You can download it here, or read about it online here. Chapter 1: Hardening Hyper-V This chapter provides prescriptive guidance for hardening the Hyper-V role. It discusses several best practices for installing and … Continue reading