Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 3.23 KB

ChangeLog.md

File metadata and controls

56 lines (49 loc) · 3.23 KB

What's new in Answer File Generator

Answer File Generator 2.0 (2024-10-07)

  • The -DomainAccount argument now allows you to specify users from different domains than the one you're joining.
  • The -LocalAccount and -DomainAccount arguments now allow you to customize which groups the account is added to.
  • You can join a domain using provisioning with the new -JoinDomainProvisioningFile argument, and do it during the offlineServicing pass with the new -JoinDomainOffline argument.
  • The -CmdKeyUser and -CmdKeyPassword arguments have been removed; this was a bad security practice that I don't wish to promote. You can still get identical behavior using the -FirstLogonCommand argument 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 -SetupScript argument has been renamed to -FirstLogonScript, for consistency with the -FirstLogonCommand argument. A -SetupScript alias 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.

Answer File Generator 1.1 (2023-10-10)

Answer File Generator 1.0 (2023-01-25)

  • This is the first release of Answer File Generator