Hi all,
I've been handed a spread sheet that is an output of information captured by a script that captures network drives attached to a user's profile. An example of the output, for one user, is below:
K: = \\Server01\MARKETING ; P: = \\Server01\APPLICATIONS ; R: = \\Server02\ENGINEERING ; S: = \\Server01\COMPANY SHARE\another share ; U: = \\Server01\users$\user01 ; Z: = \\Server02\Engineering ;
What I need to do is split that down into 4 columns to go into another table. So I need to split it down by:
Driver letter: e.g. K:
Server Name: e.g. Server01
Share without the drive letter: e.g. \\Server01\COMPANY SHARE\another subshare\
I am stumped so any help would be gratefully received!
I've been handed a spread sheet that is an output of information captured by a script that captures network drives attached to a user's profile. An example of the output, for one user, is below:
K: = \\Server01\MARKETING ; P: = \\Server01\APPLICATIONS ; R: = \\Server02\ENGINEERING ; S: = \\Server01\COMPANY SHARE\another share ; U: = \\Server01\users$\user01 ; Z: = \\Server02\Engineering ;
What I need to do is split that down into 4 columns to go into another table. So I need to split it down by:
Driver letter: e.g. K:
Server Name: e.g. Server01
Share without the drive letter: e.g. \\Server01\COMPANY SHARE\another subshare\
I am stumped so any help would be gratefully received!