IIS Password Change Utility for Windows 2003 SP1 and SharePoint 20

IIS Password Change Utility for Windows 2003 SP1 and SharePoint 20

am 21.12.2005 19:19:04 von pat

I see a few posts but not eneogh to help me.

I want to setup a password change utility for my SharePoint 2003 external
clients by providing a link on there site.

Is IISPWD supported in WIN2K3 and IIS6?
If so where do I find IISPWD (can't find it in the IIS 6 resource kit)
How do I deploy it? Is there a KB with the steps? (can you provide it)

Re: IIS Password Change Utility for Windows 2003 SP1 and SharePoint 20

am 22.12.2005 09:10:32 von Bernard

Try your luck here,
IISADMPWD Virtual Directory Is Not Created During a Default Install of IIS
6.0
http://support.microsoft.com/?id=555071

--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://www.msmvps.com/blogs/bernard/


"Pat" wrote in message
news:940D0D0C-E940-4C99-BF96-634AA9056035@microsoft.com...
>I see a few posts but not eneogh to help me.
>
> I want to setup a password change utility for my SharePoint 2003 external
> clients by providing a link on there site.
>
> Is IISPWD supported in WIN2K3 and IIS6?
> If so where do I find IISPWD (can't find it in the IIS 6 resource kit)
> How do I deploy it? Is there a KB with the steps? (can you provide it)
>

Re: IIS Password Change Utility for Windows 2003 SP1 and SharePoin

am 27.12.2005 17:45:03 von pat

it states that it can be used for changing local account passwords, I need
something that would allow users to change there domain account passwords
using IISADMPWD

"Bernard Cheah [MVP]" wrote:

> Try your luck here,
> IISADMPWD Virtual Directory Is Not Created During a Default Install of IIS
> 6.0
> http://support.microsoft.com/?id=555071
>
> --
> Regards,
> Bernard Cheah
> http://www.iis-resources.com/
> http://www.iiswebcastseries.com/
> http://www.msmvps.com/blogs/bernard/
>
>
> "Pat" wrote in message
> news:940D0D0C-E940-4C99-BF96-634AA9056035@microsoft.com...
> >I see a few posts but not eneogh to help me.
> >
> > I want to setup a password change utility for my SharePoint 2003 external
> > clients by providing a link on there site.
> >
> > Is IISPWD supported in WIN2K3 and IIS6?
> > If so where do I find IISPWD (can't find it in the IIS 6 resource kit)
> > How do I deploy it? Is there a KB with the steps? (can you provide it)
> >
>
>
>

Re: IIS Password Change Utility for Windows 2003 SP1 and SharePoin

am 27.12.2005 19:54:02 von Consultant

it does


"Pat" wrote in message
news:A2A5D800-8A04-4E90-946E-2C216311BB9F@microsoft.com...
> it states that it can be used for changing local account passwords, I need
> something that would allow users to change there domain account passwords
> using IISADMPWD
>
> "Bernard Cheah [MVP]" wrote:
>
>> Try your luck here,
>> IISADMPWD Virtual Directory Is Not Created During a Default Install of
>> IIS
>> 6.0
>> http://support.microsoft.com/?id=555071
>>
>> --
>> Regards,
>> Bernard Cheah
>> http://www.iis-resources.com/
>> http://www.iiswebcastseries.com/
>> http://www.msmvps.com/blogs/bernard/
>>
>>
>> "Pat" wrote in message
>> news:940D0D0C-E940-4C99-BF96-634AA9056035@microsoft.com...
>> >I see a few posts but not eneogh to help me.
>> >
>> > I want to setup a password change utility for my SharePoint 2003
>> > external
>> > clients by providing a link on there site.
>> >
>> > Is IISPWD supported in WIN2K3 and IIS6?
>> > If so where do I find IISPWD (can't find it in the IIS 6 resource kit)
>> > How do I deploy it? Is there a KB with the steps? (can you provide it)
>> >
>>
>>
>>

Re: IIS Password Change Utility for Windows 2003 SP1 and SharePoin

am 28.12.2005 20:46:02 von pat

ok Thanks I see that it does now.

Just one more question, I see the folder and will following instructions on
setting it up in IIS that are documented but what about this stuff

To set the PasswordChangeFlags value in the IIS metabase, do the following:
From a command prompt browse to the C:\Inetpub\Adminscripts directory.
Type adsutil.vbs, and then press the ENTER key. If this is the first time
that Adsutil.vbs has been run, you may get error messages stating that
Cscript is not registered. Follow the prompts and choose Yes to register
Cscript.
Type adsutil.vbs set w3svc/1/PasswordChangeFlags [value].

w3svc/1 represents the Default Web Site and [value] can be set to one of the
following options:
0 - SSL connection required
1 - Password changing allowed on non-secure ports.
2 - Password changing disabled.
3 - Password changing disabled. (Undocumented)
4 - Advance notification of password expiration disabled.

I have SSL on my server, and I wanted password changing to be enabled not
disabled, and most of my users for this server have non expiring so I just am
asking do I need to do stuff when it come to "PasswordChangeFlags" or can I
just create a virtual directory and configure it like the first part of this
article and just skip this whole thing about changing flags?

Thanks

"Consultant" wrote:

> it does
>
>
> "Pat" wrote in message
> news:A2A5D800-8A04-4E90-946E-2C216311BB9F@microsoft.com...
> > it states that it can be used for changing local account passwords, I need
> > something that would allow users to change there domain account passwords
> > using IISADMPWD
> >
> > "Bernard Cheah [MVP]" wrote:
> >
> >> Try your luck here,
> >> IISADMPWD Virtual Directory Is Not Created During a Default Install of
> >> IIS
> >> 6.0
> >> http://support.microsoft.com/?id=555071
> >>
> >> --
> >> Regards,
> >> Bernard Cheah
> >> http://www.iis-resources.com/
> >> http://www.iiswebcastseries.com/
> >> http://www.msmvps.com/blogs/bernard/
> >>
> >>
> >> "Pat" wrote in message
> >> news:940D0D0C-E940-4C99-BF96-634AA9056035@microsoft.com...
> >> >I see a few posts but not eneogh to help me.
> >> >
> >> > I want to setup a password change utility for my SharePoint 2003
> >> > external
> >> > clients by providing a link on there site.
> >> >
> >> > Is IISPWD supported in WIN2K3 and IIS6?
> >> > If so where do I find IISPWD (can't find it in the IIS 6 resource kit)
> >> > How do I deploy it? Is there a KB with the steps? (can you provide it)
> >> >
> >>
> >>
> >>
>
>
>

Re: IIS Password Change Utility for Windows 2003 SP1 and SharePoin

am 29.12.2005 11:32:30 von Bernard

Well, you can test it out. default value is 0. so SSL is required.

--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/


"Pat" wrote in message
news:27E5D9A9-1C23-49BC-9D45-D1B18D69FFCB@microsoft.com...
> ok Thanks I see that it does now.
>
> Just one more question, I see the folder and will following instructions
> on
> setting it up in IIS that are documented but what about this stuff
>
> To set the PasswordChangeFlags value in the IIS metabase, do the
> following:
> From a command prompt browse to the C:\Inetpub\Adminscripts directory.
> Type adsutil.vbs, and then press the ENTER key. If this is the first time
> that Adsutil.vbs has been run, you may get error messages stating that
> Cscript is not registered. Follow the prompts and choose Yes to register
> Cscript.
> Type adsutil.vbs set w3svc/1/PasswordChangeFlags [value].
>
> w3svc/1 represents the Default Web Site and [value] can be set to one of
> the
> following options:
> 0 - SSL connection required
> 1 - Password changing allowed on non-secure ports.
> 2 - Password changing disabled.
> 3 - Password changing disabled. (Undocumented)
> 4 - Advance notification of password expiration disabled.
>
> I have SSL on my server, and I wanted password changing to be enabled not
> disabled, and most of my users for this server have non expiring so I just
> am
> asking do I need to do stuff when it come to "PasswordChangeFlags" or can
> I
> just create a virtual directory and configure it like the first part of
> this
> article and just skip this whole thing about changing flags?
>
> Thanks
>
> "Consultant" wrote:
>
>> it does
>>
>>
>> "Pat" wrote in message
>> news:A2A5D800-8A04-4E90-946E-2C216311BB9F@microsoft.com...
>> > it states that it can be used for changing local account passwords, I
>> > need
>> > something that would allow users to change there domain account
>> > passwords
>> > using IISADMPWD
>> >
>> > "Bernard Cheah [MVP]" wrote:
>> >
>> >> Try your luck here,
>> >> IISADMPWD Virtual Directory Is Not Created During a Default Install of
>> >> IIS
>> >> 6.0
>> >> http://support.microsoft.com/?id=555071
>> >>
>> >> --
>> >> Regards,
>> >> Bernard Cheah
>> >> http://www.iis-resources.com/
>> >> http://www.iiswebcastseries.com/
>> >> http://www.msmvps.com/blogs/bernard/
>> >>
>> >>
>> >> "Pat" wrote in message
>> >> news:940D0D0C-E940-4C99-BF96-634AA9056035@microsoft.com...
>> >> >I see a few posts but not eneogh to help me.
>> >> >
>> >> > I want to setup a password change utility for my SharePoint 2003
>> >> > external
>> >> > clients by providing a link on there site.
>> >> >
>> >> > Is IISPWD supported in WIN2K3 and IIS6?
>> >> > If so where do I find IISPWD (can't find it in the IIS 6 resource
>> >> > kit)
>> >> > How do I deploy it? Is there a KB with the steps? (can you provide
>> >> > it)
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>