Back to overview
NAME Export-MachineCatalog SYNOPSIS Exports all broker catalogs to the specified CSV file SYNTAX Export-MachineCatalog [-Path] [] DESCRIPTION The output of Get-BrokerCatalog is piped through ConvertFrom-MachineCatalog and written to a CSV file PARAMETERS -Path Path of the CSV file to export broker catalogs to 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>Export-MachineCatalog -Path .\Catalogs.csv RELATED LINKS ConvertFrom-MachineCatalog ConvertTo-MachineCatalog New-MachineCatalog