To create and add a class to the DHCP server. Syntax: add class[IsVendor(1|0)] [IsBinary(B|b)] [EnterpriseNo] Parameters: ClassName - Name of the class to be created. ClassComment - Comment to be associated with the class. Data - Data in ASCII or binary format depending on IsBinary parameter. By default, the format of the data is assumed to be ASCII. IsVendor - 0-Creates the class as a user class (default) - 1-Creates the class as a vendor class IsBinary - 'B' or 'b' if the data is in binary format. By default, the format of the data is assumed to be ASCII. EnterpriseNo - Specifies the enterprise number of the vendor corresponding to the vendor class. This argument must be supplied when adding a vendor class and will be ignored when adding a user class. Notes: For parameters, indicate a required parameter and [braces] an optional parameter. The IsBinary parameter can be provided without providing the IsVendor parameter. See example below. Examples: add class MyClass TestClass testdataforMyClass 1 213 add class MyUserClass TestClass1 4345335532 b The first command creates a vendor class under the server called MyClass, with comment TestClass, class data of testdataforMyClass in ASCII format and enterprise number of 213. The second command creates a user class under the server called MyUserClass with binary data of 4345335532 (ASCII-CE3U2). This is equivalent to the following alternate command syntax: add class MyClass1 TestClass1 4345335532 0 b
To create a scanning template, you must log in using a local workstation account. You may not use the Administrator or Guest ...
To create a valid name server (NS) resource record, you must enter the fully qualified domain name (FQDN) for a name server, ...
To create a Windows Server Migration Tools deployment folder that can be copied to computers that are running either Windows ...
To create and add "DHCP Users" and "DHCP Administrators" security groups on the server. Syntax: add securitygroups server ...
To create and add a class to the DHCP server. Syntax: add class IsVendor(1|0) IsBinary(B|b) EnterpriseNo Parameters: ClassName ...
To create and add a class to the DHCP server. Syntax: add class IsVendor(1|0) IsBinary(B|b) Parameters: ClassName - Name ...
To create and add a new scope to the DHCP server. Syntax: add scope ScopeComment Parameters: ScopeAddress - The IP network ...
To create and add a new scope to the DHCP server. Syntax: add scope ScopeComment Preference Parameters: ScopeAddress - The ...
To create and add a range of IP addresses for distribution to the scope. Syntax: add iprange ClientType MaxBootP Parameters: ...