My situation:
I work at a help desk and have access to the server active directory is on. I do not have edit privileges. I am in control of inventory and need to have a way to get employee information more efficiently then navigating through the AD GUI.
I am here asking because I may or may not be able to utilize the information in the manner that I want. I do not want to waste my system admins time asking him to do queries or csv exports for me.
I want to use the csv to create an "employee table" in sql so that I only have to put in an employee name when issuing equipment and the name can be linked to this table with information from active directory. This would save a lot of trouble manually putting in information like office codes, addresses , ect.
My question:
Could I use queries in power shell in a read only capacity to get the information I need in my database?
Is there any risk of actually altering the data without admin privileges?
Am I free to experiment and learn how to do queries against the data without fear of messing up with the wrong command? Am I explicitly protected against messing up since I don't have elevated privileges or is there any way I could mess something up?