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
August 2009 - Posts
0
Comments
Create Policies for Sharepoint and Powershell 1.0
by
steve schofield
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint") [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint.Publishing") $SiteURL = " http://www.example.com " $site = new-object Microsoft.SharePoint.SPSite($siteURL...
Filed under:
powershell
,
Sharepoint
0
Comments
Great thread on IIS 7, WebDAV 7.5, Shared Hosting Config w/UNC folder location
by
steve schofield
Here is a good thread about WebDAV, FTP 7.5, Shared configuration.. I try to track gems like this in my UNC tag. http://forums.iis.net/p/1160381/1915103.aspx Here is more information on Shared Configuration http://learn.iis.net/page.aspx/95/managing-shared...
Filed under:
IIS
,
UNC
0
Comments
FTP 7.5 blind drop article
by
steve schofield
Years ago I wrote an article on setting up a blind drop FTP server I was searching for some information and ran across an updated article using FTP 7.5. Funny thing I recently setup a blind drop using FTP 7.5 and referred to my article on permissions...
Filed under:
IIS
,
FTP
0
Comments
Cool! I was featured on MSTech blog site.
by
steve schofield
I don't normally share self-promotion information. This was cool to be features on MSTechED site. http://www.msteched.com/online/blogs.aspx Check it out! Steve
1
Comments
Walkthrough on how to use FTP authentication to provide dynamic IP restrictions FTP 7.5
by
steve schofield
Few months back, Microsoft released a new module that blocked HTTP requests from brute force attack, http://www.iis.net/extensions/DynamicIPRestrictions This is great for HTTP requests, but didn't address another pressing need, FTP brute force attacks...
Filed under:
IIS
,
FTP
0
Comments
Use Powershell, WMI to retrieve DNS search order, Use Active Directory for list of computers.
by
steve schofield
# ********************* Global variables ********************* $sb = new-object System.Text.StringBuilder $sbErrors = new-object System.Text.StringBuilder # ********************* Defining functions ********************* function GetListOfComputer { $strCategory...
Filed under:
WMI
,
powershell
More Posts