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

Posted in PowerShell | Tagged , , | 2 Comments

MBSA 2.1.1

Microsoft released Microsoft Baseline Security Analyzer 2.1.1 last week. It can be downloaded here.   Technorati Tags: MBSA,Security

Posted in Uncategorized | Tagged , | Leave a comment

Stureplan hack

Cool commercial for an event or a real hack? You will never know     Technorati Tags: Security,Stureplan,Hack

Posted in News | Tagged , , | Leave a comment

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

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

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

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/

Posted in Uncategorized | Tagged , | 5 Comments

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

Posted in News | Tagged , , | Leave a comment

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

Posted in News | Tagged , | Leave a comment

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

Posted in News | Tagged , , | Leave a comment