Modification NRD3 - Customsettings & Join-Domain Combiné NRD2-NRD3
This commit is contained in:
@@ -3,29 +3,27 @@ Priority= DefaultGateway, SetSiteCode, ByLaptop, ByRole, Model, Init, MachineMod
|
||||
Properties= SiteCode, Salle, Role, Prefix, PosteType, OSDComputerNumber, MachineModel, MyCustomProperty, ModelAlias
|
||||
; , OSDSendMailFrom, OSDSendMailToPri, OSDSendMailToSec, OSDSendMailSubject, OSDSendMailBody, OSDSendMailSMTPServer, OSDSendMailIncludeBDDLog
|
||||
|
||||
;UserExit=SiteCode.vbs
|
||||
|
||||
; =========================================================
|
||||
; MAPPING RESEAU -> SITE
|
||||
; =========================================================
|
||||
|
||||
[DefaultGateway]
|
||||
|
||||
192.168.82.6 = S0082
|
||||
10.127.0.254=S1009
|
||||
|
||||
10.126.193.254=S2073
|
||||
|
||||
10.126.207.254=S2074
|
||||
10.126.209.254=S2074
|
||||
|
||||
10.126.221.254=S2075
|
||||
10.126.223.254=S2075
|
||||
10.126.225.254=S2075
|
||||
10.126.227.254=S2075
|
||||
|
||||
10.126.235.254=S2076
|
||||
10.126.237.254=S2076
|
||||
; OK
|
||||
10.127.241.254=S2076
|
||||
|
||||
10.126.249.254=S2077
|
||||
10.126.251.254=S2077
|
||||
; OK
|
||||
10.127.1.254=S2077
|
||||
|
||||
10.126.7.254=S2078
|
||||
10.126.9.254=S2078
|
||||
@@ -63,8 +61,9 @@ Properties= SiteCode, Salle, Role, Prefix, PosteType, OSDComputerNumber, Machine
|
||||
10.126.161.254=S2089
|
||||
10.126.163.254=S2089
|
||||
|
||||
10.126.175.254=S2090
|
||||
10.126.177.254=S2090
|
||||
; OK
|
||||
10.127.209.254=S2090
|
||||
10.127.211.254=S2090
|
||||
|
||||
10.126.189.254=S2091
|
||||
10.126.191.254=S2091
|
||||
@@ -72,8 +71,9 @@ Properties= SiteCode, Salle, Role, Prefix, PosteType, OSDComputerNumber, Machine
|
||||
10.126.203.254=S2092
|
||||
10.126.205.254=S2092
|
||||
|
||||
10.126.217.254=S2093
|
||||
10.126.219.254=S2093
|
||||
; OK Vlan 120-121
|
||||
10.128.17.254=S2093
|
||||
10.128.19.254=S2093
|
||||
|
||||
10.126.231.254=S2094
|
||||
10.126.233.254=S2094
|
||||
@@ -84,59 +84,88 @@ Properties= SiteCode, Salle, Role, Prefix, PosteType, OSDComputerNumber, Machine
|
||||
10.126.3.254=S2096
|
||||
10.126.5.254=S2096
|
||||
|
||||
; OK
|
||||
10.134.49.254=S3147
|
||||
|
||||
192.168.82.6=SITKO
|
||||
|
||||
; =========================================================
|
||||
; PARAMETRES PAR SITE
|
||||
; =========================================================
|
||||
|
||||
[S0082]
|
||||
|
||||
SiteCode=s0082
|
||||
[SITKO]
|
||||
SiteCode=sitko
|
||||
SLShare=\\192.168.82.189\MDT$\logs
|
||||
SLShareDynamicLogging=\\192.168.82.189\MDT$\Logs\%OSDComputerName%
|
||||
|
||||
[S1009]
|
||||
|
||||
SiteCode=s1009
|
||||
|
||||
|
||||
|
||||
[S1027]
|
||||
|
||||
SiteCode=s1027
|
||||
|
||||
|
||||
|
||||
[S2073]
|
||||
|
||||
SiteCode=s2073
|
||||
SLShare=\\\MDT$\logs
|
||||
SLShareDynamicLogging=\\\MDT$\Logs\%OSDComputerName%
|
||||
|
||||
|
||||
[S2074]
|
||||
|
||||
SiteCode=s2074
|
||||
|
||||
|
||||
|
||||
[S2075]
|
||||
|
||||
SiteCode=s2075
|
||||
SLShare=\\10.126.224.129\MDT$\logs
|
||||
SLShareDynamicLogging=\\10.126.224.129\MDT$\Logs\%OSDComputerName%
|
||||
|
||||
|
||||
[S2076]
|
||||
|
||||
SiteCode=s2076
|
||||
|
||||
|
||||
|
||||
[S2077]
|
||||
|
||||
SiteCode=s2077
|
||||
|
||||
|
||||
|
||||
[S2078]
|
||||
|
||||
SiteCode=s2078
|
||||
|
||||
|
||||
|
||||
[S2079]
|
||||
|
||||
SiteCode=s2079
|
||||
|
||||
|
||||
|
||||
[S2080]
|
||||
|
||||
SiteCode=s2080
|
||||
|
||||
|
||||
|
||||
[S2081]
|
||||
|
||||
SiteCode=s2081
|
||||
|
||||
|
||||
|
||||
[S2082]
|
||||
|
||||
SiteCode=s2082
|
||||
@@ -224,6 +253,10 @@ SiteCode=s2095
|
||||
|
||||
SiteCode=s2096
|
||||
|
||||
[S3147]
|
||||
|
||||
SiteCode=s3147
|
||||
|
||||
; =========================================================
|
||||
; DETECTION AUTOMATIQUE TYPE POSTE
|
||||
; =========================================================
|
||||
@@ -283,9 +316,11 @@ MachineModel=#Left("%Model%",4)#
|
||||
|
||||
[Default]
|
||||
|
||||
|
||||
OSInstall=Y
|
||||
|
||||
|
||||
AdminPassword=crhdf!@2026
|
||||
|
||||
SkipComputerName=NO
|
||||
SkipDomainMembership=YES
|
||||
SkipAdminPassword=YES
|
||||
@@ -324,4 +359,4 @@ _SMSTSPackageName=Deploiment %TaskSequenceName%
|
||||
Subsection=VM-%ISVM%
|
||||
|
||||
[VM-TRUE]
|
||||
; OSDComputerName=#Right(Replace("VM-%macaddress001%",":",""),15)#
|
||||
; OSDComputerName=#Right(Replace("VM-%macaddress001%",":",""),15)#
|
||||
|
||||
Reference in New Issue
Block a user