Browse by Tags

All Tags » Active Directory (RSS)

Using CSVDE to export computer accounts from AD by steve schofield

I was putting together some documentation and need an export of all computer accounts in Active Directory. Export Computer Accounts - This will export the DN (distinguishedName, CommonName) csvde -f output.csv -d "DC=Steve,DC=Schofield,DC=com" -r "(objectClass...
Filed under:

IIS 6 FTP service and Active Directory logins by steve schofield

Thought I would pass this along. The IIS 6 FTP Service's DefaultLogonDomain metabase property isn't available in MMC ( http://support.microsoft.com/?id=184319 ). The default is the local machine name. If you are using AD users, this is a way to cutdown...
Filed under:

Powershell 1.0 script to update Active Directory FTP User isolation attributes (msIIS-FTPDir, msIIS-FTPRoot) by steve schofield

I recently posted an article how to setup FTP User Isolation and Active Directory together. Here is the article . In the post, I mentioned you'll need to engage your AD administrator to update the two attributes. Here is a script using Powershell 1.0...

How to setup and use FTP User Isolation with Active Directory by steve schofield

This post is targeted at helping IIS Administrators understand how to setup FTP User Isolation and Active Directory together. There has been forum posts @ http://forums.iis.net regarding user isolation and Active Directory. It is pretty straight forward...
Filed under: ,

Using Active Directory with IIS 7.0 webfarms by steve schofield

This post is targeted at helping IIS Administrators understand how Active Directory can be used by IIS web-farms. My goal is to help anyone looking to deploy IIS (in a web-farm scenerio) and use Active Directory as a authentication store. There are several...
More Posts