Skip to content

Remove-LMNormalizedProperties

Syntax

Terminal window
Remove-LMNormalizedProperties [-Alias] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

The Remove-LMNormalizedProperties cmdlet removes normalized properties from LogicMonitor.

Examples

Example 1

Terminal window
Remove-LMNormalizedProperties -Alias "location"
Removes the normalized property with alias "location".

Parameters

-Alias

The alias name of the normalized property to remove.

Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

Fill ProgressAction Description

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
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

Returns the response from the API after removing the normalized property.

Notes

This function requires valid API credentials to be logged in. Use Connect-LMAccount to log in before running this command.