New-OSBuildMultiLang

Get-Help -Full

PS C:\> Get-Help -Full New-OSBuildMultiLang

NAME
    New-OSBuildMultiLang
    
SYNOPSIS
    Separates an OSBuild with Language Packs into separate Image Indexes
    
    
SYNTAX
    New-OSBuildMultiLang [-CustomName] <String> [<CommonParameters>]
    
    
DESCRIPTION
    Separates an OSBuild with Language Packs into separate Image Indexes.  This will create a new OSBuild
    

PARAMETERS
    -CustomName <String>
        Name of the new OSBuild MultiLang to create.  MultiLang will be appended to the end of CustomName
        
        Required?                    true
        Position?                    1
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    
OUTPUTS
    
    
RELATED LINKS
    https://osdbuilder.osdeploy.com/module/functions/new-osbuildmultilang

Last updated