My workplace uses an AD-based software deployment system. It works like this:

1) User requests software
2) IT dept adds the user's computer name to a designated AD group. One group exists for each piece of software the company uses.
3) Software is auto-installed upon next reboot

I am considering writing a small app to interact with AD. I was thinking of including a drop-down list with the names of all the software packages, and a text entry box in which the computer's name would be entered, with a "submit" button or something similar. I would like this app to be able to add the specified computer name to the software package's AD group.

Would this be possible using VB?