RE: Conficker Help! (UNCLASSIFIED)

2009-11-20 Thread Kent, Larry CTR USA
Classification: UNCLASSIFIED Caveats: NONE Or Set up this query in ADUC, somewhat useful http://www.windowsnetworking.com/kbase/WindowsTips/Windows2003/AdminTips /ActiveDirectory/FindAllLocked-OutAccounts.html From: Greg Olson [mailto:gol...@markettools.com] Sent: Friday,

Re: Conficker Help! (UNCLASSIFIED)

2009-11-20 Thread Steven Peck
or PowerShell with Quest Active Directory cmdlets. PS: Get-QADUser -Locked -SizeLimit 0 Some options to play with PS: $a = Get-QADUser -Locked -SizeLimit 0 PS: $a.count (this will get you a count) PS: $a | select DisplayName, Logonname PS: $a | ft DisplayName, Logonname, CanonicalName

Re: Conficker Help! (UNCLASSIFIED)

2009-11-20 Thread Jonathan Link
Oh, Windows how do I admin thee? Let me count the ways... On Fri, Nov 20, 2009 at 5:37 PM, Steven Peck sep...@gmail.com wrote: or PowerShell with Quest Active Directory cmdlets. PS: Get-QADUser -Locked -SizeLimit 0 Some options to play with PS: $a = Get-QADUser -Locked -SizeLimit 0 PS: