Computers recently joined to domain


dear all,

we using windows server 2008 r2. there way or utilities allow monitor computers being joined domain recently?

thanks.

regards,

hi henry,

you could  try following commands in powershell.

for example show computer accounts created in last 90 days in active
directory

get-adcomputer -filter * -properties whencreated | ? { ((get-date) - $_.whencreated).days -lt 90} | format-table name,whencreated,name,distinguishedname -autosize -wrap

best regards,

mary dong







Windows Server  >  Management



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file