Get and Set FTP Active Directory Isolation Properties in IIS7 using iisftp.vbs script from IIS6.0

Users who are very used to the iisftp.vbs script in previous version IIS 6.0 can still use it on Windows Server 2008. After all its only a script to Get or Set the FTP AD properties for a given user. The only requirement was it uses the Microsoft.CmdLib component.

When you run iisftp.vbs /? if you get the error as below, you can copy the iisftp.vbs and CmdLib.msc from a Windows Server 2003 machine %windir%\system32\dllcache folder on to your windows 2008 server and register the cmdlib.msc.

Could not create an instance of the CmdLib object.
Please register the Microsoft.CmdLib component.

regsvr32 cmdlib.msc

You can start using the iisftp.vbs after this as you were used to on IIS6.0