Skip to content

Latest commit

 

History

History
145 lines (108 loc) · 3.7 KB

Get-CMOperatingSystemImageUpdateSchedule.md

File metadata and controls

145 lines (108 loc) · 3.7 KB

description: Retrieves an operating system image update schedule object in Configuration Manager. external help file: AdminUI.PS.dll-Help.xml Module Name: ConfigurationManager ms.date: 05/02/2019 schema: 2.0.0 title: Get-CMOperatingSystemImageUpdateSchedule

Get-CMOperatingSystemImageUpdateSchedule

SYNOPSIS

Retrieves an operating system image update schedule object in Configuration Manager.

SYNTAX

SearchByName (Default)

Get-CMOperatingSystemImageUpdateSchedule [-Name <String>] [-DisableWildcardHandling] [-ForceWildcardHandling]
 [<CommonParameters>]

SearchByIdMandatory

Get-CMOperatingSystemImageUpdateSchedule -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
 [<CommonParameters>]

SearchByValueMandatory

Get-CMOperatingSystemImageUpdateSchedule -InputObject <IResultObject> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

DESCRIPTION

The Get-CMOperatingSystemImageUpdateSchedule cmdlet retrieves an object that represents an operating system image update schedule in Configuration Manager.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

EXAMPLES

Example 1: Retrieve the operating system image update schedule

PS XYZ:\> Get-CMOperatingSystemImageUpdateSchedule -Id "1207"

This command retrieves the operating system image update schedule identified by the ID 1207.

PARAMETERS

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Id

Specifies an array of IDs of operating system image update schedules in Configuration Manager.

Type: String
Parameter Sets: SearchByIdMandatory
Aliases: PackageId

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

-InputObject

Specifies an operating system image update schedule object in Configuration Manager.

Type: IResultObject
Parameter Sets: SearchByValueMandatory
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Name

Specifies a name of an operating system image update schedule in Configuration Manager.

Type: String
Parameter Sets: SearchByName
Aliases:

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

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

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

OUTPUTS

IResultObject[]#SMS_ImageServicingSchedule

IResultObject#SMS_ImageServicingSchedule

NOTES

RELATED LINKS

Clear-CMOperatingSystemImageUpdateSchedule