Closed Bug 1336286 Opened 7 years ago Closed 7 years ago

Refine Windows 7 datacenter MDT task sequence to work with OpenClouConfig

Categories

(Infrastructure & Operations :: RelOps: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: markco, Assigned: markco)

References

Details

      No description provided.
Assignee: relops → mcornmesser
Blocks: 1328640
Depends on: 1338663
In the provisioning share. 

Win 7 base task sequence (DWIN7_BASE_001)
Windows 7 ENTERPRISE (with media player) OS installation

VAC 413 install. This install can only be done manually, so the task sequence is paused after the files are copied. This is the reason why this is still a 2 step process with in regards to task sequences. 

Win 7 Deploy task sequence (WIN7_DC_001)
DWIN7_BASE_001CDrive in Window 7 x86 with VAC 413 OS installation. 

Admin rename to root:
Copy and Import of a custom inf file (Z:\Files\root\root.inf)
cmd /c secedit /configure /db %temp%\temp.sdb /cfg C:\root.inf
Root auto login needs to be set, so that the task sequence will complete: cmd /c regedit -s "%SCRIPTROOT%\RegEdits\rootauto.reg" -s

KTS install 
Make KTS directory 
Copy KTS files: xcopy /s "Z:\SCRIPTS\KTS\*" "C:\KTS"
Then copy files to "C:\program files" (the tasks sequence can not copy directly to "C:\program files")
Remove "C:\KTS" files
Install KTS: cmd /c "C:\program files\KTS\install.bat"
INSTALL SSH service:  cmd /c "C:\program files\KTS\daemon.exe" -install
SSH firewall exception in: netsh advfirewall firewall add rule name="Allow SSH tunnel" dir=in action=allow program="C:\program files\KTS\daemon.exe"
SSH firewall out: netsh advfirewall firewall add rule name="Allow SSH tunnel" dir=out action=allow program="C:\program files\KTS\daemon.exe"

Prep for DSC (all installed as applications):
Microsoft .Net Frame Work 4.5
Microsoft Windows6.1-KB2819745-x86-MultiPkg WIndows Management Frame Work 4.5
Reboot
Microsoft KB3134760 Powershell 5.0
reboot

Apply OpenCloudConfig:
Z:\scripts\OpenCloudConfig.ps1:

Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/markcor/OpenCloudConfig/master/userdata/rundsc.ps1')
Note that "markcor" will need be changed to "mozilla-releng".
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.