My Code-Projects

Undergraduate Courses and Material:

Systems Administration Scripts:

  • Active Directory RDN Modify
    In our AD enviornment we had a mix of users with mismatching rdn's which makes it very difficult to determine what user you are looking for during a search. To make it easier on the sys admins I wrote this litttle script that renames a users RDN to match their display name.
  • Department Fill
    This little script makes a connection to an Oracle database and queries a table/view. The userid from the query is used to pull up their active directory account so that a field can be updated. It would be very simple to populate the fields dynamically from the same select.

Applications:

  • Configurator
    This php script was written for a local computer shop. A mysql database is maintained on the backend with product categories such as hard drives, motherboards, processors, memory, etc. A second table is contains all products that could be used to build a computer. The configurator dynamically calculates the current total when items are selected form the drop down menus. Once the quote has been completed and submitted a printer friendly copy is provided for the customer to reference when they speak with the shop. All quotes are stored in a table that can be brought up by the customer or by the shop.