M
M P
I want only to allow specific drives that may be viewed on the explorer that
is why I follow the steps that was stated on KB231289. I have modified my
Server's system.adm and inserted some parts on these lines:
POLICY !!NoDrives
EXPLAIN !!NoDrives_Help
PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED
VALUENAME "NoDrives"
ITEMLIST
NAME !!ABOnly VALUE NUMERIC 3
NAME !!COnly VALUE NUMERIC 4
NAME !!DOnly VALUE NUMERIC 8
NAME !!ABConly VALUE NUMERIC 7
NAME !!ABCDOnly VALUE NUMERIC 15
NAME !!ALLDrives VALUE NUMERIC 67108863 DEFAULT
; low 26 bits on (1 bit per drive)
NAME !!RestNoDrives VALUE NUMERIC 0
NAME !!MyAllowedDrives VALUE NUMERIC 62463975 #MY INSERTED LINE
(Allowed drives was D,E,N,O,P,R,S,W)
END ITEMLIST
END PART
END POLICY
and
[strings]
ABCDOnly="Restrict A, B, C and D drives only"
ABConly="Restrict A, B and C drives only"
ABOnly="Restrict A and B drives only"
MyAllowedDrives="My Allowed Drives only" #MY INSERTED LINE
I have save it and copy to all my DC. I modify one OU with users that I may
try if this will work, enabled the "Hide these specific drives in My
Computer" using the "My Allowed Drives only". Wait for 30 minutes and try to
users under that OU. I have inserted a USB disk and found that it was mapped
on drive F:. What went wrong on my admin template?
is why I follow the steps that was stated on KB231289. I have modified my
Server's system.adm and inserted some parts on these lines:
POLICY !!NoDrives
EXPLAIN !!NoDrives_Help
PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED
VALUENAME "NoDrives"
ITEMLIST
NAME !!ABOnly VALUE NUMERIC 3
NAME !!COnly VALUE NUMERIC 4
NAME !!DOnly VALUE NUMERIC 8
NAME !!ABConly VALUE NUMERIC 7
NAME !!ABCDOnly VALUE NUMERIC 15
NAME !!ALLDrives VALUE NUMERIC 67108863 DEFAULT
; low 26 bits on (1 bit per drive)
NAME !!RestNoDrives VALUE NUMERIC 0
NAME !!MyAllowedDrives VALUE NUMERIC 62463975 #MY INSERTED LINE
(Allowed drives was D,E,N,O,P,R,S,W)
END ITEMLIST
END PART
END POLICY
and
[strings]
ABCDOnly="Restrict A, B, C and D drives only"
ABConly="Restrict A, B and C drives only"
ABOnly="Restrict A and B drives only"
MyAllowedDrives="My Allowed Drives only" #MY INSERTED LINE
I have save it and copy to all my DC. I modify one OU with users that I may
try if this will work, enabled the "Hide these specific drives in My
Computer" using the "My Allowed Drives only". Wait for 30 minutes and try to
users under that OU. I have inserted a USB disk and found that it was mapped
on drive F:. What went wrong on my admin template?