Thomas A Edison Career and Technical High School Built a Fully functioning PC
- Worked with a team of three other Computer Repair technicians to create a fully functioning PC using live hardware equipment.
- The machine had demonstrated a successful POST and downloading applications capability as a NIC card was used to connect it to the internet.
- Installed two sticks of DDR3 ram, a standard Intel CPU, and a standard PCI express video graphics card.
- This machine was used to conduct performance tests with my computer repair instructor to test our knowledge on how to identify software and hardware component issues along with troubleshooting.
New York City College of Technology
Created simulated virtual networks for deployment in real-world environments. (College Final Project)
- Used cisco packet tracer to make a network topology consisting of 4 routers, 4 switches and 8 PC's(two for each router and switch).
- Used subnetting to assign each router IP routes and configure them along with the switches.
- Connected each networking device with the appropriate wire type.
- Labeled each network segment with the appropriate Network address.
- The goal of this project was to ping from one end of the network to the other to make sure the connection was stable.
New York City College of Technology
Cracked Windows passwords using kali Linux Virtual box
- Created Six users using the Active Directory in Windows 10 Virtual box and assigned them distinct passwords using a set of characters and numbers.
- Connected Kali Linux to the WIndows 10 Virtual box and added the users in Linux
- Then used the John the Ripper command "john - -format=sha512crypt - -wordlist=my wordlist.txt filetocrack.txt" to crack the passwords
- 4/6 users passwords were cracked.
New York City College of Technology
Building an active directory structure for a company (College project)
• Built a 4 Machine Client Server Network using Virtual Machines on the same network
• Promoted a Server to Domain Controller Status creating a new Forrest
• Joined A Windows 10 Client to the domain
• Added a Second Domain Controller to the Domain (a Replica)
•Created a Child Domain
• Then Created Active directory objects such as Organizational Unit, Users, groups
New York City College of Technology (College Project)
Created and Managed Objects in the Active Directory also using Powershell, Directory Services command prompt.
- Used powershell to create Organization units, populated them with Users and sub-OUS and groups. Reset users passwords and moved them to other groups and Organizational Units.
- Used DS commands to create users, groups, organizational units and sub-OUS. Set and reset users passwords and assigned them groups.
- Added and customized users properties in the AD such as Logon hours and set temporary users accounts to expire.
- Scripting the Active directory by creating a script using PowerShell to promote the domain controller