I am looking for help on a better way of foramtting a MAC address.
Another application tracks the MAC addresses in a file and the fomrat is as
follows:00A0F84B51FF
Now that security want us to make changes I need to add MAC addresses in a
access list as: 00:A0:F8:4B:51:FF. I need to have the colons like a standard
MAC format.
I wrote the script that gets a list of all the mac addresses but of course
not in the format I need. I know that I could use the mid vbscript command
and break up the string and store in variables and manipulate the string how
I need.
I am asking is there a better way to reformat the MAC address with the
colons.I know that every two numbers a colon will need to be placed.
Any suggestions?