Get-SCBaseline

Applies To: System Center 2012 - Virtual Machine Manager

Get-SCBaseline

Gets one or more baselines objects.

Syntax

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

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

Detailed 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 System Center Virtual Machine Manager (VMM) fabric servers.

For more information about Get-SCBaseline, type: "Get-Help Get-SCBaseline -online".

Parameters

-ID<Guid>

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

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of a VMM object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-VMMServer<ServerConnection>

Specifies a VMM server object.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

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

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Baseline

Examples

1: Get a baseline by its name.

This command gets the baseline object named Security Baseline.

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

New-SCBaseline

Remove-SCBaseline

Set-SCBaseline