Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 1.75 KB

Rename-PowerLoadUDP.md

File metadata and controls

91 lines (67 loc) · 1.75 KB
external help file Module Name online version schema
powerload.dll-Help.xml
powerload
2.0.0

Rename-PowerLoadUDP

SYNOPSIS

Renames the User Defined Property in the powerLoad database

SYNTAX

Rename-PowerLoadUDP [-Entity] <String> [-NewName] <String> [-OldName] <String> [<CommonParameters>]

DESCRIPTION

Renames the User Defined Property in the powerLoad database. If the property does not exists, a warning will be displayed, no error.

EXAMPLES

Example 1

Rename-PowerLoadUDP -Entity Files -OldName 'test' -NewName 'bla'

The property 'test' will be renamed to 'bla'. The type will remain unchanged.

PARAMETERS

-Entity

Defines the entity for which you like to add the UDP

Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Files, Folders, Items, CustomObjects

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-NewName

The new name of the UDP

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OldName

The old name of the UDP

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS