Set-CMDistributionPoint

SYNOPSIS

Configureer een distributiepunt.

SYNTAX

SetByValue (standaard)

Set-CMDistributionPoint [-AddBoundaryGroupName <String[]>] [-AddMacAddressForRespondingPxeRequest <String[]>]
 [-AllowFallbackForContent <Boolean>] [-AllowPreStaging <Boolean>] [-AllowProxyTraffic <Boolean>]
 [-AllowPxeResponse <Boolean>] [-CertificateExpirationTimeUtc <DateTime>] [-CertificatePassword <SecureString>]
 [-CertificatePath <String>] [-ClearMacAddressForRespondingPxeRequest]
 [-ClientCommunicationType <ComputerCommunicationType>] [-ClientConnectionType <ClientConnectionTypes>]
 [-ClientTransferRate <NetworkProfile>] [-ContentMonitoringPriority <Priority>]
 [-ContentValidationSchedule <IResultObject>] [-Description <String>] [-EnableAnonymous <Boolean>]
 [-EnableBranchCache <Boolean>] [-EnableContentValidation <Boolean>] [-EnableLedbat <Boolean>]
 [-EnableMulticast <Boolean>] [-EnableNonWdsPxe <Boolean>] [-EnablePullDP <Boolean>] [-EnablePxe <Boolean>]
 [-EnableScheduledMulticast <Boolean>] [-EnableUnknownComputerSupport <Boolean>] [-EndIPAddress <String>]
 [-EndUdpPort <Int32>] [-Force] [-InputObject] <IResultObject> [-KeepWds <Boolean>]
 [-MacAddressForRespondingPxeRequest <String[]>] [-MinimumSessionSize <Int32>]
 [-MulticastMaximumClientCount <Int32>] [-PassThru] [-PxePassword <SecureString>]
 [-PxeServerResponseDelaySec <Int32>] [-ReassignSiteCode <String>] [-RemoveBoundaryGroupName <String[]>]
 [-RemoveMacAddressForRespondingPxeRequest <String[]>] [-RespondToAllNetwork] [-SessionStartDelayMins <Int32>]
 [-SourceDistributionPoint <String[]>] [-SourceDPRank <Int32[]>] [-StartIPAddress <String>]
 [-StartUdpPort <Int32>] [-UseAnyRangeIP] [-UseComputerAccount] [-UserDeviceAffinity <UserDeviceAffinityType>]
 [-UserName <String>] [-EnableDoinc <Boolean>] [-DiskSpaceUnit <DiskSpaceEnum>] [-DiskSpaceDoinc <Int32>]
 [-LocalDriveDoinc <String>] [-RetainDoincCache <Boolean>] [-AgreeDoincLicense <Boolean>]
 [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]

SetByName

Set-CMDistributionPoint [-AddBoundaryGroupName <String[]>] [-AddMacAddressForRespondingPxeRequest <String[]>]
 [-AllowFallbackForContent <Boolean>] [-AllowPreStaging <Boolean>] [-AllowProxyTraffic <Boolean>]
 [-AllowPxeResponse <Boolean>] [-CertificateExpirationTimeUtc <DateTime>] [-CertificatePassword <SecureString>]
 [-CertificatePath <String>] [-ClearMacAddressForRespondingPxeRequest]
 [-ClientCommunicationType <ComputerCommunicationType>] [-ClientConnectionType <ClientConnectionTypes>]
 [-ClientTransferRate <NetworkProfile>] [-ContentMonitoringPriority <Priority>]
 [-ContentValidationSchedule <IResultObject>] [-Description <String>] [-EnableAnonymous <Boolean>]
 [-EnableBranchCache <Boolean>] [-EnableContentValidation <Boolean>] [-EnableLedbat <Boolean>]
 [-EnableMulticast <Boolean>] [-EnableNonWdsPxe <Boolean>] [-EnablePullDP <Boolean>] [-EnablePxe <Boolean>]
 [-EnableScheduledMulticast <Boolean>] [-EnableUnknownComputerSupport <Boolean>] [-EndIPAddress <String>]
 [-EndUdpPort <Int32>] [-Force] [-KeepWds <Boolean>] [-MacAddressForRespondingPxeRequest <String[]>]
 [-MinimumSessionSize <Int32>] [-MulticastMaximumClientCount <Int32>] [-PassThru] [-PxePassword <SecureString>]
 [-PxeServerResponseDelaySec <Int32>] [-ReassignSiteCode <String>] [-RemoveBoundaryGroupName <String[]>]
 [-RemoveMacAddressForRespondingPxeRequest <String[]>] [-RespondToAllNetwork] [-SessionStartDelayMins <Int32>]
 [-SiteCode <String>] [-SiteSystemServerName] <String> [-SourceDistributionPoint <String[]>]
 [-SourceDPRank <Int32[]>] [-StartIPAddress <String>] [-StartUdpPort <Int32>] [-UseAnyRangeIP]
 [-UseComputerAccount] [-UserDeviceAffinity <UserDeviceAffinityType>] [-UserName <String>]
 [-EnableDoinc <Boolean>] [-DiskSpaceUnit <DiskSpaceEnum>] [-DiskSpaceDoinc <Int32>]
 [-LocalDriveDoinc <String>] [-RetainDoincCache <Boolean>] [-AgreeDoincLicense <Boolean>]
 [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

De Cmdlet Set-CMDistributionPoint wijzigt een distributiepunt op een sitesysteemserver.

Notitie

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

EXAMPLES

Voorbeeld 1: Eigenschappen van een distributiepunt instellen

Met de eerste opdracht wordt het distributiepuntobject voor de sitesysteemserver met de naam MySiteSys_11310.Contoso.com. Vervolgens wordt het object in de variabele $DP op slaat. De tweede opdracht wijzigt het distributiepuntobject dat is opgeslagen in die variabele.

$DP = Get-CMDistributionPoint -SiteSystemServerName "MySiteSys_11310.Contoso.com"
Set-CMDistributionPoint -InputObject $DP -AllowFallbackForContent $True -AllowPreStaging $True -AllowPxeResponse $False -ClientCommunicationType Http -ClientConnectionType Internet -ContentMonitoringPriority High

Voorbeeld 2: Eigenschappen van een distributiepunt instellen met behulp van de pijplijn

Met deze opdracht wordt het distributiepuntobject voor de sitesysteemserver met de naam MySiteSys_11310.Contoso.com. Vervolgens wordt de pijplijnoperator gebruikt om het -object door te geven aan Set-CMDistributionPoint, waarmee het distributiepuntobject wordt wijzigt.

Get-CMDistributionPoint -SiteSystemServerName "MySiteSys_11310.Contoso.com" | Set-CMDistributionPoint -AllowFallbackForContent $True -AllowPreStaging $True -AllowPxeResponse $True -ClientCommunicationType Http -ClientConnectionType Internet -ContentMonitoringPriority High

Voorbeeld 3: Een distributiepunt opnieuw toewijzen aan een nieuwe site

In het volgende voorbeeld wordt de mydp-server van site ABC opnieuw toewijzen aan site XYZ

Set-CMDistributionPoint -SiteSystemServerName "MyDP.TestDOM.net" -ReassignSiteCode "XYZ" -SiteCode "ABC"

PARAMETERS

-AddBoundaryGroupName

Voegt een matrix van grensgroepen toe op naam aan een distributiepunt.

Type: String[]
Parameter Sets: (All)
Aliases: AddBoundaryGroupNames

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

-AddMacAddressForRespondingPxeRequest

Voegt een matrix van MAC-adressen toe die reageren op PXE-aanvragen voor een distributiepunt met PXE-ondersteuning.

Type: String[]
Parameter Sets: (All)
Aliases:

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

-AgreeDoincLicense

Wanneer u de parameter EnableDoinc gebruikt, stelt u deze parameter in op om de licentievoorwaarden $true voor Microsoft Verbonden cache server te accepteren. Download de licentievoorwaarden voor meer informatie.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-AllowFallbackForContent

Geeft aan of clients buiten de grensgroepen die zijn gekoppeld aan een sitesysteem, kunnen terugvallen en dit sitesysteem kunnen gebruiken als bronlocatie voor inhoud wanneer er geen andere sitesystemen beschikbaar zijn.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-AllowPreStaging

Geeft aan of het distributiepunt is ingeschakeld voor voorgefaseerd inhoud.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-AllowProxyTraffic

Hiermee kan het sitesysteem een proxyserver gebruiken wanneer deze verbinding maakt met internet.

Type: Boolean
Parameter Sets: (All)
Aliases: EnableCloudGateway

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

-AllowPxeResponse

Geeft aan of het distributiepunt kan reageren op PXE-aanvragen.

Type: Boolean
Parameter Sets: (All)
Aliases: AllowRespondIncomingPxeRequest

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

-CertificateExpirationTimeUtc

Geef een datum en tijd op waarop het zelf-ondertekende certificaat verloopt.

Type: DateTime
Parameter Sets: (All)
Aliases:

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

-CertificatePassword

Geef een veilig tekenreekswachtwoord op voor een PKI-clientcertificaat dat is opgegeven in CertificatePath.

Type: SecureString
Parameter Sets: (All)
Aliases:

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

-CertificatePath

Geef het pad op voor een PKI-clientcertificaat dat moet worden geïmporteerd voor HTTPS-communicatie. Gebruik de parameter CertificatePassword voor het wachtwoord van het certificaat.

Type: String
Parameter Sets: (All)
Aliases:

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

-ClearMacAddressForRespondingPxeRequest

Voeg deze parameter toe om de matrix met MAC-adressen te verwijderen die het distributiepunt gebruikt om te reageren op PXE-aanvragen.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-ClientCommunicationType

Hiermee geeft u op hoe clients of apparaten communiceren met het distributiepunt. Als u Https opgeeft, gebruikt u de parameters CertificatePath en CertificatePassword om het PKI-certificaat op te geven dat moet worden gebruikt.

Type: ComputerCommunicationType
Parameter Sets: (All)
Aliases:
Accepted values: Http, Https

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

-ClientConnectionType

Hiermee geeft u het verbindingstype van de client op.

Type: ClientConnectionTypes
Parameter Sets: (All)
Aliases:
Accepted values: Intranet, Internet, InternetAndIntranet

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

-ClientTransferRate

Geef de overdrachtssnelheid van de client op.

Type: NetworkProfile
Parameter Sets: (All)
Aliases:
Accepted values: None, ProfileCustom, Profile10Mbps, Profile100Mbps, Profile1Gbps

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

-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

-ContentMonitoringPriority

Geef de prioriteit voor inhoudsbewaking op.

Type: Priority
Parameter Sets: (All)
Aliases:
Accepted values: Lowest, Low, Medium, High, Highest

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

-ContentValidationSchedule

Als u de parameter EnableContentValidation gebruikt, gebruikt u deze parameter om het schema op te geven wanneer het distributiepunt inhoud valideert. Als u een tokenobject wilt maken, gebruikt u de cmdlet New-CMSchedule.

Type: IResultObject
Parameter Sets: (All)
Aliases: ValidateContentSchedule

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

-Beschrijving

Geef een optionele beschrijving op voor het distributiepunt.

Type: String
Parameter Sets: (All)
Aliases:

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

-DiskSpaceDoinc

Wanneer u de parameter EnableDoinc gebruikt, gebruikt u deze parameter om de hoeveelheid schijfruimte op te geven die moet worden gebruikt voor Microsoft Verbonden cache. Gebruik de parameter DiskSpaceUnit om te bepalen of deze waarde schijfruimte in GB of een percentagewaarde is.

Type: Int32
Parameter Sets: (All)
Aliases:

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

-DiskSpaceUnit

Gebruik deze parameter met DiskSpaceDoinc om te bepalen of die waarde schijfruimte in GB of een percentagewaarde is.

Type: DiskSpaceEnum
Parameter Sets: (All)
Aliases:
Accepted values: GB, Percentage

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

-EnableAnonymous

Geeft aan dat het distributiepunt anonieme verbindingen van Configuration Manager clients met de inhoudsbibliotheek toestaat.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnableBranchCache

Geeft aan dat clients die gebruikmaken Windows BranchCache inhoud van dit on-premises distributiepunt mogen downloaden.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnableContentValidation

Geeft aan dat inhoudsvalidatie is ingeschakeld voor dit distributiepunt. Gebruik de parameter ContentValidationSchedule om het schema op te geven.

Type: Boolean
Parameter Sets: (All)
Aliases: EnableValidateContent

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

-EnableDoinc

Stel deze parameter in op om in te stellen dat dit $true distributiepunt wordt gebruikt als een Microsoft Verbonden cache server. Zie Microsoft Verbonden cache in Configuration Manager voor meer informatie.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnableLedbat

Schakel distributiepunten in om netwerkcongestiebeheer te gebruiken Windows LEDBAT. Met deze functie kan de downloadsnelheid worden aangepast om de ongebruikte netwerkbandbreedte te gebruiken.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnableMulticast

Schakel multicast in voor het distributiepunt.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnableNonWdsPxe

Schakel de Configuration Manager PXE-responder op het distributiepunt in. Wanneer u een PXE-responder zonder Windows Deployment Service (WDS) inschakelen, installeert Configuration Manager de PXE-responderservice op het distributiepunt.

Zie PXE inschakelen op het distributiepunt voor meer informatie.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnablePullDP

Als deze is $True ingesteld op , kan het distributiepunt inhoud van andere distributiepunten pullen. Gebruik deze parameter met de parameters SourceDPRank en SourceDistributionPoint.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnablePxe

Schakel PXE in op het distributiepunt. Wanneer u PXE inschakelen, Configuration Manager installeert Windows Deployment Services (WDS) op de server, als deze nog niet is geïnstalleerd. WDS is de service die ondersteuning biedt voor het opstarten van PXE voor het installeren van Windows via het netwerk.

Type: Boolean
Parameter Sets: (All)
Aliases: EnablePxeSupport

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

-EnableScheduledMulticast

Geeft aan of u kunt plannen wanneer Configuration Manager de besturingssysteemafbeelding implementeert vanaf het distributiepunt.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EnableUnknownComputerSupport

Schakel ondersteuning in voor onbekende computers. Onbekende computers zijn apparaten die Configuration Manager nog niet zijn ontdekt.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-EndIPAddress

Hiermee geeft u het eind-IP-adres in een bereik van multicast-adressen die Configuration Manager gebruikt voor het verzenden van gegevens naar clients.

Type: String
Parameter Sets: (All)
Aliases:

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

-EndUdpPort

Hiermee geeft u de eind-UDP-poort in een bereik van multicast UDP-poorten die Configuration Manager gebruikt voor het verzenden van gegevens naar clients.

Type: Int32
Parameter Sets: (All)
Aliases:

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

-Force

Gebruik deze parameter om een dubbel certificaat toe te voegen zonder om bevestiging te vragen.

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 distributiepuntobject op dat moet worden geconfigureerd. Gebruik de cmdlet Get-CMDistributionPoint om dit object op te halen.

Type: IResultObject
Parameter Sets: SetByValue
Aliases: DistributionPoint

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

-KeepWds

Geeft aan of het distributiepunt Windows Deployment Services (WDS) of verwijdert als u PXE uitzet.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-LocalDriveDoinc

Wanneer u de parameter EnableDoinc gebruikt, gebruikt u deze parameter om het station te selecteren dat moet worden gebruikt voor de Microsoft Verbonden cache. Als u Automatic opgeeft, Configuration Manager het station met de meeste vrije ruimte.

Type: String
Parameter Sets: (All)
Aliases:
Accepted values: Automatic, A:, B:, C:, D:, E:, F:, G:, H:, I:, J:, K:, L:, M:, N:, O:, P:, Q:, R:, S:, T:, U:, V:, W:, X:, Y:, Z:

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

-MacAddressForRespondingPxeRequest

Geef een matrix met MAC-adressen op die het distributiepunt gebruikt om te reageren op PXE-aanvragen.

Type: String[]
Parameter Sets: (All)
Aliases:

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

-MinimumSessionSize

Hiermee geeft u op hoeveel clientaanvragen moeten worden ontvangen voordat een geplande multicast een besturingssysteem implementeert.

Type: Int32
Parameter Sets: (All)
Aliases:

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

-MulticastMaximumClientCount

Hiermee geeft u het maximum aantal clients op dat het besturingssysteem van dit distributiepunt kan downloaden.

Type: Int32
Parameter Sets: (All)
Aliases:

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

-PassThru

Retourneert een -object dat het item vertegenwoordigt waarmee u werkt. Standaard is het mogelijk dat deze cmdlet geen uitvoer genereert.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-PxePassword

Geef het PXE-wachtwoord op als een beveiligde tekenreeks.

Type: SecureString
Parameter Sets: (All)
Aliases: ComputersUsePxePassword

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

-PxeServerResponseDelaySec

Hiermee geeft u op hoe lang het distributiepunt vertraging voordat het reageert op computeraanvragen wanneer u meerdere distributiepunten met PXE-ingeschakeld. Standaard reageert het Configuration Manager PXE-servicepunt eerst op PXE-aanvragen van het netwerk. Deze gehele waarde is in seconden.

Type: Int32
Parameter Sets: (All)
Aliases: PxeServerResponseDelaySeconds

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

-Opnieuw toewijzenSiteCode

Gebruik deze parameter om het distributiepunt opnieuw toe te wijzen aan een nieuwe site. Geef de sitecode van drie letters op als een tekenreekswaarde.

Type: String
Parameter Sets: (All)
Aliases:

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

-RemoveBoundaryGroupName

Hiermee verwijdert u een matrix met grensgroepen op naam van het distributiepunt.

Type: String[]
Parameter Sets: (All)
Aliases: RemoveBoundaryGroupNames

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

-RemoveMacAddressForRespondingPxeRequest

Hiermee verwijdert u een matrix met MAC-adressen die het distributiepunt gebruikt om te reageren op PXE-aanvragen.

Type: String[]
Parameter Sets: (All)
Aliases:

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

-RespondToAllNetwork

Geeft aan dat het distributiepunt reageert op PXE-aanvragen die binnenkomen op een van de netwerkinterfaces.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-RetainDoincCache

Wanneer u de parameter EnableDoinc gebruikt, gebruikt u deze parameter om de inhoud op de server te houden wanneer u de Microsoft-Verbonden cache.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-SessionStartDelayMins

Hiermee geeft u het aantal minuten dat Configuration Manager wacht voordat deze reageert op de eerste multicast-implementatieaanvraag.

Type: Int32
Parameter Sets: (All)
Aliases: SessionStartDelayMinutes

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

-SiteCode

Geef de code van drie tekens op voor de Configuration Manager site die als host voor deze sitesysteemrol wordt gebruikt.

Type: String
Parameter Sets: SetByName
Aliases:

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

-SiteSystemServerName

Geef de FQDN op van de server die als host voor deze sitesysteemrol wordt gebruikt.

Type: String
Parameter Sets: SetByName
Aliases: Name, ServerName

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

-SourceDPRank

Geef een matrix op die de prioriteiten bevat voor de distributiepuntbronnen van waaruit dit distributiepunt inhoud kan pullen. Wanneer brondistributiepunten dezelfde prioriteit hebben, selecteert het pull-distributiepunt willekeurig een bron. Gebruik deze parameter met de parameters EnablePullDP en SourceDistributionPoint.

Type: Int32[]
Parameter Sets: (All)
Aliases: SourceDPRanks

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

-SourceDistributionPoint

Wanneer u de parameter EnablePullDP gebruikt, gebruikt u deze parameter om een matrix van distributiepuntbronnen op te geven. Dit distributiepunt haalt inhoud op uit de opgegeven bronnen. Gebruik de parameter SourceDPRank om prioriteit te geven aan deze bronnen.

Type: String[]
Parameter Sets: (All)
Aliases: SourceDistributionPoints

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

-StartIPAddress

Hiermee geeft u het begin-IP-adres op in een bereik van multicast-adressen Configuration Manager gebruikt om gegevens naar clients te verzenden.

Type: String
Parameter Sets: (All)
Aliases:

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

-StartUdpPort

Hiermee geeft u de begin-UDP-poort in een bereik van multicast UDP-poorten die Configuration Manager gebruikt voor het verzenden van gegevens naar clients.

Type: Int32
Parameter Sets: (All)
Aliases:

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

-UseAnyRangeIP

Geeft aan dat multicast IP-adressen binnen elk bereik gebruikt.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-UseComputerAccount

Geeft aan dat het distributiepunt het computeraccount gebruikt als het multicast-verbindingsaccount wanneer het verbinding maakt met de primaire sitedatabase.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-UserDeviceAffinity

Hiermee geeft u op hoe u wilt dat het distributiepunt gebruikers aan hun apparaten koppelt voor PXE-implementaties.

Type: UserDeviceAffinityType
Parameter Sets: (All)
Aliases:
Accepted values: DoNotUse, AllowWithManualApproval, AllowWithAutomaticApproval

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

-GebruikersNaam

Geef de naam op van de gebruiker die het distributiepunt gebruikt om verbinding te maken met de primaire sitedatabase. Gebruik de indeling domain\username.

Type: String
Parameter Sets: (All)
Aliases:

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

IResultObject#SMS_SCI_SysResUse

Zie WMI-klasse SMS_SCI_SysResUse-server (/mem/configmgr/develop/reference/core/servers/configure/sms_sci_sysresuse-server-wmi-class) voor meer informatie over dit retourobject en de eigenschappen ervan.

OPMERKINGEN

Add-CMDistributionPoint

Get-CMDistributionPoint

Get-CMSiteSystemServer

New-CMSchedule

Remove-CMDistributionPoint

Update-CMDistributionPoint

Distributiepunten installeren en configureren in Configuration Manager