October 2008 - Posts

0
Comments

Execute a command with Powershell using Win32_Process by steve schofield

$cmd = "xcopy c:\1.txt c:\temp\1.txt /A" $server = "." $user = "domain\userName" $pass = "p@ssw0rd" $process = [ WMIClass ] "\\$server\ROOT\cimv2:Win32_Process" #$process.psbase.Scope.Options.userName=$user #$process.psbase.Scope.Options.Password=$pass...
Filed under:
0
Comments

How to use Security Configuration Wizard in Windows Server 2008 to lockdown a server with IIS by steve schofield

This article contains tips, tricks and steps to use Security Configuration wizard (SCW) included in Windows Server 2008. I was recently working on locking down Windows Server 2008 with IIS. By default, Windows Server 2008 is more locked down than any...
Filed under:
0
Comments

Great read on the Token Kidnapping in Windows by steve schofield

Nazim from the IIS team has posted a detailed read on the Token Kidnapping in Windows. http://blogs.iis.net/nazim/archive/2008/10/14/token-kidnapping-in-windows.aspx It's definitely worth reading if you are responsible for locking down machines. Steve
0
Comments

IIS Powershell Provider info and articles by steve schofield

I've been recently trying to get more in-depth regarding Powershell and the IIS provider. Here are some articles along with the download link. 'Over 10 articles on Powershell and the IIS Provider. http://learn.iis.net/page.aspx/447/managing-iis-with-the...
Filed under:
0
Comments

Good article on PHP lockdown on IIS 7 by steve schofield

PHP security things by IIS team http://learn.iis.net/page.aspx/208/fastcgi-with-php/
Filed under:
0
Comments

IISLogs added to Softpedia.com database. by steve schofield

I received an announcement from Softpedia.com. IISLogs is certified to not have any adware and passed their strict security tests. We are excited to receive this recognition. "IISLogs, one of your products, has been added to Softpedia's database of software...
0
Comments

Web Platform Installer beta released by steve schofield

This is one of the more interesting projects I've seen come out of the IIS team in a while. Here is more information. http://forums.iis.net/t/1152133.aspx
3
Comments

IIS MVP for 2009 by steve schofield

Got some great news today!! "Congratulations! We are pleased to present you with the 2009 Microsoft® MVP Award!" It's been awesome to be part of the IIS community. Since IIS 7.0 has come out, the IIS community continues to grow. It's fun sharing and learning...
Filed under:
0
Comments

UNC post on Forums.iis.net worth tagging by steve schofield

I'm gradually adding to my UNC tag solutions for IIS based UNC issues posted @ http://forums.iis.net . There are a fair amount of posts people having issues. http://forums.iis.net/t/1152018.aspx Hope this helps, Steve
Filed under:
More Posts