Set-DhcpServerv4MulticastScope

Set-DhcpServerv4MulticastScope

Modifies the properties of a multicast scope.

語法

Parameter Set: Set3
Set-DhcpServerv4MulticastScope [-Name] <String> [-AsJob] [-CimSession <CimSession[]> ] [-ComputerName <String> ] [-Description <String> ] [-EndRange <IPAddress> ] [-ExpiryTime <DateTime> ] [-LeaseDuration <TimeSpan> ] [-NewName <String> ] [-PassThru] [-StartRange <IPAddress> ] [-State <String> ] [-ThrottleLimit <Int32> ] [-Ttl <UInt32> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細描述

The Set-DhcpServerv4MulticastScope cmdlet modifies the properties of a multicast scope on the Dynamic Host Configuration Protocol (DHCP) server.

參數

-AsJob

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-CimSession<CimSession[]>

在遠端工作階段或遠端電腦上執行 Cmdlet。輸入電腦名稱或工作階段物件,例如 New-CimSessionGet-CimSession Cmdlet 的輸出。預設為本機電腦上的目前工作階段。

別名

Session

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-ComputerName<String>

Specifies the DNS name or IP address of the target computer that runs the DHCP Server service.

別名

Cn

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-Description<String>

Specifies a description for the scope. The default value is null.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-EndRange<IPAddress>

Specifies the end address of the range for the scope.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-ExpiryTime<DateTime>

Specifies the expiry time of the multicast scope. The default value is infinite.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-LeaseDuration<TimeSpan>

Specifies the duration of the IP address lease. The default value 30 days.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-Name<String>

Specifies the name of a multicast scope.

別名

必要?

true

位置?

2

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-NewName<String>

Specifies a new name for the multicast scope.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-PassThru

將表示您正在使用的項目的物件傳回。根據預設,此 Cmdlet 不會產生任何輸出。

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-StartRange<IPAddress>

Specifies the start address of the range of IP addresses for the scope.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-State<String>

Specifies the state of the scope. Only an active scope responds to client requests. An inactive scope exists on the server but is dormant and not functional. It does not respond. 此參數接受的值包括:

-- Active
-- Inactive

The default value is Active.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-ThrottleLimit<Int32>

指定為執行此 Cmdlet 可建立的最大同時作業數。如果省略這個參數或輸入 0 的值,則 Windows PowerShell® 會根據在電腦上執行的 CIM Cmdlet 數目,計算 Cmdlet 的最佳節流限制。節流限制僅適用於目前 Cmdlet,不適用於工作階段或電腦。

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-Ttl<UInt32>

Specifies the number of routers through which multicast traffic can pass. The default value is 32.

別名

必要?

false

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-Confirm

執行 Cmdlet 之前先提示您確認。

必要?

false

位置?

named

預設值

false

接受管線輸入?

false

接受萬用字元?

false

-WhatIf

顯示執行 Cmdlet 後會發生的情況。未執行 Cmdlet。

必要?

false

位置?

named

預設值

false

接受管線輸入?

false

接受萬用字元?

false

<CommonParameters>

此 Cmdlet 支援一般參數:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 與 -OutVariable。如需詳細資訊,請參閱 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

輸入

輸入類型是您可以使用管線處理方式傳遞給 Cmdlet 的物件類型。

輸出

輸出類型是 Cmdlet 所發出的物件類型。

範例

Example 1: Modify the properties of a multicast scope

This command activates the multicast scope named Multicast_VideoConference and renames it Multicast_VideoConferenceBuilding1. The command sets the lease duration to 40 days and sets the expiry time of the multicast scope.

PS C:\> Set-DhcpServerv4MulticastScope Name "Multicast_VideoConference" -ComputerName "DhcpServer01.Contoso.com" -ExpiryTime "1/1/2014 0:01 AM" -LeaseDuration 40 -NewName "Multicast_VideoConferenceBuilding1" -State Active 

相關主題

Get-DhcpServerv4MulticastScope

Add-DhcpServerv4MulticastScope

Get-DhcpServerv4MulticastScopeStatistics