wintriallab/readme.markdown
Micah R Ledbetter 776a5f7744 windows-trial-lab:
- Convert everything to spaces (fuck you VS Code)
- Some initial work to stop relying on Get-LabTempDir
- Trying to delete as much code as possible
- Define constants all at the top of the file
- Improve Get-WebUrl
- Improve and simplify architecture handling
- Move some more functions to native Powershell from shellouts
- Add some functions for dealing w/ Windows Updates
2015-10-02 19:39:59 -05:00

850 B

windows-trial-lab: scripts for building one or more machines from Windows trial ISOs

Layout and script purpose

  • marionettist/windows-trial-lab/
    • scripts/
      • windeploy-marionettist/
        • windeploy-marionettist.psm1
        • (etc)
      • autounattend-postinstall.ps1 # run from Autounattend.xml, contains hardcoded values
      • packer-postinstall.ps1 # run by a packer provisioner, contains hardcoded values
      • download-windowsupdates.ps1 # run on schedule, should use a config file somewhere
      • build-updatedwindowsisos.ps1 # run on schedule, should use a config file somewhere
      • build-vagrantboxes.ps1 # run on schedule, should use a config file somewhere
      • buildlab.ps1 # ?? maybe? controls the whole flow of everything? I at least need something that talks to Packer
      • (any other scripts)