Get-RemotelyManagedComputer

Get-RemotelyManagedComputer

Gets remotely managed computers.

Syntax

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

Detailed Description

Gets remotely managed computers 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 of the management groups from which to retrieve the remotely-managed computers. 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-RemotelyManagedComputer -detailed". For technical information, type "Get-Help Get-RemotelyManagedComputer -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 gets all the remotely-managed computers in the currently connected management group.

C:\PS>get-remotelymanagedcomputer

Add-RemotelyManagedComputer

Add-RemotelyManagedDevice

Get-RemotelyManagedDevice

Remove-RemotelyManagedComputer

Remove-RemotelyManagedDevice

Get-AgentManagedComputer