frhell Posted September 12, 2016 Report post Posted September 12, 2016 Hi to all... With SCCM 2012R2 in OSD enviroment it's possibile to create a unique task sequence with adaptive support for BIOS and UEFI machine? Thanks in advance. Quote Share this post Link to post Share on other sites More sharing options...
tregelen Posted September 14, 2016 Report post Posted September 14, 2016 I don't think I understand your question. Do you mean can do steps based on if it is UEFI or not? In that case, of course it can. Use the condition Task Sequence Variable '_SMSTSBootUEFI' equals 'True' and that will only run if you have booted to UEIF and 'False' if you have not. If that is not what you have asked, let me know and im sure we can work something out. Quote Share this post Link to post Share on other sites More sharing options...
frhell Posted September 14, 2016 Report post Posted September 14, 2016 I don't think I understand your question. Do you mean can do steps based on if it is UEFI or not? In that case, of course it can. Use the condition Task Sequence Variable '_SMSTSBootUEFI' equals 'True' and that will only run if you have booted to UEIF and 'False' if you have not. If that is not what you have asked, let me know and im sure we can work something out. If i have to deployed OS on BIOS & UEFI machine, can i use a unique task sequence...then with variable SMSTSBootUefi=1 i must partition disk with GPT, otherwise i must initialize disk with MBR, correct? Sorry for my bad english Quote Share this post Link to post Share on other sites More sharing options...
tregelen Posted September 22, 2016 Report post Posted September 22, 2016 I use one TS for both. Use the variable '_SMSTSBootUEFI' to determine if the machine was booted UEFI or not and use those as your options. Quote Share this post Link to post Share on other sites More sharing options...