Get method of the PS_DhcpServerv6OptionDefinition class
Get the option definition for the option identified by the option id. If no option id is specified, all option definitions will be returned.
Syntax
uint32 Get(
[in] string ComputerName,
[in] uint32 OptionId[],
[in] string VendorClass,
[in] boolean All,
[out] DhcpServerv6OptionDefinition cmdletOutput[]
);
Parameters
-
ComputerName [in]
-
DNS name or IP address of the target computer running the DHCP server service.
-
OptionId [in]
-
The numeric identifier of the option.
-
VendorClass [in]
-
If specified, returns the option Definitions only for the specified vendor class.
-
All [in]
-
If specified, returns all the option definitions including the vendor class specific option definitions.
-
cmdletOutput [out]
-
An embedded instance of the DhcpServerv6OptionDefinition class.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|