Delen via


Stop-CMCloudDistributionPoint

SYNOPSIS

Stopt de service voor clouddistributiepunten.

SYNTAX

SearchByValueMandatory (standaard)

Stop-CMCloudDistributionPoint -InputObject <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling]
 [-WhatIf] [-Confirm] [<CommonParameters>]

SearchByIdMandatory

Stop-CMCloudDistributionPoint -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]
 [-Confirm] [<CommonParameters>]

SearchByNameMandatory

Stop-CMCloudDistributionPoint -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]
 [-Confirm] [<CommonParameters>]

DESCRIPTION

De cmdlet Stop-CMCloudDistributionPoint stopt de clouddistributiepuntservice.

Als u de cmdlet Stop-CMCloudDistributionPoint gebruikt, verwijdert Configuration Manager geen inhoud van het distributiepunt en wordt niet voorkomen dat de siteserver aanvullende inhoud overzetten naar het distributiepunt. Terwijl de clouddistributiepuntservice is gestopt, distribueert het clouddistributiepunt geen inhoud. Gebruik de cmdlet Start-CMCloudDistributionPoint om de distributie opnieuw op te starten.

U kunt bijvoorbeeld een cloudservice stoppen wanneer het gebruik een gegevensdrempel bereikt en deze vervolgens op een later tijdstip opnieuw starten.

Notitie

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

EXAMPLES

Voorbeeld 1: de clouddistributiepuntservice stoppen met behulp van een id

PS XYZ:\> Stop-CMCloudDistributionPoint -Id "16777242"

Met deze opdracht wordt de clouddistributiepuntservice voor het clouddistributiepunt met de opgegeven id gestopt.

Voorbeeld 2: de clouddistributiepuntservice stoppen met behulp van een naam

PS XYZ:\> Stop-CMCloudDistributionPoint -Name "West01"

Met deze opdracht wordt de clouddistributiepuntservice voor het clouddistributiepunt met de naam West01 gestopt.

Voorbeeld 3: de clouddistributiepuntservice stoppen met behulp van een -object

PS XYZ:\> $DistPnt = Get-CMCloudDistributionPoint -Id "16777242"
PS XYZ:\> Stop-CMCloudDistributionPoint -InputObject $DistPnt

De eerste opdracht maakt gebruik van de cmdlet Get-CMCloudDistributionPoint om het distributiepunt op te halen met de opgegeven id en slaat het vervolgens op in de $DistPnt variabele.

De tweede opdracht stopt de clouddistributiepuntservice voor het distributiepunt dat is opgeslagen in $DistPnt.

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: False
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

-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

-Id

Hiermee geeft u een matrix met id's op voor clouddistributiepunten. U kunt een door komma's gescheiden lijst gebruiken.

Type: String
Parameter Sets: SearchByIdMandatory
Aliases: AzureServiceId

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

-InputObject

Hiermee geeft u een clouddistributiepuntobject op. U kunt de cmdlet Get-CMCloudDistributionPoint gebruiken om een clouddistributiepuntobject op te halen.

Type: IResultObject
Parameter Sets: SearchByValueMandatory
Aliases:

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

-Name

Hiermee geeft u de naam van een clouddistributiepunt op.

Type: String
Parameter Sets: SearchByNameMandatory
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: False
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

System.Object

OPMERKINGEN

Get-CMCloudDistributionPoint

New-CMCloudDistributionPoint

Remove-CMCloudDistributionPoint

Set-CMCloudDistributionPoint

Start-CMCloudDistributionPoint