Rename-DPMLibrary

Rename-DPMLibrary

Renames the specified library.

Syntax

Rename-DPMLibrary [-DPMLibrary] <Library> [-NewName] <String> [-PassThru <SwitchParameter>] [<CommonParameters>]

Detailed Description

The Rename-DPMLibrary cmdlet renames the specified library.

Parameters

-DPMLibrary

A DPM library object.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByValue,ByPropertyName)

Position?

0

-NewName

The new name for an object.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByPropertyName)

Position?

1

-PassThru

The -PassThru parameter can be used with many commands in DPM to return a related object in cases where there is no default output. Using the PassThru parameter allows such cmdlets to be part of a pipeline.

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByPropertyName)

Position?

named

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Rename-DPMLibrary -detailed".
    For technical information, type "Get-Help Rename-DPMLibrary -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples

EXAMPLE 1

$DPMLib = Get-DPMLibrary -DPMServerName "TestingServer" 
Rename-DPMLibrary  -DPMLibrary $DPMLib -NewName "LibNewName"

This command renames the library on the server TestingServer.