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

Domain migration ERR3:7075 Failed to change domain affiliation, hr=8007054a This operation is only allowed for the Primary Domain Controller of the domain

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