Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - notification

Reply
 
Old 06-08-2007   #1 (permalink)
frank


 
 

notification

We have many remote users they complain that they not getting notify when the
password is about to expire

I want to write a script that will notify them three times once 15 days
before, then 3 days before and finnaly 1 day befor


Please help


Thanks in advance

My System SpecsSystem Spec
Old 06-08-2007   #2 (permalink)
RichS


 
 

RE: notification

What version of AD are you running?
--
Richard Siddaway
Please note that all scripts are supplied "as is" and with no warranty
Blog: http://richardsiddaway.spaces.live.com/
PowerShell User Group: http://www.get-psuguk.org.uk


"frank" wrote:

> We have many remote users they complain that they not getting notify when the
> password is about to expire
>
> I want to write a script that will notify them three times once 15 days
> before, then 3 days before and finnaly 1 day befor
>
>
> Please help
>
>
> Thanks in advance

My System SpecsSystem Spec
Old 06-08-2007   #3 (permalink)
frank


 
 

RE: notification

We use Windows 2003 ADS

"RichS" wrote:

> What version of AD are you running?
> --
> Richard Siddaway
> Please note that all scripts are supplied "as is" and with no warranty
> Blog: http://richardsiddaway.spaces.live.com/
> PowerShell User Group: http://www.get-psuguk.org.uk
>
>
> "frank" wrote:
>
> > We have many remote users they complain that they not getting notify when the
> > password is about to expire
> >
> > I want to write a script that will notify them three times once 15 days
> > before, then 3 days before and finnaly 1 day befor
> >
> >
> > Please help
> >
> >
> > Thanks in advance

My System SpecsSystem Spec
Old 06-08-2007   #4 (permalink)
Brandon Shell


 
 

Re: notification

do you use a custom Gina?
"frank" <frank@discussions.microsoft.com> wrote in message
news:1B774887-2141-418A-B9B9-511A863ED5BE@microsoft.com...
> We use Windows 2003 ADS
>
> "RichS" wrote:
>
>> What version of AD are you running?
>> --
>> Richard Siddaway
>> Please note that all scripts are supplied "as is" and with no warranty
>> Blog: http://richardsiddaway.spaces.live.com/
>> PowerShell User Group: http://www.get-psuguk.org.uk
>>
>>
>> "frank" wrote:
>>
>> > We have many remote users they complain that they not getting notify
>> > when the
>> > password is about to expire
>> >
>> > I want to write a script that will notify them three times once 15 days
>> > before, then 3 days before and finnaly 1 day befor
>> >
>> >
>> > Please help
>> >
>> >
>> > Thanks in advance


My System SpecsSystem Spec
Old 06-08-2007   #5 (permalink)
frank


 
 

Re: notification

No just the default security




"Brandon Shell" wrote:

> do you use a custom Gina?
> "frank" <frank@discussions.microsoft.com> wrote in message
> news:1B774887-2141-418A-B9B9-511A863ED5BE@microsoft.com...
> > We use Windows 2003 ADS
> >
> > "RichS" wrote:
> >
> >> What version of AD are you running?
> >> --
> >> Richard Siddaway
> >> Please note that all scripts are supplied "as is" and with no warranty
> >> Blog: http://richardsiddaway.spaces.live.com/
> >> PowerShell User Group: http://www.get-psuguk.org.uk
> >>
> >>
> >> "frank" wrote:
> >>
> >> > We have many remote users they complain that they not getting notify
> >> > when the
> >> > password is about to expire
> >> >
> >> > I want to write a script that will notify them three times once 15 days
> >> > before, then 3 days before and finnaly 1 day befor
> >> >
> >> >
> >> > Please help
> >> >
> >> >
> >> > Thanks in advance

>
>

My System SpecsSystem Spec
Old 06-08-2007   #6 (permalink)
Brandon Shell


 
 

Re: notification

I assume they are actually getting them, but don't want to look bad for not
actually changing their passwords. If that is not the case you need to open
a case with MS as this a fairly big problem. If it is indeed a the "I didn't
see it excuse" then I would write a script that runs daily and sends an
email.

I don't have time atm to write this for you, but you can use some of the
well known snap-ins to do most of the work for you.
* Query AD for all Users whos Password will expire in 15 days
* Query AD for all Users whos Password will expire in 3 days
* Query AD for all Users whos Password will expire in 1 days
* Send email ( I would cc do a mailbox you own for cya)

"frank" <frank@discussions.microsoft.com> wrote in message
news:186BFAB4-0146-4804-8089-3F0DD434D031@microsoft.com...
> We have many remote users they complain that they not getting notify when
> the
> password is about to expire
>
> I want to write a script that will notify them three times once 15 days
> before, then 3 days before and finnaly 1 day befor
>
>
> Please help
>
>
> Thanks in advance


My System SpecsSystem Spec
Old 06-08-2007   #7 (permalink)
frank


 
 

Re: notification


That agood idea put I would like more automated that why I am asking for the
script...

I understand about your time so if there someone else who can help me I
would appricate it

thanks


Frank

"Brandon Shell" wrote:

> I assume they are actually getting them, but don't want to look bad for not
> actually changing their passwords. If that is not the case you need to open
> a case with MS as this a fairly big problem. If it is indeed a the "I didn't
> see it excuse" then I would write a script that runs daily and sends an
> email.
>
> I don't have time atm to write this for you, but you can use some of the
> well known snap-ins to do most of the work for you.
> * Query AD for all Users whos Password will expire in 15 days
> * Query AD for all Users whos Password will expire in 3 days
> * Query AD for all Users whos Password will expire in 1 days
> * Send email ( I would cc do a mailbox you own for cya)
>
> "frank" <frank@discussions.microsoft.com> wrote in message
> news:186BFAB4-0146-4804-8089-3F0DD434D031@microsoft.com...
> > We have many remote users they complain that they not getting notify when
> > the
> > password is about to expire
> >
> > I want to write a script that will notify them three times once 15 days
> > before, then 3 days before and finnaly 1 day befor
> >
> >
> > Please help
> >
> >
> > Thanks in advance

>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Re: Notification Vista mail
Notification Vista mail
Notification from DEP? Vista security
notification Vista mail
notification add on Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46