You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Disconnect-LMAccount.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Disconnect from a previously connected LM portal
13
13
## SYNTAX
14
14
15
15
```
16
-
Disconnect-LMAccount
16
+
Disconnect-LMAccount [<CommonParameters>]
17
17
```
18
18
19
19
## DESCRIPTION
@@ -29,6 +29,9 @@ Disconnect-LMAccount
29
29
30
30
## PARAMETERS
31
31
32
+
### CommonParameters
33
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
34
+
32
35
## INPUTS
33
36
34
37
### None. You cannot pipe objects to this command.
Copy file name to clipboardExpand all lines: Documentation/Get-LMAccountStatus.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Retrieves the status of the LogicMonitor account.
13
13
## SYNTAX
14
14
15
15
```
16
-
Get-LMAccountStatus
16
+
Get-LMAccountStatus [<CommonParameters>]
17
17
```
18
18
19
19
## DESCRIPTION
@@ -31,6 +31,9 @@ This example demonstrates how to use the Get-LMAccountStatus function to retriev
31
31
32
32
## PARAMETERS
33
33
34
+
### CommonParameters
35
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
The Get-LMDeviceDatasourceInstanceAlertRecipients function retrieves the alert recipients for a specific data point in a LogicMonitor device datasource instance.
41
+
It requires valid API credentials and a logged-in session.
0 commit comments