A speed bump on the information super highway.
Random header image... Refresh for more!

links for 2008-11-02

November 2, 2008   No Comments

links for 2008-10-01

October 1, 2008   No Comments

links for 2008-09-30

September 30, 2008   No Comments

links for 2008-09-28

September 28, 2008   No Comments

links for 2008-09-25

September 25, 2008   1 Comment

links for 2008-08-30

August 30, 2008   No Comments

links for 2008-08-23

August 24, 2008   No Comments

Active Directory Users and Computers Saved Queries

Wow, check out these great ADUC saved queries from   Ron Crumbaker at myITforum.com

Does anyone use the Saved Queries with in the ADUC?

I do, and I love them.

Here are some that might help you out.

Just Right Click on Saved Queries and Choose New and then Query.

Name the Query accordingly and then click on Define Query…

Then Find the Custom Search and click on the Advanced tab.

Paste each of these in the <add criteria from above to this list> area and then click OK.

Locked Out Users

(&(&(&(&(objectCategory=person)(objectClass=user)(lockoutTime:1.2.840.113556.1.4.804:=4294967295)))))

Dial In Access

(&(&(&(&(objectCategory=person)(objectClass=user)(msNPAllowDialin=TRUE)))))

Disabled User Accounts

(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))

No Expiring Accounts

(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=65536))

Active Accounts

(&(&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2)))

[Read more →]

Popularity: 18% [?]

Tags: , , , , , , , , , , ,

Related posts

August 8, 2008   No Comments

links for 2008-07-30

July 30, 2008   No Comments

VM boot screen timeout

I was pulling my hair out today, wondering why the bios screen was going by SO much faster since I upgraded to 3.5, even when I connected directly to the ESX box. Turns out that by default the bios screen is set for 0 milliseconds on a new machine. But you can chance this this is via the VM options in the VI client GUI. Remember the time is in milliseconds, plus there is a checkbox to force it to the bios setup on next boot!

Thanks for the heads up vinternals: VM boot screen timeout

Popularity: 16% [?]

Rate this:
2.5
Tags: , , , ,

Related posts

July 24, 2008   1 Comment