{'Description':'The valid life time of the IPv6 address leased by the DHCP server. The default value for the validlifetime is 12 days.
The validliftime should be same or greater than preferredlifetime.','In':True}
ComputerName
string
1
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Prefix
string
2
✓
-
{'Description':'The IPv6 prefix of the scope being added','In':True}
Name
string
3
✓
-
{'Description':'Name associated with the scope','In':True}
Description
string
4
✓
-
{'Description':'Description associated with scope','In':True}
State
string
5
✓
-
{'Description':'The state of the scope. Possible values are Enabled/Disabled','In':True,'ValueMap':['Active', 'InActive'],'Values':['Active', 'InActive']}
Preference
uint16
6
✓
-
{'Description':'The value for the preference field to be used by the DHCP server while responding to clients in this subnet. The range of values is 0-255.
Default value is 0.','In':True}
PreferredLifetime
datetime
7
✓
-
{'Description':'The preferred life time of the IPv6 address leased by the DHCP server. The default value for the preferredlifetime is 8 days.
The preferredliftime should be same or lesser than validlifetime.','In':True}
T1
datetime
8
✓
-
{'Description':'Lease renewal time; Default value is 4 days
T1 value should be lesser than T2 and the preferredlifetime
','In':True}
T2
datetime
9
✓
-
{'Description':'Lease rebind time; Default value is 6.4 days
T2 value should be greater than T1 and lesser than preferredlifetime','In':True}
PassThru
boolean
10
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
{'Description':' Type Name Description
DhcpServerv6Scope
{
IPAddress Prefix IPv6 prefix of the scope
string Name Scope name
string Description Scope description
ushort Preference Scope preference
DateTime PreferredLifetime Preferred lifetime of the scope
uint PrefixLength Prefix length of the scope
string State Scope state; valid values are (Active, Inactive)
DateTime T1 Lease renewal time
DateTime T2 Lease rebind time
DateTime ValidLifetime Valid lifetime of the scope
}
','EmbeddedInstance':'DhcpServerv6Scope','Out':True}
Description
'Adds an IPv6 scope to the DHCP server with the specified parameters.'
{'Description':' Type Name Description
DhcpServerv6Scope
{
IPAddress Prefix IPv6 prefix of the scope
string Name Scope name
string Description Scope description
ushort Preference Scope preference
DateTime PreferredLifetime Preferred lifetime of the scope
uint PrefixLength Prefix length of the scope
string State Scope state; valid values are (Active, Inactive)
DateTime T1 Lease renewal time
DateTime T2 Lease rebind time
DateTime ValidLifetime Valid lifetime of the scope
}','EmbeddedInstance':'DhcpServerv6Scope','Out':True,'Stream':True}
Description
'Get the scope information for the specified IPv6 prefixes on the server'
{'Description':' Type Name Description
DhcpServerv6Scope
{
IPAddress Prefix IPv6 prefix of the scope
string Name Scope name
string Description Scope description
ushort Preference Scope preference
DateTime PreferredLifetime Preferred lifetime of the scope
uint PrefixLength Prefix length of the scope
string State Scope state; valid values are (Active, Inactive)
DateTime T1 Lease renewal time
DateTime T2 Lease rebind time
DateTime ValidLifetime Valid lifetime of the scope
}','EmbeddedInstance':'DhcpServerv6Scope','Out':True}
Description
'Deletes the IPv6 Scopes from the DHCP Server corresponding to the specified prefixes'
{'Description':'IPv6 subnet prefix of the scope whose properties are to be modified','In':True}
Name
string
1
✓
-
{'Description':'New name to be set for the scope','In':True}
Description
string
2
✓
-
{'Description':'Description string set on the scope','In':True}
State
string
3
✓
-
{'Description':'State of the scope (Active or Inactive)','In':True,'ValueMap':['Active', 'InActive'],'Values':['Active', 'InActive']}
Preference
uint16
4
✓
-
{'Description':'Preference value of the server. The server with the lowest preference value is selected by the DHCP client in case the client gets responses from more than one DHCP server','In':True}
PreferredLifeTime
datetime
5
✓
-
{'Description':'The preferred life time of the IPv6 addresses leased from the scope','In':True}
ValidLifeTime
datetime
6
✓
-
{'Description':'The valid life time of the IPv6 addresses leased from the scope','In':True}
T1
datetime
7
✓
-
{'Description':'T1 time for the IPv6 addresses lease by the scope. The client is expected to use a unicast message to renew the lease at time T1 from the same DHCP server from which it had initially obtained the lease.','In':True}
T2
datetime
8
✓
-
{'Description':'T2 time for the IPv6 addresses lease by the scope. The client is expected to use a multi cast message to renew the lease at time T2 from any DHCP server.','In':True}
ComputerName
string
9
✓
-
{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
PassThru
boolean
10
✓
-
{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is modified.','In':True}
{'Description':' Type Name Description
DhcpServerv6Scope
{
IPAddress Prefix IPv6 prefix of the scope
string Name Scope name
string Description Scope description
ushort Preference Scope preference
DateTime PreferredLifetime Preferred lifetime of the scope
uint PrefixLength Prefix length of the scope
string State Scope state; valid values are (Active, Inactive)
DateTime T1 Lease renewal time
DateTime T2 Lease rebind time
DateTime ValidLifetime Valid lifetime of the scope
}','EmbeddedInstance':'DhcpServerv6Scope','Out':True}
Description
'Modifies the properties of a IPv6 scope on the server'