Resume-CMPhasedDeployment
SYNOPSIS
Gebruik deze cmdlet om de gefaseeerde implementatie te hervatten vanaf de status van de opschorten.
SYNTAX
SearchByValue
Resume-CMPhasedDeployment [-Force] -InputObject <IResultObject> [-DisableWildcardHandling]
[-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]
SearchById
Resume-CMPhasedDeployment [-Force] -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]
[-Confirm] [<CommonParameters>]
SearchByName
Resume-CMPhasedDeployment [-Force] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]
[-Confirm] [<CommonParameters>]
DESCRIPTION
Vanaf versie 2002 gebruikt u deze cmdlet om de gefaseerd implementeren te hervatten vanaf de status Suspend.
EXAMPLES
Voorbeeld 1: De implementatie hervatten op naam
In dit voorbeeld wordt de gefaseeerde implementatie hervat die u opgeeft op naam.
Resume-CMPhasedDeployment -Name "myPhasedDeploymentName"
Voorbeeld 2: De implementatie geforceeerd hervatten per object
In dit voorbeeld wordt de gefaseeerde implementatie hervat die u doorspijpt als een -object.
$myPhasedDeployment | Resume-CMPhasedDeployment -Force
PARAMETERS
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-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
-Force
Hervat de gefaseeerde implementatie geforceerd.
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. Dit wordt 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
-Id
Geef de gefaseerd implementatie op op de id. Deze id is een GUID-indeling.
Type: String
Parameter Sets: SearchById
Aliases: PhasedDeploymentId
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-InputObject
Geef de gefaseerd implementatie op als een -object.
Type: IResultObject
Parameter Sets: SearchByValue
Aliases: PhasedDeployment
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
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.