simplenotsimpler / New-Autoinstall

A PowerShell 7+ script which creates a cloud-init config files from a user JSON file for an Ubuntu automated installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New-Autoinstall

A PowerShell 7+ script which creates a cloud-init config files from a user JSON file for an Ubuntu automated installation.

Getting Started

Installation

To install, drop the entire New-Autoinstall folder into one of your PowerShell 7 (or later) module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable.

Requires

Usage

Refer to the comment-based help in the module script for detailed usage information or see New-Autoinstall.md

Notes

This has only been tested on PowerShell 7 Core on Windows 10 2004. Your mileage may vary if using this with PowerShell 5.1 or PowerShell 6 (Core) and/or other OSes.

PowerShell Local DevOps

New-Autoinstall

New-PackerVbFile

Invoke-PackerBuildVbVm

DeployVbVm

License

New-Autoinstall is MIT licensed.

About

A PowerShell 7+ script which creates a cloud-init config files from a user JSON file for an Ubuntu automated installation.

License:MIT License


Languages

Language:PowerShell 100.0%