Get-CMSoftwareUpdatePhasedDeployment

SYNOPSIS

Yazılım güncelleştirmelerine yönelik aşamalı dağıtımı almak için bu cmdlet 'i kullanın.

SYNTAX

SearchBySoftwareUpdate

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdate <IResultObject> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchBySoftwareUpdateGroup

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdateGroup <IResultObject> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

Searchbysoftwareupdategroupıd

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdateGroupId <String> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchBySoftwareUpdateGroupName

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdateGroupName <String> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

Searchbysoftwareupdateıd

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdateId <String> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchBySoftwareUpdateName

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdateName <String> [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

Searchbyıd

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

SearchByName

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

DESCRIPTION

Sürüm 2002 ' den başlayarak, yazılım güncelleştirmeleri için aşamalı dağıtımı almak üzere bu cmdlet 'i kullanın.

EXAMPLES

Örnek 1: dağıtım adına göre al

Bu örnek, yazılım güncelleştirme aşamalı dağıtımını adına göre alır.

Get-CMSoftwareUpdatePhasedDeployment -Name "myPhasedDeploymentName"

Örnek 2: yazılım güncelleştirme adına göre dağıtımı al

Bu örnek, yazılım güncelleştirme aşamalı dağıtımını yazılım güncelleştirmesi adı ile alır.

Get-CMSoftwareUpdatePhasedDeployment -SoftwareUpdateName "myUpdateName"

PARAMETERS

-Disableyavaya Cardhandling

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Forcebir Cardhandling

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ID

Aşamalı dağıtımın KIMLIĞINI belirtin.

Type: String
Parameter Sets: SearchById
Aliases: PhasedDeploymentId

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

-Name

Aşamalı dağıtımın adını belirtin.

Type: String
Parameter Sets: SearchByName
Aliases:

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

-SoftwareUpdate

Bir yazılım güncelleştirme nesnesi belirtin.

Type: IResultObject
Parameter Sets: SearchBySoftwareUpdate
Aliases:

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

-SoftwareUpdateGroup

Bir yazılım güncelleştirme grubu nesnesi belirtin.

Type: IResultObject
Parameter Sets: SearchBySoftwareUpdateGroup
Aliases:

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

-Softwareupdategroupıd

Yazılım güncelleştirme grubunun KIMLIĞINI belirtin.

Type: String
Parameter Sets: SearchBySoftwareUpdateGroupId
Aliases:

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

-SoftwareUpdateGroupName

Yazılım güncelleştirme grubunun adını belirtin.

Type: String
Parameter Sets: SearchBySoftwareUpdateGroupName
Aliases:

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

-Softwareupdateıd

Yazılım güncelleştirmesinin KIMLIĞINI belirtin.

Type: String
Parameter Sets: SearchBySoftwareUpdateId
Aliases:

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

-SoftwareUpdateName

Yazılım güncelleştirmesinin adını belirtin.

Type: String
Parameter Sets: SearchBySoftwareUpdateName
Aliases:

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

CommonParameters

Bu cmdlet şu genel parametreleri destekler: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction ve -WarningVariable. Daha fazla bilgi için bkz. about_CommonParameters.

INPUTS

Microsoft.ConfigurationManagement. ManagementProvider. ıresultobject

OUTPUTS

Iresultobject # SMS_PhasedDeployment

Iresultobject [] #SMS_PhasedDeployment

NOTLAR