Rename-MachineCatalog

Back to overview

NAME
Rename-MachineCatalog

SYNOPSIS
Renames a machine catalog

SYNTAX
Rename-MachineCatalog [-Name] <String> [-NewName] <String> [<CommonParameters>]


DESCRIPTION
The following objects are renamed: BrokerCatalog, ProvScheme, AcctIdentityPool


PARAMETERS
-Name <String>
Name of the existing catalog

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Accept wildcard characters?  false

-NewName <String>
New name for the catalog

Required?                    true
Position?                    2
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>Rename-MachineCatalog -Name 'OldName' -NewName 'NewName'



RELATED LINKS
Remove-MachineCatalog
New-MachineCatalog