Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 2.96 KB

File metadata and controls

53 lines (46 loc) · 2.96 KB

What's new in Answer File Generator

Answer File Generator 2.0 (TBD)

  • The -DomainAccount argument allows you to specify users from different domains than the one you're joining.
  • The -LocalAccount and -DomainAccount allow you to customize which groups the account is added to.
  • You can join a domain using provisioning with the -JoinDomainProvisioningFile argument, and do it during the offlineServicing pass with the -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 argument is provided, the answer file is now written to the console.
  • 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