IIS FTP Server - How can I tell the isloation mode after an ftp site is set up?

This is Interesting: Free IT Magazines  
Home > Archive > IIS FTP Server > June 2006 > How can I tell the isloation mode after an ftp site is set up?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How can I tell the isloation mode after an ftp site is set up?
BB

2006-06-06, 7:22 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]

2006-06-06, 7:22 pm

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/pr...b.mspx?mfr=true

--

Cheers

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


"BB" <bb@devnul.com> wrote in message
news:%23lO2CAbiGHA.3408@TK2MSFTNGP05.phx.gbl...
> 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
>



BB

2006-06-07, 7:30 am

Many thanks

BB

"Chris Crowe [MVP 1997 -> 2006]" <IISMVP2005@iisfaq.homeip.net> wrote in
message news:%23PdwoMciGHA.4512@TK2MSFTNGP04.phx.gbl...
> 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/pr...b.mspx?mfr=true
>
> --
>
> Cheers
>
> Chris Crowe [IIS MVP 1997 -> 2006]
> http://blog.crowe.co.nz
> ------------------------------------------------
>
>
> "BB" <bb@devnul.com> wrote in message
> news:%23lO2CAbiGHA.3408@TK2MSFTNGP05.phx.gbl...
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com