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: ,
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: ,
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: ,
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: ,
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: ,
More Posts