Get-SystemInfo
SYNOPSIS
Get system details of a remote device
SYNTAX
Get-SystemInfo [[-ComputerName] <String[]>] [[-Export] <String>] [[-ReportPath] <DirectoryInfo>]
[<CommonParameters>]
DESCRIPTION
Get system details of a remote device
EXAMPLES
EXAMPLE 1
Get-SystemInfo -ComputerName Apollo
PARAMETERS
-ComputerName
Device to be queried.
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Export
Export to excel or html
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: Host
Accept pipeline input: False
Accept wildcard characters: False
-ReportPath
Where to save report.
Type: DirectoryInfo
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: "$env:TEMP"
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.