Remove-LMNormalizedProperties
Syntax
Remove-LMNormalizedProperties [-Alias] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
The Remove-LMNormalizedProperties cmdlet removes normalized properties from LogicMonitor.
Examples
Example 1
Remove-LMNormalizedProperties -Alias "location"Removes the normalized property with alias "location".
Parameters
-Alias
The alias name of the normalized property to remove.
Type: StringParameter Sets: (All)Aliases:
Required: TruePosition: 1Default value: NoneAccept pipeline input: FalseAccept wildcard characters: False
-ProgressAction
Fill ProgressAction Description
Type: ActionPreferenceParameter Sets: (All)Aliases: proga
Required: FalsePosition: NamedDefault value: NoneAccept pipeline input: FalseAccept 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.