Did you think the Y2K bugs were done? Well they’re not! The next is the Y2K38 which begins on January 19th 2008 when 30 yr loan and other calculations will have problems. Read more about it here on Wikipedia.
Did you think the Y2K bugs were done? Well they’re not! The next is the Y2K38 which begins on January 19th 2008 when 30 yr loan and other calculations will have problems. Read more about it here on Wikipedia.
Active Directory Command Line One-Liners
FSMO Roles
ntdsutilroles Connections "Connect to server %logonserver%" Quit "selectOperation Target" "List roles for conn server" Quit Quit Quit
[JDH: This is really a series of steps, not a single command
expression]
Domain Controllers
Nltest /dclist:%userdnsdomain%
Domain Controller IP Configuration
for /f %i in (’dsquery server -domain %userdnsdomain% -o rdn’) do psexec \\%i ipconfig /all
Stale computer accounts
dsquery computer domainroot -stalepwd 180 -limit 0
Stale user accounts
dsquery user domainroot -stalepwd 180 -limit 0
Disabled user accounts
dsquery user domainroot -disabled -limit 0
(more…)

Site copyright © pcman.net. All rights reserved. - Comment or Question? -Click Here-