Guest Kardon Coupé Posted October 8, 2008 Posted October 8, 2008 Dear All, I've setup up a custom ADM to block all drives on a system, except the Z drive which is mapped to a folder for the person to be able to save out... All the Drives get blocked, except the E drive (well the Z drive is visible, but that was intended) I'm using the value of '01111111111111111111111111' or 33554431 decimal, which is correct, right? Why would the E Drive be visible in 'My Computer' ? Regards Paul.
Guest Meinolf Weber Posted October 8, 2008 Posted October 8, 2008 Re: Can't Block/Hide Particular Drive with GPO Hello Kardon, For what is E used? You are right with 33554431. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Dear All, > > I've setup up a custom ADM to block all drives on a system, except the > Z drive which is mapped to a folder for the person to be able to save > out... > > All the Drives get blocked, except the E drive (well the Z drive is > visible, but that was intended) > > I'm using the value of '01111111111111111111111111' or 33554431 > decimal, which is correct, right? > > Why would the E Drive be visible in 'My Computer' ? > > Regards > Paul.
Guest Meinolf Weber Posted October 8, 2008 Posted October 8, 2008 Re: Can't Block/Hide Particular Drive with GPO Hello Kardon, Can you post your .adm content. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Dear All, > > I've setup up a custom ADM to block all drives on a system, except the > Z drive which is mapped to a folder for the person to be able to save > out... > > All the Drives get blocked, except the E drive (well the Z drive is > visible, but that was intended) > > I'm using the value of '01111111111111111111111111' or 33554431 > decimal, which is correct, right? > > Why would the E Drive be visible in 'My Computer' ? > > Regards > Paul.
Guest Kardon Coupé Posted October 8, 2008 Posted October 8, 2008 Re: Can't Block/Hide Particular Drive with GPO This is what is within the ADM, I didn't wanna copy and paste the whole lot, as it is a big file..... 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 NAME !!ALLButZ VALUE NUMERIC 33554431 ; low 26 bits on (1 bit per drive) NAME !!RestNoDrives VALUE NUMERIC 0 END ITEMLIST END PART END POLICY POLICY !!NoViewOnDrive EXPLAIN !!NoViewOnDrive_Help PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED VALUENAME "NoViewOnDrive" 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 NAME !!ALLButZ VALUE NUMERIC 33554431 ; low 26 bits on (1 bit per drive) NAME !!RestNoDrives VALUE NUMERIC 0 END ITEMLIST END PART END POLICY "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message news:ff16fb6693058caf742338b9603@msnews.microsoft.com... > Hello Kardon, > > Can you post your .adm content. > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and > confers no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > >> Dear All, >> >> I've setup up a custom ADM to block all drives on a system, except the >> Z drive which is mapped to a folder for the person to be able to save >> out... >> >> All the Drives get blocked, except the E drive (well the Z drive is >> visible, but that was intended) >> >> I'm using the value of '01111111111111111111111111' or 33554431 >> decimal, which is correct, right? >> >> Why would the E Drive be visible in 'My Computer' ? >> >> Regards >> Paul. > >
Guest Meinolf Weber Posted October 8, 2008 Posted October 8, 2008 Re: Can't Block/Hide Particular Drive with GPO Hello Kardon, Also tested a bit and we got the same symptom, that the D drive was visible, but only in the left pane form the explorer window. In the right pane it was like it should be. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > This is what is within the ADM, I didn't wanna copy and paste the > whole lot, as it is a big file..... > > 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 > NAME !!ALLButZ VALUE NUMERIC 33554431 > ; low 26 bits on (1 bit per drive) > NAME !!RestNoDrives VALUE NUMERIC 0 > END ITEMLIST > END PART > END POLICY > POLICY !!NoViewOnDrive > EXPLAIN !!NoViewOnDrive_Help > PART !!NoDrivesDropdown DROPDOWNLIST NOSORT REQUIRED > VALUENAME "NoViewOnDrive" > 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 > NAME !!ALLButZ VALUE NUMERIC 33554431 > ; low 26 bits on (1 bit per drive) > NAME !!RestNoDrives VALUE NUMERIC 0 > END ITEMLIST > END PART > END POLICY > "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message > news:ff16fb6693058caf742338b9603@msnews.microsoft.com... > >> Hello Kardon, >> >> Can you post your .adm content. >> >> Best regards >> >> Meinolf Weber >> Disclaimer: This posting is provided "AS IS" with no warranties, and >> confers no rights. >> ** Please do NOT email, only reply to Newsgroups >> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm >>> Dear All, >>> >>> I've setup up a custom ADM to block all drives on a system, except >>> the Z drive which is mapped to a folder for the person to be able to >>> save out... >>> >>> All the Drives get blocked, except the E drive (well the Z drive is >>> visible, but that was intended) >>> >>> I'm using the value of '01111111111111111111111111' or 33554431 >>> decimal, which is correct, right? >>> >>> Why would the E Drive be visible in 'My Computer' ? >>> >>> Regards >>> Paul.
Recommended Posts