By Jonathan Hassell
Price: $54.99 USD
£34.50 GBP
Cover | Table of Contents | Colophon
Server Core is designed for use in organizations that either have many servers, some of which need only to perform dedicated tasks but with outstanding stability, or in environments where high security requirements require a minimal attack surface on the server.
Requirements | Minimum | Recommended |
|---|---|---|
Processor | 1 GHz (x86 processor) or 1.4 GHz (x64 processor) | 2 GHz or faster |
Memory | 512 MB RAM | 2 GB RAM or greater |
Available Disk Space | 10 GB | 40 GB or greater |
Drive | DVD-ROM drive | |
Display | Super VGA (800 × 600) or higher resolution monitor | |
Other | Keyboard and Microsoft Mouse or compatible pointing device |
Type | Description |
|---|---|
Read (R) | Allows user or group to read the file. |
Write (W) | Allows user or group to write to the contents of a file or folder and to create new files and folders. It is possible to have write permissions without read permissions. |
Read and Execute (RX) | Allows user or group to read attributes of a file or folder, view its contents, and read files within a folder. Files inside folders with RX rights inherit the rights onto themselves. |
net use command enables you to map any drive to any server on your network, and in some cases, outside networks, too. The syntax is:
net use drive \\server\share
net use H: \\mercury\users\lmjohnson
net use * \\mercury\users\lmjohnson
net use H:
\\foreignmachine\sharename
/user:foreigndomain\username
/d switch:net use \\mercury\users\lmjohnson /d
net use * /d
net use H:
\\152.1.171.133\c$
net use H:
\\152.1.171.133\c$
/user:hasselltech\hassell
net use H:
\\152.1.171.133\c$
/persistent:no
fsutil quota modify [VolumeOrDrive] [warninglevel] [hardquota] [username]