Get-CMOperatingSystemImageUpdateSchedule

Get-CMOperatingSystemImageUpdateSchedule

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

Syntax

Parameter Set: SearchByNameMandatory
Get-CMOperatingSystemImageUpdateSchedule -Name <String> [-SecuredScopeNames <String> ] [ <CommonParameters>]

Parameter Set: SearchByIdMandatory
Get-CMOperatingSystemImageUpdateSchedule -Id <String[]> [-SecuredScopeNames <String> ] [ <CommonParameters>]

Parameter Set: SearchByValueMandatory
Get-CMOperatingSystemImageUpdateSchedule -InputObject <IResultObject> [ <CommonParameters>]

Detailed Description

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

Parameters

-Id<String[]>

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

Aliases

PackageId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SecuredScopeNames<String>

Specifies a name of a security scope.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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.

Examples

Example 1: Retrieve the operating system image update schedule

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

PS C:\> Get-CMOperatingSystemImageUpdateSchedule -Id 1207

Clear-CMOperatingSystemImageUpdateSchedule