Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignments for Marks. Powershell Windows Server. For the Assignment for Marks, you will be required to perform the following tasks through ONE script. You have
Assignments for Marks. Powershell Windows Server. For the Assignment for Marks, you will be required to perform the following tasks through ONE script. You have been given a new server for implementation for the Northern House Medicine Lodge. Their old server died and someone removed it before any data recovery was able to be made. Default Windows Server is fully installed and updated. The PowerShell help is also updated. Note: the PowerShell version is still version 5. Creating 1 script; your script needs to perform the following unattended functions. Your script, once started must run completely unattended. That means that if the system has to restart for whatever reason, upon restart, your script is still to continue from where it left off.
- The server must be renamed to NHMLsvr. (+/- 2 points)
- To prevent issues of getting different IP addresses due to reboots or unknown causes, change your dynamic IP address to static. There is a DHCP provider on the router to the LAN giving our IP addresses in the 10.10.10.40-62/27 ip range. The following static IP info should be this: Gateway address is 10.10.10.33; the Server address will be excluded from DHCP and needs to be 10.10.10.34/27; the svr DNS static IP should be set to 10.10.10.34. (+/- 3 points)
- The Server must be promoted to an Active Directory Server. It will be the first DC in the NHML.local domain. In your promotion, you will need to install the AD services, create the forest and domain, and install DNS on the server. (+/- 5 points)
- Create the following ADusers (calling data from a .txt file with local home directories, with the respective passwords. (+/- 30 points; if simple script used (not getting data from a txt file) auto deduction of 5 point highest possible mark- not calling data from text file is 25 points.
Userid | Password | User Description | Account expiry date | City | Prov |
final1 | password | First User | Dec 31, 2024 | Regina | Saskatchewan |
final2 | pwd | Second User | never | Winnipeg | Manitoba |
final3 | Final3 | Third User | Dec 31, 2025 | Dauphin | Manitoba |
final4 | naacp | Fourth User | Dec 31, 2023 | Thompson | Manitoba |
- Create the following groups with the membership as indicated (+/- 6 points))
GRP Name | Grp Membership |
UG1 | final1, final2 |
UG2 | final3, final4 |
- Create the following directory structure Disable all inheritance permissions (+/- 20 points).
Structure | owner | Owner Permissions | GRP access | GRP permissions | Specific Individual Access | Specific Individual Permissions |
C: Stuff | administrator | full | UG1 and UG2 | Modify | ||
C:Stuff/Bad | administrator | full | UG1 | Modify | Final4 | Read |
C: Stuff/Good | administrator | full | UG2 | Modify | Final1 | Read |
- Create a public folder in C: called Stuff that everyone can have read access. (+/- 2 points)
- Create the following Organizational Units: Supervisors, Troubleshooters (+/- 2 points)
- There will be times when FTP will be needed. For this script, install the Windows Feature FTP, but ensure that it is disabled. (+/- 2 points)
Attachments:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started