Steve Schofield Weblog
Windows Server MVP - IIS
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Access2007
Active Directory
ajax
appcmd
ASP
ASP.NET
Certification
Classic ASP
compression
debugging
Exchange
Exchange2007
FTP
grdotnet
Homer
hosting
HyperV
IDS
IIS
IISLogs
iisole
Image Burner
Kerberos
Linksys
localhost
Log Analysis
Logparser
Longhorn
Manage IISLogs
metabase acls
perl
PHP
powershell
ProcessMonitor
scheduledtasks
Scripting
Sharepoint
Short
SimpleCMS
SMS
SMTP
SQL
sql injection
SQL Perfmon counters
Troubleshooting
UNC
VBS
Vista
Volume Licensing
WAST
WDS
WebDAV
webfarm
WinDBG
Windows Services
WMI
Zune
News
Join me on Twitter
Navigation
Home
Blogs
Archives
November 2009 (1)
October 2009 (5)
September 2009 (4)
August 2009 (6)
July 2009 (5)
June 2009 (2)
May 2009 (4)
April 2009 (6)
March 2009 (8)
February 2009 (12)
January 2009 (9)
December 2008 (17)
November 2008 (8)
October 2008 (9)
September 2008 (4)
August 2008 (5)
July 2008 (6)
June 2008 (7)
May 2008 (16)
April 2008 (4)
March 2008 (6)
February 2008 (5)
January 2008 (9)
December 2007 (8)
November 2007 (3)
October 2007 (5)
September 2007 (6)
August 2007 (7)
July 2007 (11)
June 2007 (11)
May 2007 (8)
April 2007 (9)
March 2007 (12)
February 2007 (6)
January 2007 (13)
December 2006 (13)
November 2006 (7)
October 2006 (15)
September 2006 (13)
August 2006 (8)
July 2006 (7)
June 2006 (10)
May 2006 (4)
April 2006 (2)
March 2006 (5)
January 2006 (1)
December 2005 (2)
September 2005 (1)
October 2004 (2)
August 2004 (1)
July 2004 (1)
June 2004 (1)
May 2004 (1)
April 2004 (4)
March 2004 (2)
January 2004 (4)
Blogs
Kristofer Gafvert
Brett Hill
David Wang
Ken Schaefer
Chris Crowe
Chris Adams
Bernard Cheah
IIS Team blogs
Mike Volodarsky
Bill Staples
David Wang #2
Hoster Poster
Paul Lynch
Hosting Needs
ORCSWeb, Inc
Misc components
IISLogs - #1 component for managing log files
Misc Links
IISLists
IISToolbox by Tom K (IIS MVP)
IIS-Digest
IIS-Resources
IIS.net
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:
powershell
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:
IIS
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:
powershell
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:
PHP
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:
IIS
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:
UNC
More Posts