Assignment : Write a PowerShell script that contains cmdlets (no aliases) that meets the following requirements:
Create an script named xyz123_AD.ps1 that accomplished the following:
Create user1_StudentID throughuser10_StudentID where StudentID is xyz123
The password for each user should be Qwerty@3
The Display Name for each student should "xyz123created this user"
Create a group named Grp_xyz123
Add the users created in this script to theGrp_StudentID group.