Steve Schofield Weblog
Windows Server MVP - IIS
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
Access2007
ajax
appcmd
ASP.NET
Certification
debugging
Exchange
Exchange2007
FTP
grdotnet
Homer
HyperV
IDS
IIS
IISLogs
Image Burner
localhost
Log Analysis
Logparser
Longhorn
Manage IISLogs
perl
powershell
Scripting
SimpleCMS
SMS
SMTP
SQL
sql injection
SQL Perfmon counters
Troubleshooting
UNC
VBS
Vista
Volume Licensing
WAST
WDS
WebDAV
WinDBG
Windows Services
WMI
Zune
News
Navigation
Home
Blogs
Archives
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
Scott Guthrie
David Penton
Kristofer Gafvert
Brett Hill
David Wang
Ken Schaefer
Chris Crowe
Chris Adams
Steve Smith (ASPAlliance guru!)
Bernard Cheah
IIS Team blogs
Mike Volodarsky
Bill Staples
David Wang #2
Hoster Poser
Hosting Needs
ORCSWeb, Inc
Misc components
IISLogs - #1 component for managing log files
Misc Links
SecurityFocus
Nessus network scanner
IISLists
IISToolbox by Tom K (IIS MVP)
IIS-Digest
IIS-Resources
IIS.net
February 2007 - Posts
0
Comments
What domain name do you use in your examples?
by
steve schofield
Example.com, Example.net, Example.org are reserved. I found this on http://dnsstuff.com ( http://member.dnsstuff.com/forums/showthread.php?t=1572913 ). Here is the RFC http://www.rfc-editor.org/rfc/rfc2606.txt I learn something new everyday. I'll...
0
Comments
Filter Event logs with Powershell
by
steve schofield
This command helps filter SYSTEM event log entries. get-eventlog system | where {$_.Message -match "Office" -and $_.Source -match "UmrdpService"} | format-table -wrap -autosize -property Message
Filed under:
powershell
1
Comments
IIS7 - post #31 - Adrotator on IIS7 / Vista / BC32400: Class 'CLSID_CorSymWriter' could not be created: Access is denied.
by
steve schofield
I was working with the Adrotator component included in .NET 2.0 on Vista and IIS7. I was getting this error; BC32400: Class 'CLSID_CorSymWriter' could not be created: Access is denied. It worked on my other vista machine, so I knew it was specific...
Filed under:
IIS
,
ASP.NET
1
Comments
Intellisense / get-member in Powershell
by
steve schofield
One of the neat tricks is write out what Methods, Properties get-member cmdlet . Here are a couple of replies I recently from my question in the Powershell newsgroup . Example 1 ------------- It works well for static methods (note the parenthesis and...
Filed under:
powershell
0
Comments
RMT version of Powershell available for Vista
by
steve schofield
RTM version of Powershell for Vista! http://www.microsoft.com/downloads/details.aspx?familyid=C6EF4735-C7DE-46A2-997A-EA58FDFCBA63&displaylang=en Steve
Filed under:
powershell
0
Comments
IIS7 - post #30 - Vista developer story articles by Microsoft.
by
steve schofield
These are MUST read articles if you are involved with IIS7 development or administration. The Windows Vista Developer Story: Internet Information Services http://msdn2.microsoft.com/en-us/library/aa480184.aspx The Windows Vista Developer Story: Run-Time...
Filed under:
IIS
More Posts