Windows 2000 Shares
Shares are directories that are shared over the network. All subdirectories and files in the shared folder are shared with users who have the correct permissions. Users that can share directories are:
- On Windows 2000 domain controllers:
- Local Administrators
- Local server operators
- Global Domain Admins group since they are automatically a member of the Administrators local group on all computers in the domain.
- On Windows 2000 computers that are not domain controllers:
- Local Administrators
- Local power users
- Global Domain Admins group since they are automatically a member of the Administrators local group on all computers in the domain.
Computer Management can be used to share directories on local and remote computers. Windows Explorer can be used to share folders on local computers. Share name length supported by operating systems:
- MS-DOS - 8 characters plus 3 leter extension.
- Windows 95 and Windows 98 - 12 characters
- Windows NT and Windows 2000 - 80 characters
Directory Property dialog box tabs:
- General
- Web Sharing
- Sharing - Share name, user limit, permissions, and caching (manual or automatic caching for documents and automatic caching for programs for offline access).
- Security
|
|
Share permissions:
- Read - Users can see contents of files and directories.
- Change - Users can create, change and delete files and directories.
- Full Control - Allows Change benefits and ability to change permissions and take ownership of directories and files.
These permissions are set as allowed or denied to users or groups. If permission is denied for a particular permission to a particular user or group, then that user or group is denied that permission, even if another group they are in has permission for that permission.
Share Modofications:
- Changing share names - Remove the share, then re-create the share.
- Assign multiple names to a share - Create a new share for the same directory as a previous share, and set up share permissions.
UNC or FQDN may be used to access shared resources.
Universal Naming convention (UNC)
A UNC includes:
- Server name
- Shared resource name
Syntax:
\\Server\Share
Fully Qualified Domain Names (FQDN)
A FQDN includes:
- Server name
- Domain name
- Root domain name
Syntax:
Server.domain.root_domain
Example:
Myserver.myorganization.org
An example share access using FQDN:
\\Myserver.myorganization.org\Myshare
Administrative shares
Administrators may view administrative shares from the Control panel server applet by selecting the "Shares" button. The Server Manager may be used on NT server. Adding a $ to the end of a share will make them hidden and you must know the share name thereafter to use the share. The registry may be modified to prevent the creation of hidden shares in "/HKEY_LOCAL_MACHINE/CurrentControlSet/Services/lanmanserver". Set or create the double word value "AutoShareServer" or "AutoShareWks" on Windows 2000 server or professional respectively. Set the value to 0.
- Admin$ - This is where the system files were installed, usually C:\WINNT40. Users that can use these shares remotely are administrators, backup operators, and server operators.
- drive$ - Every partition's root directory followed by a $. Users that can use these shares remotely are administrators, backup operators, and server operators.
- IPC$ - Named pipes to be used to communicate between systems and programs. It is used to access resources on other computers.
- NETLOGON/SYSVOL - The Netlogon share is used on Windows NT domain controllers to authenticate users. In Windows 2000, the SYSVOL share carries out these functions. The SYSVOL share includes group policy information which is replicated to all local domain controllers.
- Print$ - Provides shared printer support.
- REPL$ - Used on an NT server for directory replication.
Accessing a shared folder
The following ways may be used to access shared folders.
- Network Neighborhood
- The find command
- Drive mapping with Windows Explorer
- Drive mapping with My Computer
|