Work with disks 1. Create 2 SCSI drives with a maximum size of 1GB in the Hyper-V console management. 2. In GUI Disk Management Console: Disk 1 should be initialized as Basic disk with MBR table and create a simple 100MB volume 3. Extends and Shrink the volume 4. Make this disk Dynamic 5. With DISKPART: initialize Disk 2 as Basic Disk with MBR Table. 6. With DISKPART: convert this disk to Dynamic 7. with DISKPART: add a mirror to the SIMPLE volume from DISK 0 and create some file on this disk 8. Use the GUI to create a new SPANNED volume 9. with DISKSPART: create a new STRIPPED volume on disks 1 and 2 10. In the Hyper-V management console delete the DISK 2 from server configuration 11. Look at what the server had to do 12. Try to save the data with the mirror of the volume 13. Find how you can script / automate the operations on DISKPART ---------- Work with ACL 13. With icacls tools save the current root directory permission on any of the new hard drives you will work with 14. Remove any user's permissions from some of the new drives. 15. Find out what happened and try to get access back to the administrator. 16. With icacls restore the original permissions 17. In the new directory POKUS remove the inherited permissions and set the permissions for the user only for this folder to read the folder content 18. Create a new directory in the POKUS directory and see their permissions. 19. Find out effective user permissions to a directory 20. Create a share on the POKUS folder so that the partition can not affect the rights set on the file system and allow up to 10 active connections to the partition.