Get-TSTMGMTLogsMonitoring
Retrieve logs for IntelliPerform devices
Retrieve logs for IntelliPerform devices.
SYNTAX
Get-TSTMGMTLogsMonitoring
-Device <Device> [-DeviceIds <guid>] [-DeviceNames <string>] [-DevicePks <int>] [-MaxResults <int>] [-Start <datetime>] [-End <datetime>] [-Interface <guid>] [-Timeout <int>]
DESCRIPTION
Retrieve events triggered by IntelliPerform client from the Management Platform.
To retrieve events from a specific device, use the -Device, -DeviceIds, -DeviceNames or -DevicePks parameters.
EXAMPLE
Retrieve the most recent 5 logs for server 'SRV-TRAINING1' in table view.
Get-TSTMGMTDevice -DeviceName '\Devices\IP\SRV-TRAINING1' | Get-TSTMGMTLogsMonitoring | ft
PARAMETERS
-Device
Device object to get the results for.
Type: | ThinScale.Management.DataObjects.User |
Required: | No |
Accept Pipeline Input: | Yes |
-DeviceIds
A comma delimited list of DeviceIds to get results for.
Type: | GUID |
Required: | No |
Accept Pipeline Input: | No |
-DeviceNames
A comma delimited list of fully qualified device names to get results for.
Type: | String |
Required: | No |
Accept Pipeline Input: | No |
-DevicePks
A comma delimited list of DevicePks to get results for.
Type: | Int32 |
Required: | No |
Accept Pipeline Input: | No |
-MaxResults
A maximum number of latest results by date and time.
Type: | Int |
Required: | No |
Accept Pipeline Input: | No |
-Start
The date and time of the Access Policy results used when you want to specify a starting date to show results from that point onwards in time.
Type: | DateTime |
Required: | No |
Accept Pipeline Input: | No |
-End
The date and time of the Access Policy results used when you want to specify an ending date to show results until that point in time.
Type: | DateTime |
Required: | No |
Accept Pipeline Input: | No |
-Interface
The interface ID returned by a previously successful call to Connect-TSTMGMTServer. This parameter is only required if you are connected to 2 or more Management Platform instances at the same time. If this parameter is not specified the connection to the last successful call to Connect-TSTMgmtServer will be used.
Type: | Guid |
Required: | No |
Accept Pipeline Input: | No |
-Timeout
The time allowed in milliseconds for the call to complete before it is deemed to have timed out and is aborted
Type: | Int32 |
Required: | No |
Accept Pipeline Input: | No |
INPUTS
ThinScale.Management.DataObjects.Device
OUTPUTS
ThinScale.Management.DataObjects.LogsMonitoring