Redgate Monitor 14

Help for older versions available.

Where are you using Redgate Monitor? (pick the closest answer)

Get-RedgateMonitorMonitoredIamObject

Gets the details of all of the monitored objects in Redgate Monitor.

Syntax

  1. Get-RedgateMonitorMonitoredIamObject [-BaseMonitor <BaseMonitor>] [-Type <MonitoredIamObjectType>] [-Name <string>] [<CommonParameters>]
  2.  

Description

The Get-RedgateMonitorMonitoredIamObject cmdlet gets details of Redgate Monitor Monitored objects from the Redgate Monitor Server.

Connect-RedgateMonitor must be called before this cmdlet.

Parameters

-BaseMonitor <BaseMonitor>

The Base Monitor to limit results to.

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input True (ByValue)
Accept Wildcard Characters false

-Type <MonitoredIamObjectType>

The type of IAM object to limit results to MicrosoftEntraId.

MicrosoftEntraId will return details of Microsoft EntraID

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

-Name <String>

The name of a monitored object to match.

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

-ProgressAction <ActionPreference>

{{ Fill ProgressAction Description }}

Aliases None
Required? false
Position? named
Default Value None
Accept Pipeline Input False
Accept Wildcard Characters false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Return values

The output type is the type of the objects that the cmdlet emits.

Examples

-------------------------- EXAMPLE 1 --------------------------

  1. Get-RedgateMonitorMonitoredIamObject

-------------------------- EXAMPLE 2 --------------------------

  1. Get-RedgateMonitorMonitoredIamObject -Type MicrosoftEntraId

-------------------------- EXAMPLE 3 --------------------------

  1. Get-RedgateMonitorMonitoredIamObject -BaseMonitor $baseMonitor

-------------------------- EXAMPLE 4 --------------------------

  1. Get-RedgateMonitorMonitoredIamObject -Name "ExampleName"

-------------------------- EXAMPLE 5 --------------------------

  1. Get-RedgateMonitorMonitoredIamObject -BaseMonitor $baseMonitor -Name "ExampleName" -Type MicrosoftEntraId


Didn't find what you were looking for?