- Add an option to specify a password for the built-in local Administrator account. This account is disabled if no password is provided.
- You can now generate computer names containing a random number,
by using the
#character in the name you provide. - Improved error messages for certain kinds of invalid JSON input.
- The
-DomainAccountargument now allows you to specify users from different domains than the one you're joining. - The
-LocalAccountand-DomainAccountarguments now allow you to customize which groups the account is added to. - You can join a domain using provisioning with the new
-JoinDomainProvisioningFileargument, and do it during the offlineServicing pass with the new-JoinDomainOfflineargument. - The
-CmdKeyUserand-CmdKeyPasswordarguments have been removed; this was a bad security practice that I don't wish to promote. You can still get identical behavior using the-FirstLogonCommandargument if desired. - You can specify options using a custom JSON file format, as an alternative to using command line arguments.
- If no output file name is provided, the answer file is now written to the console.
- The
-SetupScriptargument has been renamed to-FirstLogonScript, for consistency with the-FirstLogonCommandargument. A-SetupScriptalias is provided for compatibility. - The Answer File Generator is now available in standalone single-file versions, that do not require you to install the .Net Runtime.
- There are some breaking changes to the Ookii.AnswerFile library.
- Apply a workaround for a known issue with the
LogonCountelement, so that the-AutoLogonCountargument is accurate. - Add the
-Partitionargument, which adds the ability to specify a custom partition layout when using theCleanEfiorCleanBiosinstallation method. - Add the
-FirstLogonCommandargument to run commands that are not PowerShell scripts. - Add the
-DisableServerManageroption to disable the automatic launching of Server Manager on Windows Server SKUs. - The
-JoinDomainUserargument allows the use of a user from a different domain than the one being joined. - Using the
-SetupScriptargument no longer changes the global execution policy for Windows PowerShell. - The local and online account screens are no longer skipped if you do not specify either the
-LocalAccountor the-JoinDomainarguments. - Source Link support for the Ookii.AnswerFile library.
- This is the first release of Answer File Generator