81 lines
4.6 KiB
Plaintext
81 lines
4.6 KiB
Plaintext
; Configuration Manager Client installation policy settings
|
|
#if version <= 2
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
CLASS MACHINE ;;;;;;;;;;;;;;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
CATEGORY !!GPOnly
|
|
POLICY !!GPOnlyPolicy
|
|
KEYNAME "Software\Policies\Microsoft\ccmsetup"
|
|
|
|
PART !!GPOnly_Tip1 TEXT
|
|
END PART
|
|
|
|
PART !!GPOnly_Tip2 TEXT
|
|
END PART
|
|
|
|
PART !!GPOnly_Tip3 TEXT
|
|
END PART
|
|
|
|
PART !!GPOnly_Tip4 TEXT
|
|
END PART
|
|
|
|
PART !!GPOnly_Tip5 TEXT
|
|
END PART
|
|
END POLICY
|
|
END CATEGORY
|
|
|
|
#endif
|
|
|
|
#if version >= 3
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
CLASS MACHINE ;;;;;;;;;;;;;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
CATEGORY !!SMS
|
|
CATEGORY !!SMSClient
|
|
|
|
POLICY !!SetCommandLineOptions
|
|
KEYNAME "Software\Policies\Microsoft\ccmsetup"
|
|
|
|
EXPLAIN !!DisableDBA_Help
|
|
VALUENAME "NoDefAutoAssign"
|
|
|
|
PART CCMSetup EDITTEXT
|
|
VALUENAME SetupParameters
|
|
MAXLEN 255
|
|
END PART
|
|
|
|
|
|
END POLICY
|
|
|
|
|
|
END CATEGORY ; SMSClient
|
|
END CATEGORY ; SMS
|
|
|
|
#endif
|
|
|
|
[strings]
|
|
|
|
GPOnly_Tip1="The ConfigMgrInstallation.adm template file you have loaded requires Group Policy"
|
|
GPOnly_Tip2="in Windows 2000. You cannot use the System Policy Editor"
|
|
GPOnly_Tip3="to display Windows 2000 Group Policy settings."
|
|
GPOnly_Tip4=" "
|
|
GPOnly_Tip5="Enabling or disabling this policy has no effect."
|
|
GPOnly="Unsupported Administrative Templates"
|
|
GPOnlyPolicy="ConfigMgrInstallation.adm"
|
|
|
|
SetCommandLineOptions="Configure Configuration Manager Client Deployment Settings"
|
|
DisableDBA_Help="Enabling this policy supercedes the client deployment properties configured in the Configuration Manager console under Client Push Installation and uses Group Policy to configure client deployment properties. In the CCMSetup field, enter the required CCMSetup command line properties. For a list of all CCMSetup command line properties and examples of their use, see "About Client Installation Properties" in the Configuration Manager Documentation Library."
|
|
|
|
NewAssignedSite_Help="Command line deployment properties for Configuration Manager client deployment (CCMSETUP)"
|
|
|
|
;; Strings used by online help
|
|
|
|
SMS="Configuration Manager"
|
|
SMSClient="Configuration Manager Client"
|
|
ADM_TITLE="Group Policy settings for Configuration Manager client deployment"
|
|
|