get-hardwareplatform

SYNOPSIS
    Retrieves information about the hardware platform (physical or virtual)
SYNTAX
    Get-HardwarePlatform [[-ContinueOnError] <Boolean>] [<CommonParameters>]
DESCRIPTION
    Retrieves information about the hardware platform (physical or virtual)
PARAMETERS
    -ContinueOnError <Boolean>
        Continue if an error is encountered. Default is: $true.
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    -------------------------- EXAMPLE 1 --------------------------
    PS C:\>Get-HardwarePlatform
REMARKS
    To see the examples, type: "get-help Get-HardwarePlatform -examples".
    For more information, type: "get-help Get-HardwarePlatform -detailed".
    For technical information, type: "get-help Get-HardwarePlatform -full".
    For online help, type: "get-help Get-HardwarePlatform -online"