Get-WssComputer

Get-WssComputer

Gets device information objects for the computers in a network.

構文

Get-WssComputer [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.Common.Devices.DeviceInfo

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

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

関連トピック

Remove-WssComputer