Kent,

Are you saying you're not concerned with the WTS settings and would rather see the standard profile and home folder settings? We don't use the standard settings, but I think it would be good for me to include them. My priority was the Terminal Server settings since I needed someone in our company to be able to set those without going through the AD tool on the server. I'll put it on my to-do list for the tool.

[EDIT]
Kent, just noticed your post above mine was regarding your other post to me [Smile] . The drive letter can be set through the Options button (is maintained in the INI file). And the error you hit is probably due to a bad programming technique I've used since I couldn't quickly find a better way to do it (only time I had to do this in the script [Wink] ). I'm guessing you have more then 200 groups defined in your organization. If this is so then that is why you are hitting the problem. You need to change the value of the variable $MaxGroups to something higher then the total number of groups. The reason for this is that I have to create an array without knowing what size it needs to be later so I just set it to the value of $MaxGroups. Once the array is filled with data, it is resized down. Let me know if changing that variable doesn't work.

-If anyone can give me a proper way to address the above problem I would appreciate it. Basically I need to fill an array with a list without knowing the total number of items in the list until I reach the end of the data stream. I could probably run through the list once while maintaining a counter and then define the array and process the list again to fill the array. I'll make it work like this if there are no suggestions on a better way to do it.

Shawn: While I'm thinking about it...can a menu be included in a form such as 'FILE EDIT VIEW HELP'. Also what about tabs such as Display properties on Windows. Thanks.

-Ben
http://www.rgcweb.org/kix

[ 15. November 2002, 18:22: Message edited by: Ben Dulaney ]