Skip to content

Get-PCInfo

SYNOPSIS

SYNTAX

Get-PCInfo [[-Computer] <Object>] [<CommonParameters>]

DESCRIPTION

Returns useful informaion on the local endpoint or another.

EXAMPLES

EXAMPLE 1

Returns PCinfo for the local computer

Get-PCinfo

EXAMPLE 2

Returns PCinfo for a remote computer

Get-PCinfo -computer PCName

PARAMETERS

-Computer

Specify a remote computer to get info for

Type: System.Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Requires Powershell 5.1

Get-ADInfo

Back to top