Posted On March 31, 2019

Windows computer naming Convention

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows computer naming Convention
It is highly recommended that a computer name be as follows:
    Descriptive of its function
    Unique from other objects in the same namespace or domain
    Short and easy to remember
    Intranet name be a sub-domain of the company’s publicly registered domain name (i.e. intranet.kimconnect.com)
Maximum characters: 15 (intranet), 63 (total FQDN length)
Disallowed characters:
    backslash (\)
    slash mark (/)
    colon (:)
    asterisk (*)
    question mark (?)
    quotation mark (“)
    less than sign (<)
    greater than sign (>)
    vertical bar (|)
    comma (,)
    tilde (~)
    colon (:)
    exclamation point (!)
    at sign (@)
    number sign (#)
    dollar sign ($)
    percent (%)
    caret (^)
    ampersand (&)
    apostrophe (‘)
    period (.)
    parentheses (())
    braces ({})
    underscore (_)
    white space (blank)
Other requirements:
   The first character must be alphabetical or numeric.
   The last character must not be a minus sign or a period.
Reserved names per RFC 952
    -GATEWAY
    -GW
    -TAC

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Projects for Mystery Client in 2005

Mystery Client Technology Overview Last year Mystery Client upgraded to Microsoft Exchange 2003. This had…

Find Empty Directories

$directories="\\FILESERVER01\SHARE01" # Dynamic Credential method 1 $who = whoami if ($who.substring($who.length-2, 2) -eq "-admin"){$username=$who;} else…

Fix: Error”The security log on this system is full”

This may be followed by "The terminal server has exceeded the maximum number of allowed…