Skip to content

Get-ImmyComputer

Detail Value
Class PSImmyBot.Cmdlets.GetComputer
Source Cmdlets/GetComputer.cs
HTTP Method GET
Endpoint /api/v1/computers/{ComputerId}?
Return Type GetComputerResponse
SupportsShouldProcess False
SupportsPaging False
SupportsTransactions False
ConfirmImpact None
Default Parameter Set None

Behavior

  • Calls ImmyBotApiService.GET targeting /api/v1/computers/{ComputerId}? and deserializes to GetComputerResponse.
  • Builds query strings using Globals.ConvertToQueryParameters to keep parameter encoding consistent.

Parameters

Name Type Mandatory Position Parameter Sets Pipeline Input
ComputerId Int32 True All None
IncludeAdditionalPersons Nullable1` False All None
IncludePrimaryPerson Nullable1` False All None
IncludeProviderAgents Nullable1` False All None
IncludeProviderAgentsDeviceUpdateFormData Nullable1` False All None
IncludeSessions Nullable1` False All None

Parameter sets

  • All

Outputs

Notes

This documentation was generated automatically by HelperScripts/GenerateDocs.ps1 by analyzing the cmdlet source and compiled metadata.