Question 487 of 730 from exam SY0-601: CompTIA Security+

Question 487 of 730 from exam SY0-601: CompTIA Security+

Prev Question Next Question

Question

A security administrator is reviewing the following PowerShell script referenced in the Task Scheduler on a database server:

Smembers = GetADGroupMemeber -Identity "Domain Admins" -Recursive | Select - ExpandProperty

name
if (Smembers -notcontains "JohnDoe"){
Remove-Item -path C:\Database -recurse -force

y

Which of the following did the security administrator discover?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.