Jump to content

Recommended Posts

Posted

We currently use Endpoint Config Manager to manage clients and also deploy Win 10 but we will be moving to Intune later in the later. How do i deploy Windows 10 using SCCM so that the computer boots to the OOBE? Ive got a very basic task sequence setup but it ends up booting to the login screen and not the OOBE

 

Thanks

Posted

Anyone got any pointers on this? I have found the option "Deploy Windows Autopilot for existing devices" when creating a new task sequence but i dont can the clients to be co-managed in Intune, i just want a fresh install that after installing the OS via SCCM, the device goes to the OOBE

 

Thanks

Posted

Ahh okay so have a setting right at the bottom of the task sequence to run the sysprep command so do you know what command i need to put in?

 

EDIT: IS it this one? cmd.exe /c C:\windows\system32\sysprep\sysprep.exe /oobe /reboot

Posted

Actually that looks like Build and capture reference operating image in create new task sequence. Never done an OS build that way.

I would start again create task sequence > install an existing image package.

Posted
That's strange at that point of my task sequence we have install sccm client. Not that.

 

I dont want to install the SCCM client, i just want a normal base installation.

Posted

 

The sequence is failing on the copy script command so not sure if the command copy /y “%~dp0prepareOOBe.ps1” “C:\Windows\Temp” is the issue? Ive running that command locally and it wont copy the file however running copy /y "*.*” “C:\Windows\Temp” works locally. not tested in on the task sequence yet though.

Posted
The sequence is failing on the copy script command so not sure if the command copy /y “%~dp0prepareOOBe.ps1” “C:\Windows\Temp” is the issue? Ive running that command locally and it wont copy the file however running copy /y "*.*” “C:\Windows\Temp” works locally. not tested in on the task sequence yet though.
Just set this up and testing it myself now. Will get back to you as I did the copy script different using xcopy.
Posted
Example of how I did it with xcopy for you to test

 

xcopy %~dp0PrepareOOBE.ps1 C:\Windows\Temp\ /Q /Y

 

Works much better. The only thing now is that it still doesn't stop at the OOBE screen but then i have't specified an unattend.xml answerfile so is the reason why it then goes straight to the login screen?

Posted
Update: xcopy works through deployment but not booting oobe, I missed the restart between installing sccm client and removing it. So think that might have caused it. Otherwise its my answerfile. Though can't this just be ran as a powershell script after os install instead of waiting for the post install variable to run the script?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...