Get-WssComputer

Get-WssComputer

Gets device information objects for the computers in a network.

Sintaxis

Get-WssComputer [ <CommonParameters>]

Descripción detallada

The Get-WssComputer cmdlet gets the device information objects for the computers in a network. A DeviceInfo object contains the properties for a computer. The cmdlet gets DeviceInfo objects for servers, clients, and archived clients. An archived client is a backup of a computer that is no longer part of the network.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.Common.Devices.DeviceInfo

    A DeviceInfo object contains all the properties for a computer in the network.

Ejemplos

Example 1: Get properties for computers in a network

This command gets the DeviceInfo objects for the computers in the network.

PS C:\> Get-WssComputer

Temas relacionados

Remove-WssComputer