New-OSDBuilderContentPack

Get-Help

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

NAME
    New-OSDBuilderContentPack
    
SYNOPSIS
    Creates an OSDBuilder ContentPack
    
    
SYNTAX
    New-OSDBuilderContentPack [-Name] <String> [<CommonParameters>]
    
    
DESCRIPTION
    Creates or Updates an OSDBuilder ContentPack in the ContentPack directory
    

PARAMETERS
    -Name <String>
        Name of the ContentPack to create
        
        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-osdbuildercontentpack

Last updated