Get-RemotelyManagedDevice

Get-RemotelyManagedDevice

Gets remotely managed devices.

Syntax

Parameter Set: FromMonitoringObjectProviderPath
Get-RemotelyManagedDevice [[-Path] <String[]> ] [ <CommonParameters>]

Detailed Description

Gets remotely managed devices in a management group. You can specify the path to the management group by using the Path parameter.

Parameters

-Path<String[]>

Specifies the path or paths to the remotely-managed devices. To enter more than one path, separate them by using commas.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Notes

  • For more information, type "Get-Help Get-RemotelyManagedDevice -detailed". For technical information, type "Get-Help Get-RemotelyManagedDevice -full".
    When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".

Examples

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

This command returns all of the remotely-managed devices in the connected management group.

C:\PS>get-remotelymanageddevice

Get-RemotelyManagedComputer