Get-CMOperatingSystemInstaller

Get-CMOperatingSystemInstaller

Gets operating system installers.

Syntax

Parameter Set: SearchByName
Get-CMOperatingSystemInstaller [-Name <String> ] [-SecuredScopeNames <String> ] [ <CommonParameters>]

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

Detailed Description

The Get-CMOperatingSystemInstaller cmdlet gets one or more operating system installers. An operating system installer is an installation package that contains all the files that Microsoft System Center 2012 Configuration Manager needs to install a Windows operating system on a reference computer.

Parameters

-Id<String[]>

Specifies an array of IDs of operating system installers.

Aliases

PackageId

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies the name of an operating system installer.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SecuredScopeNames<String>

Specifies names of security scopes. A security scope name can be Default or the name of a custom-created 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: Get an operating system installer

This command gets the operating system installer named OSInstPkg01 for the security scope named SecScope02.

PS C:\> Get-CMOperatingSystemInstaller -Name "OSInstPkg01"-SecuredScopeNames "SecScope02"

Set-CMOperatingSystemInstaller

New-CMOperatingSystemInstaller

Remove-CMOperatingSystemInstaller