Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

Help pulling machine password age

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 02-29-2008   #1 (permalink)
Ben Christian
Guest


 

Help pulling machine password age

Hello,

I need to poll AD for machine password ages to find ones that are expired or
expiring in the near future...i haven't been able to find how to do this

Thanks!

My System SpecsSystem Spec
Old 02-29-2008   #2 (permalink)
Shay Levi
Guest


 

Re: Help pulling machine password age


If you have Quest's cmdlets for Active Directory:

Get-QADComputer -IncludedProperties pwdLastSet | select name,pwdLastSet,@{n="Age";e={((get-date)
- $_.pwdLastSet).days}} | sort age -desc | ft -a


You can download Quest's PowerShell Commands for Active Directory for FREE:
http://www.quest.com/activeroles-server/arms.aspx


-----
Shay Levi
$cript Fanatic
http://scriptolog.blogspot.com
Quote:

> Hello,
>
> I need to poll AD for machine password ages to find ones that are
> expired or expiring in the near future...i haven't been able to find
> how to do this
>
> Thanks!
>

My System SpecsSystem Spec
Old 03-12-2008   #3 (permalink)
waynea
Guest


 

Re: Help pulling machine password age

Check out:

http://www.joeware.net/freetools/tools/oldcmp/index.htm

Quick and easy to use. Has various options for password age, report type
(txt, html), etc....

Works great.

"Shay Levi" wrote:
Quote:

>
> If you have Quest's cmdlets for Active Directory:
>
> Get-QADComputer -IncludedProperties pwdLastSet | select name,pwdLastSet,@{n="Age";e={((get-date)
> - $_.pwdLastSet).days}} | sort age -desc | ft -a
>
>
> You can download Quest's PowerShell Commands for Active Directory for FREE:
> http://www.quest.com/activeroles-server/arms.aspx
>
>
> -----
> Shay Levi
> $cript Fanatic
> http://scriptolog.blogspot.com
>
Quote:

> > Hello,
> >
> > I need to poll AD for machine password ages to find ones that are
> > expired or expiring in the near future...i haven't been able to find
> > how to do this
> >
> > Thanks!
> >
>
>
>
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista machine cannot change domain password admin Vista account administration 1 01-24-2008 07:36 AM
Vista Machine requires password from Workgroups Ron Vista networking & sharing 2 09-26-2007 06:11 PM
Can now see vista comp on my network via my xp machine but needs password yar Vista networking & sharing 9 06-29-2007 11:22 PM
ASP.NET Machine password Paasie Vista security 2 03-22-2007 03:56 AM
XP Computer asks for username and password for Vista machine Jason Vista networking & sharing 2 02-16-2007 07:27 AM


Vistax64.com 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 2005-2008

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 47 48 49 50 51