Groups | Blog | Home
all groups > iis ftp > june 2006 >

iis ftp : How can I tell the isloation mode after an ftp site is set up?


BB
6/6/2006 10:27:24 PM
Wondering what indicates the isolation mode once a site is set up. I
understand it shouldn't be changed but apart from its behaviour how can I
tell what was set up in the first place?

Thanks

BB

Chris Crowe [MVP 1997 -> 2006]
6/7/2006 12:00:00 AM
The following command will tell you.

open a cmd.exe prompt
type in the following and hit enter...

cscript adsutil.vbs get msftpsvc/1758126642/UserIsolationMode

Change the 1758126642 to the FTP Site Instance (Default FTP Site is 1)

You can find the Instance ID from the LogFilename in the IIS FTP Site
Properties Dialog.

Note: If the key is not set then you are running in NON ISOLATED Mode.

Values

0 : Not Isolated
1 : Isolated Users
2 : Isolated Users using AD

Note: I have written a tool for Editing the user attributes in AD for option
2 - see http://blog.crowe.co.nz/category/64.aspx

For more details on the UserIsolationMode Property see
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/bf5915f4-1f7b-4245-acc0-642920b9ef7b.mspx?mfr=true

--

Cheers

Chris Crowe [IIS MVP 1997 -> 2006]
http://blog.crowe.co.nz
------------------------------------------------


[quoted text, click to view]

BB
6/7/2006 12:00:00 AM
Many thanks

BB

"Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
message news:%23PdwoMciGHA.4512@TK2MSFTNGP04.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button