Delen via


Get-SCBaseline

Gets one or more baseline objects.

Syntax

ID (Default)

Get-SCBaseline
    [-VMMServer <ServerConnection>]
    [-ID <Guid>]
    [<CommonParameters>]

Name

Get-SCBaseline
    [-VMMServer <ServerConnection>]
    [-Name <String>]
    [<CommonParameters>]

Description

The Get-SCBaseline cmdlet gets one or more baseline objects. A baseline is a list of updates which, together with scope assignments, can grade the compliance of required updates for Virtual Machine Manager (VMM) fabric servers.

Examples

Example 1: Get a baseline by its name

PS C:\> Get-SCBaseline -Name "Security Baseline"

This command gets the baseline object named Security Baseline.

Parameters

-ID

Specifies the numerical identifier as a globally unique identifier, or GUID, for a specific object.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ID
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the name of a VMM object.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Name
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

Specifies a VMM server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

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

Outputs

Baseline

This cmdlet returns a Baseline object.