Delen via


Get-CMApplicationPhasedDeployment

SYNOPSIS

Gebruik deze cmdlet om een gefaseerd implementatie voor een toepassing op te halen.

SYNTAX

SearchByApplication

Get-CMApplicationPhasedDeployment -Application <IResultObject> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchByApplicationId

Get-CMApplicationPhasedDeployment -ApplicationId <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
 [<CommonParameters>]

SearchByApplicationName

Get-CMApplicationPhasedDeployment -ApplicationName <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
 [<CommonParameters>]

SearchById

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

SearchByName

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

DESCRIPTION

Vanaf versie 2002 gebruikt u deze cmdlet om een gefaseerd implementatie voor een toepassing op te halen.

EXAMPLES

Voorbeeld 1: Gefaseerd implementeren op naam

In dit voorbeeld wordt het -object op de naam van de gefaseerd implementatie opgeslagen.

Get-CMApplicationPhasedDeployment -Name "myPhasedDeploymentName"

Voorbeeld 2: Gefaseerd implementeren op app-naam

In dit voorbeeld wordt het object op de naam van de toepassing.

Get-CMApplicationPhasedDeployment -ApplicationName "myApplicationName"

PARAMETERS

-Application

Geef een -object op voor de toepassing.

Type: IResultObject
Parameter Sets: SearchByApplication
Aliases:

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

-ApplicationId

Geef de toepassings-id op.

Type: String
Parameter Sets: SearchByApplicationId
Aliases: CIId, CI_ID

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

-ApplicationName

Geef de naam van de toepassing op.

Type: String
Parameter Sets: SearchByApplicationName
Aliases: ApplicationLocalizedDisplayName

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

-DisableWildcardHandling

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ForceWildcardHandling

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Id

Geef de id op van de gefaseerd implementatie.

Type: String
Parameter Sets: SearchById
Aliases: PhasedDeploymentId

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

-Name

Geef de naam op van de gefaseerd implementatie.

Type: String
Parameter Sets: SearchByName
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
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_PhasedDeployment

IResultObject[]#SMS_PhasedDeployment

OPMERKINGEN