Invoke-LMUserLogoff
Syntax
Section titled “Syntax”__AllParameterSets
Section titled “__AllParameterSets”Invoke-LMUserLogoff [-Usernames] <string[]> [<CommonParameters>]Description
Section titled “Description”The Invoke-LMUserLogoff function forces one or more users to be logged out of their LogicMonitor sessions.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”#Log off multiple usersInvoke-LMUserLogoff -Usernames "user1", "user2"Parameters
Section titled “Parameters”-Usernames
Section titled “-Usernames”An array of usernames to log off.
Type: System.String[]DefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: (All) Position: 0 IsRequired: true ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''CommonParameters
Section titled “CommonParameters”This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.