Skip to content

Latest commit

 

History

History
149 lines (114 loc) · 2.85 KB

New-OMEConfigurationBaseline.md

File metadata and controls

149 lines (114 loc) · 2.85 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

New-OMEConfigurationBaseline

SYNOPSIS

Create new configuration baseline in OpenManage Enterprise

SYNTAX

New-OMEConfigurationBaseline [-Name] <String> [[-Description] <String>] [-Template] <Template>
 [[-Group] <Group>] [[-Devices] <Device[]>] [-Wait] [[-WaitTime] <Int32>] [<CommonParameters>]

DESCRIPTION

A baseline is used to compare configuration against a template

EXAMPLES

EXAMPLE 1

New-OMEConfigurationBaseline -Name "TestBaseline01" -Template $("Template01" | Get-OMETemplate -FilterBy "Name") -Devices $("37KPZZZ" | Get-OMEDevice -FilterBy "ServiceTag") -Wait -Verbose

Create new configuration compliance baseline

PARAMETERS

-Name

Name of baseline

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Description

Description of baseline

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Template

Object of type Template returned from Get-OMETemplate function

Type: Template
Parameter Sets: (All)
Aliases:

Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Group

Object of type Group returned from Get-OMEGroup function

Type: Group
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Devices

Array of type Device returned from Get-OMEDevice function

Type: Device[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Wait

Wait for job to complete

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WaitTime

Time, in seconds, to wait for the job to complete

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: 6
Default value: 3600
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

None

OUTPUTS

NOTES

RELATED LINKS