If someone can tell me the script that would take a value like "F:\CMD Files DOMAIN\USERNAME:F" and let me count over the number of characters to cover the Drive and folder name:
code:
$S = LEN($DIRLOC + 1)
? "$S

Then extract from the \ after domain to the : before the permission. Thanks!