AD computer object description
Setting the AD computer object description should be allowed inside a task sequence during the domain join operation.
Whether or not this is on the dialog box, is not important to me. I'd be happy setting a TS variable (ie. OSDComputerObjectDescription)
Alternatively, we could use a PowerShell script using different credentials (which Task Sequences also do not allow). Similar to the way
the "Run Command Line" allows the input of credentials.
Right now we have to use a kludgy "Run Command Line" using credentials and run
a batch file that calls something like: PowerShell.exe -executionpolicy Bypass -command pscommandhere
or: PowerShell.exe -executionpolicy Bypass -file .\powershellscript.ps1

Updating status to noted.
Also updating since we’ve added using alternate credentials in our 1902 release.