Private/RedHat/Import-UnattendedKickstartContent.ps1
function Import-UnattendedKickstartContent { param ( [Parameter(Mandatory = $true)] [System.Collections.Generic.List[string]] $Content ) $script:un = $Content } |
function Import-UnattendedKickstartContent { param ( [Parameter(Mandatory = $true)] [System.Collections.Generic.List[string]] $Content ) $script:un = $Content } |