| Author |
How can I tell the isloation mode after an ftp site is set up?
|
|
|
| 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
>
| |
|
| 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...
>
>
|
|
|
|