ConvertTo-MachineCatalog

Back to overview

NAME
    ConvertTo-MachineCatalog
    
SYNOPSIS
    Creates broker catalogs from a CSV file
    
SYNTAX
    ConvertTo-MachineCatalog [-Path]  []
    
    
DESCRIPTION
    The contents of the specified file is parsed using ConvertFrom-Csv and piped to New-MachineCatalog
    

PARAMETERS
    -Path 
        Path of CSV file to import catalogs from
        
        Required?                    true
        Position?                    1
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false
        
    
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). 
    

    -------------------------- EXAMPLE 1 --------------------------
    
    C:\PS>ConvertTo-MachineCatalog -Path .\Catalogs.csv
    

RELATED LINKS
    ConvertFrom-MachineCatalog
    New-MachineCatalog
    Export-MachineCatalog