PS_DhcpServerv4MulticastScope, ROOT\Microsoft\Windows\DHCP

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

Description

PS_DhcpServerv4MulticastScope

PS_DhcpServerv4MulticastScope methods

PS_DhcpServerv4MulticastScope has 4 methods (4 Local)

NameOriginReturn
AddPS_DhcpServerv4MulticastScopeuint32 {'out':True}
GetPS_DhcpServerv4MulticastScopeuint32 {'out':True}
RemovePS_DhcpServerv4MulticastScopeuint32 {'out':True}
SetPS_DhcpServerv4MulticastScopeuint32 {'out':True}

Detailed description of PS_DhcpServerv4MulticastScope methods

Local methods (4) of PS_DhcpServerv4MulticastScope class

Add method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Namestring1-{'Description':'Name of multicast scope.','In':True}
StartRangestring2-{'Description':'Starting address of the range for the Scope.','In':True}
EndRangestring3-{'Description':'Ending address of the range for the Scope','In':True}
Descriptionstring4-{'Description':'Description of the Scope. Default value is Null','In':True}
Statestring5-{'Description':'Scope state; valid values are {Active, Inactive}. Default value is Active','In':True,'ValueMap':['Active', 'Inactive'],'Values':['Active', 'Inactive']}
LeaseDurationdatetime6-{'Description':'Lease duration in TimeSpan; Default value is 30 days','In':True}
PassThruboolean7-{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
Ttluint328-{'Description':'Number of routers through which multicast traffic passes through. Default value is 32','In':True}
ExpiryTimedatetime9-{'Description':'Expiry time for the multicast scope; default value is infinite','In':True}
cmdletOutputobject:DhcpServerv4MulticastScope10-{'Description':'Type Name Description DhcpServerv4MulticastScope { string Name Scope name string Description Scope description IPAddress StartRange Start of scope IP range IPAddress EndRange End of scope IP range DateTime LeaseDuration Lease duration configured on this scope string State Scope state; valid values are (Active, Inactive) DateTime ExpiryTime Time to live ? after expiry of this period, the scope will be deleted by the DHCP server Integer Ttl Number of routers through which multicast traffic passes through } ','EmbeddedInstance':'DhcpServerv4MulticastScope','Out':True}
Description'Adds a Multicast Scope on the DHCP Server. '
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}
Namestring1-{'Description':'One or more names of multicast scopes','In':True}
cmdletOutputobject:DhcpServerv4MulticastScope2-{'Description':'Type Name Description DhcpServerv4MulticastScope { string Name Scope name string Description Scope description IPAddress StartRange Start of scope IP range IPAddress EndRange End of scope IP range DateTime LeaseDuration Lease duration configured on this scope string State Scope state; valid values are (Active, Inactive) DateTime TTL Time to live ? after expiry of this period, the scope will be deleted by the DHCP server } ','EmbeddedInstance':'DhcpServerv4MulticastScope','Out':True,'Stream':True}
Description'Returns one or more multicast scope objects corresponding to the specified scope names. If Name is not specified, the cmdlet gets all multicast scopes present on the DHCP 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
ComputerNamestring0-{'Description':'DNS name or IP address of the target computer running the DHCP server service.','In':True}
Namestring1-{'Description':'Name(s) of multicast scope(s)','In':True}
Forceboolean2-{'Description':'If specified, deletes the scope even if there are active leases in the scope','In':True}
PassThruboolean3-{'In':True}
cmdletOutputobject:DhcpServerv4MulticastScope4-{'Description':' Type Name Description DhcpServerv4MulticastScope { string Name Scope name string Description Scope description IPAddress StartRange Start of scope IP range IPAddress EndRange End of scope IP range DateTime LeaseDuration Lease duration configured on this scope string State Scope state; valid values are (Active, Inactive) DateTime ExpiryTime Time to live ? after expiry of this period, the scope will be deleted by the DHCP server Integer Ttl Number of routers through which multicast traffic passes through } ','EmbeddedInstance':'DhcpServerv4MulticastScope','Out':True}
Description'Remove the specified multicast scope(s) from the DHCP Server. '
implementedTrue
staticTrue
Remove method is in 21 classes of ROOT\Microsoft\Windows\DHCP and in 18 namespaces
Set method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ComputerNamestring0-{'In':True}
Descriptionstring1-{'Description':'Description of the Scope. Default value is Null','In':True}
EndRangestring2-{'Description':'Ending address of the range for the Scope','In':True}
LeaseDurationdatetime3-{'Description':'Lease duration in TimeSpan; Default value is 30 days','In':True}
Namestring4-{'Description':'Name of multicast scope.','In':True}
PassThruboolean5-{'Description':'If this parameter is specified, the cmdlet returns the PowerShell object which is added.','In':True}
StartRangestring6-{'Description':'Starting address of the range for the Scope.','In':True}
Statestring7-{'Description':'Scope state; valid values are {Active, Inactive}. Default value is Active','In':True,'ValueMap':['Active', 'Inactive'],'Values':['Active', 'Inactive']}
Ttluint328-{'Description':'Number of routers through which multicast traffic passes. Default value is 32 ','In':True}
NewNamestring9-{'Description':'New name to be assigned to the multicast scope','In':True}
ExpiryTimedatetime10-{'Description':'Expiry time of the scope; default value is infinite','In':True}
cmdletOutputobject:DhcpServerv4MulticastScope11-{'Description':'Type Name Description DhcpServerv4MulticastScope { string Name Scope name string Description Scope description IPAddress StartRange Start of scope IP range IPAddress EndRange End of scope IP range DateTime LeaseDuration Lease duration configured on this scope string State Scope state; valid values are (Active, Inactive) DateTime ExpiryTime Time to live ? after expiry of this period, the scope will be deleted by the DHCP server Integer Ttl Number of routers through which multicast traffic passes through } ','EmbeddedInstance':'DhcpServerv4MulticastScope','Out':True}
Description'Modifies the specified properties of a Multicast Scope on the DHCP Server. '
implementedTrue
staticTrue
Set method is in 20 classes of ROOT\Microsoft\Windows\DHCP and in 20 namespaces

PS_DhcpServerv4MulticastScope Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
ClassVersion'1.0.0'
Description'PS_DhcpServerv4MulticastScope'
dynamicTrue
locale'MS_409'
provider'DhcpServerPSProvider'

PS_DhcpServerv4MulticastScope System properties

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

Similar Classes to PS_DhcpServerv4MulticastScope

Number of classes:16
comments powered by Disqus
WUtils.com