|
|
@ -3,6 +3,8 @@ set LDAPSERVER=server.realm.test
|
|
|
|
set FILESERVER=fileserver.realm.test
|
|
|
|
set FILESERVER=fileserver.realm.test
|
|
|
|
set MACHINEPASSWORD=password
|
|
|
|
set MACHINEPASSWORD=password
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vcredist_x86.exe
|
|
|
|
|
|
|
|
|
|
|
|
ksetup /setdomain %REALM%
|
|
|
|
ksetup /setdomain %REALM%
|
|
|
|
ksetup /addkdc %REALM% %LDAPSERVER%
|
|
|
|
ksetup /addkdc %REALM% %LDAPSERVER%
|
|
|
|
ksetup /setcomputerpassword %MACHINEPASSWORD%
|
|
|
|
ksetup /setcomputerpassword %MACHINEPASSWORD%
|
|
|
@ -11,11 +13,13 @@ ksetup /mapuser * *
|
|
|
|
copy sspap3.dll C:\Windows\System32\
|
|
|
|
copy sspap3.dll C:\Windows\System32\
|
|
|
|
mkdir C:\logon
|
|
|
|
mkdir C:\logon
|
|
|
|
copy \\%FILESERVER%\common\localstartup.bat C:\logon\
|
|
|
|
copy \\%FILESERVER%\common\localstartup.bat C:\logon\
|
|
|
|
|
|
|
|
copy sspap3registrypermissions.exe C:\logon\
|
|
|
|
|
|
|
|
|
|
|
|
regedit /S scap_base.reg
|
|
|
|
regedit /S scap_base.reg
|
|
|
|
regedit /S scap_lsa_win8
|
|
|
|
regedit /S scap_lsa_win8.reg
|
|
|
|
regedit /S scap_roaming_profiles
|
|
|
|
regedit /S scap_roaming_profiles.reg
|
|
|
|
regedit /S scap_winlogon
|
|
|
|
regedit /S scap_winlogon.reg
|
|
|
|
|
|
|
|
regedit /S scap_delete_roaming.reg
|
|
|
|
|
|
|
|
|
|
|
|
net share netlogon=C:\logon
|
|
|
|
net share netlogon=C:\logon
|
|
|
|
|
|
|
|
|
|
|
|