external help file | Module Name | online version | schema |
---|---|---|---|
powerload.dll-Help.xml |
powerload |
2.0.0 |
Renames the User Defined Property in the powerLoad database
Rename-PowerLoadUDP [-Entity] <String> [-NewName] <String> [-OldName] <String> [<CommonParameters>]
Renames the User Defined Property in the powerLoad database. If the property does not exists, a warning will be displayed, no error.
Rename-PowerLoadUDP -Entity Files -OldName 'test' -NewName 'bla'
The property 'test' will be renamed to 'bla'. The type will remain unchanged.
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
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.