PS_DhcpServerv6Scope, ROOT\Microsoft\Windows\DHCP

Class | Methods (4) | Properties | Qualifiers (5) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

add a scope

PS_DhcpServerv6Scope methods

PS_DhcpServerv6Scope has 4 methods (4 Local)

NameOriginReturn
AddPS_DhcpServerv6Scopeuint32 {'out':True}
GetPS_DhcpServerv6Scopeuint32 {'out':True}
RemovePS_DhcpServerv6Scopeuint32 {'out':True}
SetPS_DhcpServerv6Scopeuint32 {'out':True}

Detailed description of PS_DhcpServerv6Scope methods

Local methods (4) of PS_DhcpServerv6Scope class

Add method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ValidLifeTimedatetime0-{'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}
ComputerNamestring1-{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Prefixstring2-{'Description':'The IPv6 prefix of the scope being added','In':True}
Namestring3-{'Description':'Name associated with the scope','In':True}
Descriptionstring4-{'Description':'Description associated with scope','In':True}
Statestring5-{'Description':'The state of the scope. Possible values are Enabled/Disabled','In':True,'ValueMap':['Active', 'InActive'],'Values':['Active', 'InActive']}
Preferenceuint166-{'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}
PreferredLifetimedatetime7-{'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}
T1datetime8-{'Description':'Lease renewal time; Default value is 4 days T1 value should be lesser than T2 and the preferredlifetime ','In':True}
T2datetime9-{'Description':'Lease rebind time; Default value is 6.4 days T2 value should be greater than T1 and lesser than preferredlifetime','In':True}
PassThruboolean10-{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
cmdletOutputobject:DhcpServerv6Scope11-{'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.'
implementedTrue
staticTrue
Add method is in 21 classes of ROOT\Microsoft\Windows\DHCP and in 17 namespaces
Get method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Prefixstring1-{'Description':'The IPv6 prefixes for which the scope information is being requested.','In':True}
cmdletOutputobject:DhcpServerv6Scope2-{'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'
implementedTrue
staticTrue
Get method is in 38 classes of ROOT\Microsoft\Windows\DHCP and in 19 namespaces
Remove method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Prefixstring0-{'Description':'IPv6 subnet prefix(es) of the scopes which are to be deleted.','In':True}
Forceboolean1-{'Description':'If specified, the scope will be deleted even if there are active leases in the scope','In':True}
Passthruboolean2-{'Description':'If this parameter is specified, the cmdlet return the PowerShell objects which are deleted.','In':True}
ComputerNamestring3-{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
cmdletOutputobject:DhcpServerv6Scope4-{'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'
implementedTrue
staticTrue
Remove method is in 21 classes of ROOT\Microsoft\Windows\DHCP and in 18 namespaces
Set method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Prefixstring0-{'Description':'IPv6 subnet prefix of the scope whose properties are to be modified','In':True}
Namestring1-{'Description':'New name to be set for the scope','In':True}
Descriptionstring2-{'Description':'Description string set on the scope','In':True}
Statestring3-{'Description':'State of the scope (Active or Inactive)','In':True,'ValueMap':['Active', 'InActive'],'Values':['Active', 'InActive']}
Preferenceuint164-{'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}
PreferredLifeTimedatetime5-{'Description':'The preferred life time of the IPv6 addresses leased from the scope','In':True}
ValidLifeTimedatetime6-{'Description':'The valid life time of the IPv6 addresses leased from the scope','In':True}
T1datetime7-{'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}
T2datetime8-{'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}
ComputerNamestring9-{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
PassThruboolean10-{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is modified.','In':True}
cmdletOutputobject:DhcpServerv6Scope11-{'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'
implementedTrue
staticTrue
Set method is in 20 classes of ROOT\Microsoft\Windows\DHCP and in 20 namespaces

PS_DhcpServerv6Scope Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
ClassVersion'1.0.0'
Description'add a scope'
dynamicTrue
locale'MS_409'
provider'DhcpServerPSProvider'

PS_DhcpServerv6Scope System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Microsoft\Windows\DHCP:PS_DhcpServerv6Scope'___SYSTEM8
__NAMESPACE'ROOT\Microsoft\Windows\DHCP'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION[]___SYSTEM8
__PROPERTY_COUNT0___SYSTEM3
__RELPATH'PS_DhcpServerv6Scope'___SYSTEM8
__DYNASTY'PS_DhcpServerv6Scope'___SYSTEM8
__SUPERCLASSnull___SYSTEM8
__CLASS'PS_DhcpServerv6Scope'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to PS_DhcpServerv6Scope

Number of classes:3
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
DhcpServerv6Scope0100----
DhcpServerv6ScopeStatistics060----
PS_DhcpServerv6ScopeStatistics001----
comments powered by Disqus
WUtils.com