Hi, I'm a beginner on AD & scripting. I have
developed a simple application which adds a menu item to the
adminContextMenu for the US-English locale. The menu item has been
added to the user-display object. However I would like to know how can
I add the menu item for all supported locales on a server machine.
(CN=401, 402, 40C …… etc.,). Currently, I have a VBScript which does
this … So, please let me know if anything could be done on VBScript to
get all the decimal values for the locale as an array, so that probably
I can iterate over it to add the menu item to all locales on my server.