New-SCBaseline

Creates a baseline.

Description

The New-SCBaseline cmdlet creates a baseline. 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 New-SCBaseline, type: "Get-Help New-SCBaseline -online".

Parameters

Name

Required? true
Accept Pipeline Input? false
Position? 0
Specifies the name of a VMM object.

Description

Required? false
Accept Pipeline Input? false
Position? named
States a description for the specified object.

JobVariable

Required? false
Accept Pipeline Input? false
Position? named
Specifies that job progress is tracked and stored in the variable named by this parameter. 

PROTipID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the ID of the PRO tip that triggered this action. This allows for auditing of PRO tips.

RunAsynchronously

Required? false
Accept Pipeline Input? false
Position? named
Indicates that the job runs asynchronously so that control returns to the command shell immediately. 

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Create a baseline.
PS C:\> New-SCBaseline –Name “Security Baseline” –Description “Baseline that contains security updates” 
This command creates a new baseline named Security Baseline.

See Also