mkcidata

0.0.1

A module utilizing the jamesandariese/mkcidata docker container to create
CIDATA ISO files.

Requires a working docker command but does not require it to use a local context.

Sample Usage:

New-CIDATAFile "test.iso" @'
user-data=#cloud-config

users:
 - name: james
   passwd: test
   ssh_import_id:
     - github:jamesandariese
'@ @'
meta-data=inst
A module utilizing the jamesandariese/mkcidata docker container to create
CIDATA ISO files.

Requires a working docker command but does not require it to use a local context.

Sample Usage:

New-CIDATAFile "test.iso" @'
user-data=#cloud-config

users:
 - name: james
   passwd: test
   ssh_import_id:
     - github:jamesandariese
'@ @'
meta-data=instance-id: i-unknown01
'@ @'
METADATA.XML=<?xml version="1.0" encoding="UTF-8"?>
<computer>
 <ip>10.11.12.13</ip>
</computer>
'@
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name mkcidata

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name mkcidata

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) James Andariese. All rights reserved.

Package Details

Author(s)

  • James Andariese

Tags

Windows

Functions

New-CIDATAFile

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.0.1 (current version) 24 2/14/2023