Assignment 1

Gather some useful information

Write a powershell script on your current box which displays the following information about it:

  • Most recent 10 files accessed

  • Display the NTFS permissions of those files

  • Time of last 5 restarts of the system

  • List the registry entry that runs when the system reboots and display its contents

  • If you have access to an Active Directory instance, list information about the domain controllers

  • Free form: other useful defensive information about your current system

Using good GitHub Practices, try to create a branch, add your sample, and create a Pull Request to add it to the repo under AssignmentUploads

Last updated

Was this helpful?