Oh - and remember GPO's on Computers generally only take
effect at boot time - so make sure you're rebooting...
--------------------------------------------------------------
Roger D. Seielstad -
MTS MCSE MS-MVP
Sr. Systems Administrator
Inovis Inc.
From: Michael Wassell [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 12:58 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] OT: Custom .ADM (Code Included)Unfortunately not in this case Roger :-(Although, I do appreciate the advice. This particular printer is automatically created from an installer, which in turn creates the printer object underneath the HKLM hive. This allows for every user that logs into the workstation to have the printer automatically created, but unfortunately there is a bug causing the properties of the printer object to point to the %USERPROFILE%\Temp folder of the user that installed the client. Hence, insufficient rights when the user attempts to print to the printer object, which is why I'm trying to design the GPO to change the value in the registry to point to a folder all users have rights to (C:\temp).Would this inconsistency prevent the .ADM from functioning properly?
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Seielstad
Sent: Friday, April 02, 2004 12:50 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] OT: Custom .ADM (Code Included)Printers are per-User configurations, not per system wide in general. Try this as a CLASS USER--------------------------------------------------------------
Roger D. Seielstad - MTS MCSE MS-MVP
Sr. Systems Administrator
Inovis Inc.
From: Michael Wassell [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 10:37 AM
To: [EMAIL PROTECTED]
Subject: [ActiveDir] OT: Custom .ADM (Code Included)In the process of building a custom .ADM file for controlling specific registry keys. The problem I am having is that it does not seem to be modifying the key when the GPO is applied/enforced. I've been pulling my hair out all morning I can't seem to see any reason why this would be happening and I was hoping someone would be kind enough to enlighten me :-)Maybe there is a permissions issue with GPO in the subkey I am trying to modify? I don't know...TIA!(Code below)
CLASS MACHINECATEGORY !!DeployedCATEGORY !!EskerFaxPOLICY !!EskerPrinterOutput
KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Print\Printers\Lanfax for Outlook Printer\PrinterDriverData"
EXPLAIN !!PrinterOutputLocation_Help
PART !!PrinterOutputLocation
EDITTEXT REQUIRED
VALUENAME "Output Directory"
END PARTEND POLICYEND CATEGORYEND CATEGORY[Strings]Deployed="Deployed Software"
EskerFax="Esker Fax Client"EskerPrinterOutput="Esker Fax Client Configuration"PrinterOutputLocation_Help="Printer output temporary file location"
PrinterOutputLocation="Printer output temporary file location"AcceptDefaultValue="Default Setting"
SpecifyTempLocation="Specify desired log location"
