ADM Templates
Anyone got good custom ADM template ideas?
Just to start you off, here are sections of ours:
=== Machine-based ===
CATEGORY "DefaultDomain"
KEYNAME "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
POLICY "DefaultDomainName"
PART "DefaultDomainName"
EDITTEXT
DEFAULT "CORP"
VALUENAME "DefaultDomainName"
END PART
END POLICY
END CATEGORY
CATEGORY "Symantec Antivirus"
KEYNAME "SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion"
POLICY "Connected"
PART "Connected"
NUMERIC
VALUENAME "Connected"
END PART
END POLICY
POLICY "Parent"
PART "Parent"
EDITTEXT
DEFAULT "NAV01"
VALUENAME "Parent"
END PART
END POLICY
END CATEGORY ; Symantec
=== User-based ===
CLASS USER
CATEGORY "Corporate"
CATEGORY "Internet"
POLICY "Proxy Server"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PART "Proxy Server Name" EDITTEXT
VALUENAME "ProxyServer"
DEFAULT "CORPProxy:80"
REQUIRED
END PART
END POLICY ; Proxies
POLICY "SetIECache"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
PART "CacheLimit, kbytes" NUMERIC
VALUENAME "CacheLimit"
REQUIRED
DEFAULT "6000"
MAX 9999
MIN 0
SPIN 1
END PART
END POLICY ; SetIECache
POLICY "PersistentIECache"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache"
PART "Persistent Cache" CHECKBOX
VALUENAME "Persistent"
VALUEOFF NUMERIC 0
END PART
END POLICY ; PersistentIECache
CATEGORY "Explorer"
POLICY "Delete Persistent Connections"
KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Network\Persistent Connections"
VALUENAME "SaveConnections"
VALUEON "no"
VALUEOFF "yes"
END POLICY ; Delete Persistent Connections
END CATEGORY ; Explorer
Just to start you off, here are sections of ours:
=== Machine-based ===
CATEGORY "DefaultDomain"
KEYNAME "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
POLICY "DefaultDomainName"
PART "DefaultDomainName"
EDITTEXT
DEFAULT "CORP"
VALUENAME "DefaultDomainName"
END PART
END POLICY
END CATEGORY
CATEGORY "Symantec Antivirus"
KEYNAME "SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion"
POLICY "Connected"
PART "Connected"
NUMERIC
VALUENAME "Connected"
END PART
END POLICY
POLICY "Parent"
PART "Parent"
EDITTEXT
DEFAULT "NAV01"
VALUENAME "Parent"
END PART
END POLICY
END CATEGORY ; Symantec
=== User-based ===
CLASS USER
CATEGORY "Corporate"
CATEGORY "Internet"
POLICY "Proxy Server"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings"
PART "Proxy Server Name" EDITTEXT
VALUENAME "ProxyServer"
DEFAULT "CORPProxy:80"
REQUIRED
END PART
END POLICY ; Proxies
POLICY "SetIECache"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
PART "CacheLimit, kbytes" NUMERIC
VALUENAME "CacheLimit"
REQUIRED
DEFAULT "6000"
MAX 9999
MIN 0
SPIN 1
END PART
END POLICY ; SetIECache
POLICY "PersistentIECache"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache"
PART "Persistent Cache" CHECKBOX
VALUENAME "Persistent"
VALUEOFF NUMERIC 0
END PART
END POLICY ; PersistentIECache
CATEGORY "Explorer"
POLICY "Delete Persistent Connections"
KEYNAME "Software\Microsoft\Windows NT\CurrentVersion\Network\Persistent Connections"
VALUENAME "SaveConnections"
VALUEON "no"
VALUEOFF "yes"
END POLICY ; Delete Persistent Connections
END CATEGORY ; Explorer
0 Comments
[ + ] Show comments
Answers (0)
Please log in to answer
Be the first to answer this question

so that the conversation will remain readable.