I have been trying to complete the Access Controls Basic module but the material seems to be unclear or incorrect. The last two questions Are not able to be found as the results of the instructions seems to give the wrong output. I am not sure if based on the instructions I am doing something wrong or what, but I have been stuck on this module an its getting frustrated as I have restarted the lab multiple times. Can anyone shine some light on this for me?
Hi @mikepalma85 for 1.3 Practice you have to remember the folder permissions that were there in the previous lesson (1.2), and then use a combination of commands to get the answer:
-
What user was added to the Leaders group?
Hint: use thenet localgroup
command to view the members of the leaders group -
What group was granted access to the Hall_of_Doom folder?
Hint: use theicacls
command to view the new group under Hall_of_Doom -
Hint 2: Make sure you’re doing this from C:, so:
-
How many users are in the group above?
Hint: use thenet localgroup
command to view the members of the group that was added to Hall_of_Doom
Hint2: REMEMBER only the Villains group and cybrary user had access to Hall_of_Doom originally so which other group is now there that wasn’t before?
- What undesired permission does this group have on the Hall_of_Doom folder?
Hint: use theicacls
command to view check the permissions of the new group under Hall_of_Doom
I hope this helps!
appreciate the brief explanation.
Thanks a ton
Thanks. This helped me too. I guess opening the file challenge.ps1 just runs the settings for the exercise?
Would anybody be able to assist with the final question? Cannot find and/or write the permission in the question, so I’m not sure if I’m just putting it in wrong or not writing the right one.