Import-LMExchangeModule
Syntax
Import-LMExchangeModule [-LMExchangeId] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
The Import-LMExchangeModule function imports a specified LM Exchange module into your LogicMonitor portal.
Examples
Example 1
#Import an LM Exchange moduleImport-LMExchangeModule -LMExchangeId "LM12345"
Parameters
-LMExchangeId
The ID of the LM Exchange module to import. This parameter is mandatory.
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. You cannot pipe objects to this command.
Outputs
Returns a success message if the import is successful.
Notes
You must run Connect-LMAccount before running this command.