I’m having trouble solving questions 2 and 4, the “net user” command output does not match the expected answer, and so does the “ping sweep” command (with the output of the lab)
Greetings, how are you?
2.2: What are the names of the two users you identified? Reviewing the image, I can identify more users.
2.4: The mentioned command gave me a similar error. I’ll report it to the support team. Could you try this command: (1..254) | % {$ip="10.0.x.$_"; Write-Output "$IP $(Test-Connection -ComputerName "$ip" -Quiet -Count 1)"}
Hey all - looks like the command for the ping sweep contained references to an old default network address for the lab environment, such that the instruction to modify only the third octet was no longer valid. This has been corrected.
Don’t read “user accounts” too literally. Just read the question as “how many accounts exist”.
Ok, so I solved question 2.4 since they updated the command and now it works properly, I’m still having trouble solving question 2.2, I type the “ner user” and the only 2 accounts I see are the ones shown in this screenshot, which are “cybrary” and “Guest”, where can I see the rest?
If you pay attetion, you will see other names near from cybrary and guest…
Ohh now I noticed… Thank you so much!