PowerShell Logo Small

Get-BpaModel



This is the built-in help made by Microsoft for the command 'Get-BpaModel', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Retrieves and displays the list of BPA models installed on the system.

SYNTAX


Get-BpaModel [-RepositoryPath <String>] [<CommonParameters>]
Get-BpaModel [-ModelId] <String[]> [[-SubModelId] <String>] [-RepositoryPath <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-BpaModel cmdlet retrieves and displays the list of models that are supported by Best Practices Analyzer (BPA) and installed on the computer.


If no parameter is specified, then this cmdlet returns all models that are installed on the computer. If a model is specified by using the ModelId parameter, then the
specified model is returned.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?LinkId=287253
Get-BpaResult
Invoke-BpaModel
Set-BpaResult

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-BPAModel
Id : Microsoft/Windows/ADRMS
Company : Microsoft Corporation
Name : RightsManagementServices
Version : 1.0
LastScanTime : Never
LastScanTimeUtcOffset :
SubModels :
Parameters :
ModelType : SingleMachine
SupportedConfiguration :



This example can be used to return details about the BPA model that is specified in the ModelId parameter, represented by ModelID1. The short form of the ModelId parameter
can also be used, Id.




EXAMPLE 2

PS C:\>Get-BPAModel
Id Last Scan Time
--- --------------
ModelID1 01/05/2012 10:12
ModelID2 Never
ModelID3 05/20/2010 12:46



This example can be used to return details about BPA scans for all models that are installed on the computer.