Domain Join and Workgroup Selection issue
I'm having an issue where I am selecting workgroup in the wizard but it gets ignored and the computer joins the domain instead.
I do see this being a bug in the new PSDWizard. Nice find!
What is happening is if the CustomSetting.ini is populated with domain join values and the wizard launches with defaults to Domain join. However, if you select workgroup within the wizard, it will still populate the Domain join variables used in the Task sequence causing PSD to populate the domain join values for Unattend.
As a workaround, if you don't populate the JoinDomain value (other values don't matter) or clear the Domain to Join in the Wizard, which will cause it to be invalid and then select Workgroup, it won't add a JoinDomain value to that variable when you press Begin. The script that runs during the TaskSequence to check this, will see it being null or empty value and will set it to workgroup join.
BUG NOTED: I will need to make the PSDWizard clear domain or Workgroup values based on selection when begin is pressed.
@Alistair25 Please test this in the new release of PSD (Version 2.30) and send feedback. Thanks