external help file | Module Name | online version | schema |
---|---|---|---|
powerload.dll-Help.xml |
powerload |
2.0.0 |
Removes the User Defined Property from the powerLoad database
Remove-PowerLoadUDP [-Name] <String> [-Entity] <String> [<CommonParameters>]
Removes the UDP from the powerLoad database from the given entity (table)
Remove-PowerLoadUDP -Entity Files -Name 'test'
The property test from the entity Files will be removed from the powerLoad database. In case the property does not exist, no information will be prompted.
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: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Defines the name of the UDP
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
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.