You need to identify which servers were restarted during the last two days

Your network contains an Active Directory domain named adatum.com. The domain
contains several thousand member servers that run Windows Server 2012 R2.All of the
computer accounts for the member servers are in an organizational unit (OU) named
ServersAccounts.
Servers are restarted only occasionally.
You need to identify which servers were restarted during the last two days.
What should you do?

Your network contains an Active Directory domain named adatum.com. The domain
contains several thousand member servers that run Windows Server 2012 R2.All of the
computer accounts for the member servers are in an organizational unit (OU) named
ServersAccounts.
Servers are restarted only occasionally.
You need to identify which servers were restarted during the last two days.
What should you do?

A.
Run Get-ADComputer and specify the SearchScope parameter.

B.
Run dsquery computer and specify the -stalepwd parameter.

C.
Run dsquery server and specify the -o parameter.

D.
Run Get-ADComputer and specify the lastLogon property.



Leave a Reply 3

Your email address will not be published. Required fields are marked *

ten + 12 =


Jony

Jony

get-adcomputer -identity “computername” | -filter ‘name -like “*abc*” -properties lastlogondate | *

Mike

Mike

I thought the lastlogondate would help me find computers that were no longer on the network. Not a computer that was rebooted two days ago – I don’t think there is a correct answer to this question.

Sajmon

Sajmon

I think it is because when computer boots it attempts to logon to domain.