Back to overview
NAME Remove-MachineCatalog SYNOPSIS Removes a machine catalog with all associated objects SYNTAX Remove-MachineCatalog [-Name] <String> [<CommonParameters>] DESCRIPTION The following objects will be removed: virtual machines, computer accounts, broker catalog, account identity pool, provisioning scheme PARAMETERS -Name <String> Name of the objects to remove 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 (http://go.microsoft.com/fwlink/?LinkID=113216). -------------------------- EXAMPLE 1 -------------------------- C:\PS>Remove-BrokerCatalog -Name 'test' RELATED LINKS New-MachineCatalog Rename-MachineCatalog