Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 1.88 KB

Invoke-OMEConfigurationBaselineRefresh.md

File metadata and controls

89 lines (66 loc) · 1.88 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

Invoke-OMEConfigurationBaselineRefresh

SYNOPSIS

Check or refresh compliance for a configuration baseline

SYNTAX

Invoke-OMEConfigurationBaselineRefresh [-Baseline] <ConfigurationBaseline> [-Wait] [[-WaitTime] <Int32>]
 [<CommonParameters>]

DESCRIPTION

A baseline is used to compare configuration against a template

EXAMPLES

EXAMPLE 1

$("TestBaseline01" | Get-OMEConfigurationBaseline -FilterBy "Name") | Invoke-OMEConfigurationBaselineRefresh -Wait -Verbose

Refresh compliance for configuration baseline

PARAMETERS

-Baseline

Object of type ConfigurationBaseline returned from Get-OMEConfigurationBaseline function

Type: ConfigurationBaseline
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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: 2
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

ConfigurationBaseline

OUTPUTS

NOTES

RELATED LINKS