Get-CCMComputer

Returns information about computers in CCM

Syntax

Get-CCMComputer [<CommonParameters>]
Get-CCMComputer `
  -Computer <String[]> [<CommonParameters>]
Get-CCMComputer `
  -Id <Int32> [<CommonParameters>]

Description

Query for all, or by computer name/id to retrieve information about the system as reported in Central Management

Aliases

None

Examples

EXAMPLE 1

Get-CCMComputer

EXAMPLE 2

Get-CCMComputer -Computer web1

EXAMPLE 3

Get-CCMComputer -Id 13

Inputs

None

Outputs

None

Parameters

-Computer <String[]>

Returns the specified computer(s)

Property Value
Aliases
Required? true
Position? named
Default Value
Accept Pipeline Input? false

-Id <Int32>

Returns the information for the computer with the specified id

Property Value
Aliases
Required? true
Position? named
Default Value 0
Accept Pipeline Input? false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/p/?LinkID=113216 .

Function Reference

:choco-info: NOTE

This documentation has been automatically generated from Import-Module "ChocoCCM" -Force; Get-Help Get-CCMComputer -Full.