Delen via


Get-CMDeploymentType

SYNOPSIS

Een implementatietype voor een toepassing op te halen.

SYNTAX

SearchByName (standaard)

Get-CMDeploymentType -ApplicationName <String> [-DeploymentTypeName <String>] [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchByIdMandatory

Get-CMDeploymentType -ApplicationName <String> -DeploymentTypeId <Int32> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchByDTValue

Get-CMDeploymentType [-DeploymentTypeName <String>] -InputObject <IResultObject> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

DESCRIPTION

Gebruik deze cmdlet om een implementatietype voor een Configuration Manager op te halen.

Een implementatietype is opgenomen in een toepassing en bevat de informatie die Configuration Manager nodig heeft om software te installeren. Een implementatietype bevat ook regels die aangeven of en hoe de software wordt geïmplementeerd.

Zie Inleiding tot toepassingsbeheer in Configuration Manager voor meer Configuration Manager.

Notitie

Voer Configuration Manager cmdlets uit vanaf Configuration Manager sitestation, bijvoorbeeld PS XYZ:\> . Zie Aan de slag voor meer informatie.

EXAMPLES

Voorbeeld 1: alle implementatietypen voor een toepassing op halen

Met deze opdracht haalt u alle implementatietypen op voor de toepassing met de naam CenterApp.

Get-CMDeploymentType -ApplicationName "CenterApp"

Voorbeeld 2: Een specifiek implementatietype op naam krijgen

Met deze opdracht wordt het implementatietype met de naam InterDept - Windows app-pakket (appx-bestand) voor de toepassing met de naam CenterApp .

Get-CMDeploymentType -ApplicationName "CenterApp" -DeploymentTypeName "InterDept - Windows app package (.appx file)"

PARAMETERS

-ApplicationName

Geef de naam van de toepassing op voor het implementatietype.

Type: String
Parameter Sets: SearchByName, SearchByIdMandatory
Aliases:

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

-DeploymentTypeId

Geef de id op van een implementatietype dat u wilt op halen. Deze waarde is de CI_ID, bijvoorbeeld: 33554475 .

Type: Int32
Parameter Sets: SearchByIdMandatory
Aliases: CIId, CI_ID

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

-DeploymentTypeName

Geef de naam op van een implementatietype dat u wilt op halen.

Type: String
Parameter Sets: SearchByName, SearchByDTValue
Aliases: LocalizedDisplayName

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

-DisableWildcardHandling

Deze parameter behandelt jokertekens als letterlijke tekenwaarden. U kunt deze niet combineren met ForceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ForceWildcardHandling

Deze parameter verwerkt jokertekens en kan leiden tot onverwacht gedrag (niet aanbevolen). U kunt deze niet combineren met DisableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-InputObject

Geef een toepassingsobject op om de implementatietypen op te halen. Gebruik de cmdlet Get-CMApplication om dit object op te halen.

Type: IResultObject
Parameter Sets: SearchByDTValue
Aliases: Application

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

CommonParameters

Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.

INPUTS

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

OUTPUTS

IResultObject[]#SMS_DeploymentType

IResultObject#SMS_DeploymentType

OPMERKINGEN

Convert-CMDeploymentType

Remove-CMDeploymentType

Set-CMDeploymentType