<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Certification Blog &#187; NTFS</title>
	<atom:link href="http://www.microsoftkit.com/tag/ntfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microsoftkit.com</link>
	<description>MCTS,MCSE,MCITP,MCM,MCA</description>
	<lastBuildDate>Mon, 15 Mar 2010 03:27:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>70-290 study notes: Shared Folder and NTFS Permissions</title>
		<link>http://www.microsoftkit.com/70-290-study-notes-shared-folder-ntfs-permissions/</link>
		<comments>http://www.microsoftkit.com/70-290-study-notes-shared-folder-ntfs-permissions/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 03:21:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free resources]]></category>
		<category><![CDATA[70-290]]></category>
		<category><![CDATA[70-290 braindumps]]></category>
		<category><![CDATA[70-290 free ebooks]]></category>
		<category><![CDATA[70-290 materials]]></category>
		<category><![CDATA[MCSA]]></category>
		<category><![CDATA[MCSE]]></category>
		<category><![CDATA[MCSE 2003]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[NTFS Permissions]]></category>

		<guid isPermaLink="false">http://www.microsoftkit.com/?p=1014</guid>
		<description><![CDATA[Long time ago ,we post mcsa 70-290 notes on managing groups .Today ,My friends experiencing this MCSE  Server 2003 exam have organized his notes on shared Folder and NTFS permissions  to help the candidates to MCSA/MCSE have a better understand of the syllabus or exam notes .Although there are full of 70-290 braindumps [...]]]></description>
			<content:encoded><![CDATA[<p>Long time ago ,we post <a href="http://www.microsoftkit.com/70-290-free-technotes-managing-groups/">mcsa 70-290 notes on managing groups </a>.Today ,My friends experiencing this MCSE  Server 2003 exam have organized his notes on shared Folder and NTFS permissions  to help the candidates to MCSA/MCSE have a better understand of the syllabus or exam notes .Although there are full of 70-290 braindumps or free eBooks or pdf or other study guide, the experience or notes can be more useful for our <a href="http://www.microsoftkit.com/?s=70-290">70-290 preparation</a>. Of course, if you have better materials or advice to share with the MCSE candidates, please let me know.<br />
SO ,get down to business .Let’s see the TechNet’s.<br />
Shared folders and file system (NTFS) permissions have appeared on Microsoft exams since the first MCP certifications. Even though some major changes and additions have been made, overall the basics remained the same. What also remained the same is that it can still be a very confusing topic. Although this TechNotes is fairly complete for the 70-290 exam, make sure you practice these topics on a real Windows 2003 server. <span id="more-1014"></span><br />
There are two main types of access permissions in Windows 2003: NTFS file and folder permissions, and shared folder permissions. First we will go over the theory and practical aspect of both and then we’ll see how they work combined.<br />
NTFS Permissions<br />
Before NTFS became the default file system on all Windows operating systems, one of the main considerations to use NTFS, instead of FAT or FAT32, was the possibility to assign permissions for individual files and folders. Each file and folder on an NTFS volume contains an Access Control List (ACL). This list contains entries for groups and individual user accounts mapped to their corresponding permissions. When a user tries to access a resource, Windows checks the ACL if the user is listed and what level of permission is assigned. It doesn’t matter whether the user tries to access the resources on the hard drive or on a remote server.<br />
First let’s go over the main NTFS permissions that can be assigned for files and folders:<br />
READ<br />
Read permission allows a user to read the files, list the contents of folders, subfolders and volumes, and read the attributes, permissions and ownership. A user with only Read permission will not able to change the contents of the file or folder.<br />
WRITE<br />
Write permission allows the same as Read, but additionally allows the user to modify and create files and subfolders as well as change attributes.<br />
READ AND EXECUTE<br />
Read and Execute permission allows the same as Read, but additionally allows users to run applications.<br />
MODIFY<br />
Modify permission allows the same as Read, Write and Read and Execute combined, but additionally allows deleting.<br />
FULL CONTROL<br />
Full Control allows everything permitted by the other permissions, but additionally a user with Full Control can change permissions for other users and take ownership of files and folders.<br />
LIST CONTENTS<br />
List Contents permission applies to folders only. It allows user to read files and list the contents of folders and volumes. Users with this permissions can see the files and folders, but cannot read or modify them nor can the create new files and folders. </p>
<p>By default, Windows 2003 assigns Full Control permissions to the Administrators group and the System group to any NTFS volume, which are also inherited by the folders and files in it. The Users group is assigned Read &#038; Execute, List Folder Contents, and Read permissions. Users or groups who need to write and or modify files and folders will need additional permissions.<br />
The above list describes what the NTFS permissions ‘allow’, but you can also explicitly deny the permissions to users. Denying permissions is usually only done to make an exception. For example, you could allow Modify permission for the Sales group and deny the same permission for certain user account in the Sales group for whom you want to make an exception.<br />
Allow permissions are cumulative, which basically means the least restrictive permission becomes the effective permission. For example, John is a member of the Sales group and the Management group. Sales has been allowed Modify permissions for the folder SalesReports. Management has been allowed Read permissions for the same folder. Since John is a member of both groups, his effective permission in this case is Modify. The following table lists some more examples. Note that the listed permissions in these examples are ‘allowed’.<br />
User Permissions 	        Sales Group 	      Management Group 	Effective NTFS Permissions<br />
John 	Full Control	   Read	          Modify	                 Full Control<br />
Lisa 	Read	                Write	          Read	                 Write<br />
Bob 	Write	               Modify	          Read &#038; Execute           Modify<br />
Alice	Read	                Read	          Full Control	               Full Control</p>
<p>Configuring NTFS Permissions<br />
There are several different ways to assign NTFS permissions but the most common way is to use Windows Explorer or My Computer, right-click a file, folder, or volume, click Properties and then the click on the Security tab. Under Group or user names on the Security tab, select or add a group or user. Then at the bottom allow or deny one of the available permissions.<br />
<a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/马甲1212_副本.jpg"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/马甲1212_副本.jpg" alt="" title="" width="362" height="511" class="alignleft size-full wp-image-1027" /></a><br />
By default, when you add a user or group to the list in the dialog show above, this user or group will have Read &#038; Execute, List Folder Contents, and Read permissions.<br />
File permissions override folder permissions. For example, if user David has been allowed Read permissions for the folder and Modify permission for a file work.doc, his effective permissions for the work.doc file is Modify. The exception to this rule is the permission Full Control on folders. Groups or users that have Full Control for a folder can delete files and subfolders in it regardless of the permissions set on those files and subfolders.<br />
In addition to the permissions listed in the tables above, you can also assign special permissions by clicking the Advanced button on the Security tab to open the Advanced Security Settings dialog with the Permissions tab opened as displayed in the following screenshot. Here you can add, remove, and edit the permissions for users on a more granular level.<br />
<a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/2.bmp"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/2.bmp" alt="" title="2" class="alignleft size-full wp-image-1016" /></a></p>
<p>Permission Inheritance<br />
Besides explicitly assigned permissions on a file or folder, it may inherit permissions from its parent folder (up to the root folder, which is the volume itself). By default, permissions set on a folder are automatically inherited by all files and subfolders in it. This simplifies administration but is not always desired.<br />
In the image above, you can see the following two options:<br />
Allow inheritable permissions from the parent to propagate to this object and all child objects. Include these with entries explicitly defined here.<br />
When this option is cleared, the file or folder will not inherit permissions from the parent folder.<br />
Replace permission entries on all child objects with entries shown here that apply to child objects.<br />
This option will actually reset the permissions on child objects (files and subfolders) to make sure they inherit the permissions from this folder and those permissions are not overridden by permissions explicitly assigned on child objects.<br />
In some situation you may want to inherit most of the permissions from the parent, but make an exception for one or more users/groups. In that case you should set the opposite permission of the one that is inherited. For example, if James inherits Modify permissions from a parent folder through group permissions, you could deny Modify permissions for James on the child object to prevent inheritance for James only and still allow Modify access to the rest of the group.<br />
Effective Permissions<br />
On the Effective Permissions tab of the Advanced Security Settings for a file or folder you can select a user or group and see the effective permissions. These are the results of the permissions directly assigned to the file or folder and permission inherited from parent folders. <a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/3.bmp"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/3.bmp" alt="" title="3" class="alignleft size-full wp-image-1017" /></a><br />
Change ownership of files and folders<br />
When a user creates a file or folder Windows 2003 automatically assigns Full Control permissions to the creator/owner. This allows the user to assign permissions to other users for the files he or she creates. This means that besides the ACL, files and folders need to include information about who owns the file. By default, this is the account who creates the file or folder or the Administrators group. For several different reasons, the ownership of a file or folder may need to change. For example, if a user leaves the company, the ownership of his or her files and folders may need to be transferred to other users.<br />
You can take ownership of a file by replacing the owner with your own account or with one of the groups you are a member of. You must have Full Control or the special permissions Take Ownership to be able to take ownership of a file or folder. Users who has the Restore files and directories privilege can assign ownership to any user or group.<br />
<a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/41.bmp"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/41.bmp" alt="" title="4" class="alignleft size-full wp-image-1019" /></a></p>
<p>Moving and copying protected files<br />
Moving and copying NTFS protected files is similar to moving and copying compressed file. When you copy a protected file to a folder on the same, or a different volume, it inherits the permissions of the target folder. When you move a protected file to a different NTFS volume, the file inherits the permissions of the target folder. A move between volumes is actually considered a copy; the source file is deleted after it is copied to the target volume.<br />
However, when you move a protected file to a different location on the same volume, the file retains its permission. When data is moved within the same volume, the data is not actually relocated, the pointer to it is merely changed and that is why it retains the ACL. In all cases the target volume needs to be a NTFS volume as well because as mentioned earlier, FAT, FAT32 and other file systems do not support NTFS file and folder permissions.<br />
Shared Folder Access<br />
A shared folder (commonly referred to as a share) is a folder or entire volume that is published on the network and can be remotely accessed by other users. The shared folder can be used as if it were a local folder; to store data, and even to run applications from the share over the network. Members of the built-in group Administrators, Server Operators and Power Users can share folders. If the shared folder is located on an NTFS volume, users need at least the NTFS permission Read for the local folder to be able to access it, regardless of the share permissions assigned to it. Following are some of the common methods for creating shared folders:<br />
1. Using the Shared Folders snap-in, which is included by default in the Computer Management console. In the console tree, click Shares (below ComputerManagement|System Tools|Shared Folders). On the Action menu, click New File Share. You will be prompted to select the folder or drive, enter the share name and description, and set permissions.<br />
2. Use the net share command at the prompt: net share sharename=drive:path<br />
3. In Windows Explorer/My Computer right-click the folder or drive, click Properties and then the Sharing tab. Enable the option Share this folder, enter a name for the share, a description and configure other settings as depicted in the following image.<br />
<a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/52.bmp"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/52.bmp" alt="" title="5" class="alignleft size-full wp-image-1022" /></a><br />
Users can connect to a share in several ways, for example:<br />
1. Use My Network Places/Windows Explorer a user can browse to the share or use the Add Network Place wizard to create a shortcut.<br />
2. Use a direct UNC path, for example: //FileServer12/ShareX<br />
3. Use My Network Places/Windows Explorer or the net use command to map a drive letter to a share.<br />
By default, Windows 2003 creates the following hidden administrative shares depending on the configuration of the server:<br />
Admin$ 	This is the system root, usually C:\Windows, Administrators are assigned Full Control share permissions.<br />
C$, D$, E$, etc. 	Each volume on a hard disk is shared by default and provide easy access of the entire volume to Administrators. Administrators are assigned Full Control share permissions.<br />
IPC$ 	A system share that allows named pipes connections for communication between applications and other computers.<br />
Print$ 	This points to the %systemroot%\System32\Spool\Drivers folder, and is created when printers are shared to allow clients to automatically download the printer drivers.<br />
Fax$ 	A system share used by fax clients.<br />
You can create hidden shared folders yourself by adding a $ sign to the end of the share&#8217;s name. Hidden shares do not show up when users browse the network through My Networks Places for example. To access these hidden shares, users need to enter the name including the $ sign. NETLOGON and SYSVOL are two other administrative shares that exist on domain controllers, but they are not hidden.<br />
Shared Folder Permissions<br />
There are three different share permissions that can be assigned to groups and individual user accounts. These permissions apply only when connecting to the share over the network. The share permissions do not apply to users who log on to the local machine. The following share three permissions are available for shared folders:<br />
READ<br />
Allows user to read files and list the contents of folders and volumes. This allows executing applications as well. The default for new shared folders is Read permissions for Everyone.<br />
CHANGE<br />
Allows the same as Read and allows the user to modify, create and delete files and subfolders.<br />
FULL CONTROL<br />
Allows the same as Change, but additionally allows the user to modify permissions.<br />
Whether the permissions actually allow the desired access depends on the NTFS permission of the shared folder and the file subfolders in it. For example, if a user has the share permission Change for a shared folder, that user will not be able to actually change files for which the user has only Read NTFS permissions. We will go over some more examples in the following section “Combining Shared Folders with NTFS Permissions”. However, you can create share folders located on a FAT or FAT32 disk and assign share permissions to provide protected access for users that connect to the shared folder. Remember that share permissions are only used when a user connects to the shared folder from a remote computer. So if a user logs on locally to a computer with a FAT/FAT32 drive, the share permissions are ignored.<br />
To configure share permissions in Windows Explorer/My Computer right-click the folder or drive, and then click Properties and then the Permissions button on the Sharing tab. Under Group or user names: select or add a group or user, and allow or deny one of the permissions listed in the table above.<br />
<a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/6.bmp"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/6.bmp" alt="" title="6" class="alignleft size-full wp-image-1023" /></a><br />
When you set permissions, you can either Allow or Deny them to a user or group. Typically you would allow a group share permissions and deny the same permissions to certain members of that group. The default permissions for new shared folders is Read to Everyone. Whether Everyone will actually be able to read depends on the NTFS permissions.<br />
Combining Shared Folders with NTFS Permissions<br />
When you combine NTFS permissions and share permissions the most restrictive effective permission counts. For example, if you create a folder with files and assign them Full Control NTFS permissions to Everyone and share the same folder and assign the share permission Read to Everyone, users connecting through the network will have Read permissions.<br />
Probably the most common mistake made when combining share permissions and NTFS permissions is to add them all to a single pile and then take the most restrictive. Instead, you need to determine the effective share permissions amd the effective NTFS permission before taking the most restrictive.<br />
So to determine what the permissions are for a user connecting through a shared folder to a local folder protected with NTFS permissions you need to do the following:</p>
<p>1. Determine the ‘effective’ NTFS permissions<br />
2. Determine the ‘effective’ share permissions<br />
3. Take the most restrictive of these two.<br />
Following is a practice questions that raised discussion in our forums several times:<br />
X. You share a folder on your computer and you assigned the share permission Change to Everyone. John, a user from the Sales department, has been granted Full Control NTFS permission to the folder. John is also a member of the Sales group, which has been assigned Read NTFS permissions. What are John&#8217;s effective permissions when connecting to the shared folder?<br />
a. Read<br />
b. Read &#038; Execute<br />
c. Change<br />
d. Full Control<br />
The correct answer is c. Change, but many people seem to be inclined to choose answer a. Read instead because Read is the most restrictive permission. However, it is the most restrictive effective permissions that counts.<br />
1. Determine the effective NTFS permissions:<br />
As mentioned earlier in the NTFS permissions section, NTFS permissions are cumulative. This means the least restrictive applies when considering only NTFS permissions. In this case, this means John has Read NTFS permissions for the folder through the Sales group, and Full Control NTFS permission through his own account, hence his effective NTFS permissions is Full Control.<br />
2. Determine the effective share permissions:<br />
The question only mentions that the share permissions are Change to Everyone, so no other share permissions have been explicitly assigned for the Sales group or John and hence the effective share permission is Change.<br />
3. Take the most restrictive of these two:<br />
The most restrictive of the previous two effective permissions is Change. Although John has Full Control NTFS permission for the folder, he is accessing the folder through a shared folder for which he only has Change permissions.<br />
Troubleshoot access to files and shared folders<br />
Problems accessing shared folders are often caused by underlying network connectivity problems. Before you scratch yourself a bold spot trying to find an incorrectly configured ACL or Shared Folder, make sure you check basic network connectivity, ping the file server by name, check if the user is properly logged on to the domain, etc.<br />
Probably the most common cause of problems with accessing files and shared folders is an incorrect configuration, so when things are not working as expected you should verify the configuration. A user that is not able to access a file or folder maybe a member of a group who was recently denied certain permissions. Configuration changes of permissions assigned to a parent folder my also cause problems through inheritance.<br />
The Effective Permission tool on the Advanced Security Settings dialog provides an easy method to determine the NTFS permissions, but it does not include share permissions. I n large environments with many users and groups, it can be hard to determine the effective share permissions so it is important to maintain a structured user and group design and folder hierarchy. The following link points to document with Best practices for Shared Folders.<br />
The Shared Folders snap-in, included by default in the System Tools of the Computer Management console, provides an overview of the Shares configured on the local computer, the active Sessions, and the currently Open Files. These can provide valuable information when troubleshooting access to shared folders.<br />
<a href="http://www.microsoftkit.com/wp-content/uploads/2010/03/71.bmp"><img src="http://www.microsoftkit.com/wp-content/uploads/2010/03/71.bmp" alt="" title="7" class="alignleft size-full wp-image-1025" /></a></p>
<div class="lightsocial_container">
<a href="http://digg.com/submit?url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F&amp;title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;
<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F&amp;title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F&amp;title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;
<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F&amp;headline=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;
<a href="http://www.dzone.com/links/add.html?title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;
<a href="http://www.facebook.com/sharer.php?t=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions&amp;u=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;
<a href="http://delicious.com/save?title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;
<a href="http://www.dotnetkicks.com/kick/?title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;
<a href="http://dotnetshoutout.com/Submit?title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F&amp;title=70-290+study+notes%3A+Shared+Folder+and+NTFS+Permissions&amp;summary=&amp;source="><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;
<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.microsoftkit.com%2F70-290-study-notes-shared-folder-ntfs-permissions%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.microsoftkit.com/70-290-study-notes-shared-folder-ntfs-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MCSE 70-270 free study notes</title>
		<link>http://www.microsoftkit.com/mcse-70-270-free-study-notes/</link>
		<comments>http://www.microsoftkit.com/mcse-70-270-free-study-notes/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 03:34:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free resources]]></category>
		<category><![CDATA[MCSE /MCSA on server 2003]]></category>
		<category><![CDATA[70-270 free study notes]]></category>
		<category><![CDATA[70-270 study guide]]></category>
		<category><![CDATA[EFS]]></category>
		<category><![CDATA[FAT32]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[MCSE 70-270]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[passing score]]></category>
		<category><![CDATA[practice tests]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows NT 4]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.microsoftkit.com/?p=979</guid>
		<description><![CDATA[Since we posted MCSE 70-270 exam TechNotes(1) about installing XP Professional,it has been a long time .However ,on that post ,we did not list or post all of  the explanation to the topic areas for this exam .When you read through that post , you still can not pass MCSA 70-270 exam for sure.Although we [...]]]></description>
			<content:encoded><![CDATA[<p>Since we posted MCSE 70-270 exam TechNotes(1) about <a title="Free 70-270 technotes" href="http://www.microsoftkit.com/free-70-270-xp-exam-technotes/" target="_blank">installing XP Professional</a>,it has been a long time .However ,on that post ,we did not list or post all of  the explanation to the topic areas for this exam .When you read through that post , you still can not pass MCSA 70-270 exam for sure.Although we once post an article about <a title="70-270 study guide" href="http://www.microsoftkit.com/preparation-guide-for-mcse-70-270/" target="_self">70-270 study guide </a>,there are just some common questions such as passing score, how to choose best materials or resources ,which practice tests are better,and so on.To help us better understand XP technology or get high scores in this exam ,we will post all of my study notes to all objectives.If you are confused or have problems ,you can tell us or you can via  <a href="http://technet.microsoft.com/en-us/library/bb491054.aspx" target="_blank">Microsoft TechNet </a>to get better answers .<span id="more-979"></span></p>
<p><strong>Implementing and Conducting Administration of Resources</strong></p>
<p>FILE SYSTEMS    </p>
<p>Windows XP support the following file systems:</p>
<p>FAT   </p>
<p>Disks formatted with the FAT file system can be accessed by MS-DOS, all versions of Windows, and OS/2. The maximum supported volume size is 4 GB, the maximum file size is 2 GB.</p>
<p>This file system should only be used on removable media such as floppy disks and hard disks smaller than 512 MB.<br />
FAT32    </p>
<p>The faster file system FAT32, is often used in multi-boot situations with operating systems that do not support NTFS. Disks formatted with the FAT32 file system are supported by</p>
<p>Windows 95 OSR2, Windows 98 and ME, Windows 2000, and Windows XP. Windows NT 4 and earlier cannot access FAT32 volumes. The maximum supported volume size for FAT32 is 2 TB, but</p>
<p>Windows XP can format up to 32 GB only. The maximum file size is 4 GB. The minimum size for a FAT32 volume is 512 MB. You cannot format removable media such as floppy disks with</p>
<p>FAT32.<br />
NTFS    </p>
<p>Disks formatted with NTFS version 5 can only be accessed by Windows NT 4.0 with Service Pack 4 or higher, Windows 2000, and Windows XP. NTFS supports a volume size over 2 TB and</p>
<p>the maximum file size is limited only by the available free space. You cannot format removable media such as floppy disks with NTFS. Besides being able to handle large disks,</p>
<p>NTFS is the preferred file system for Windows 2000 and XP because of the extra features it offers, including:<br />
- File and folder permissions &#8211; (discussed below)<br />
- File and folder compression &#8211; (discussed below)<br />
- Encrypted File System (EFS) &#8211; (see EFS TechNotes)<br />
- Disk Quotas &#8211; Allows quotas to be assigned to users for disk space usages per volume. Quotas are only available on NTFS volumes and can be enabled and configured on the Quota</p>
<p>tab on a volume&#8217;s Properties sheet.<br />
CDFS   <br />
This is the file system used on compact discs. You cannot format regular disks with this file system.<br />
Converting File Systems </p>
<p>You can convert FAT file systems to NTFS using the following command: convert c: /fs:ntfs<br />
The convert utility cannot be used to convert from NTFS to another file system. For example if you converted a FAT32 partition to NTFS and you want to revert it back to FAT32,</p>
<p>you will have to create a full backup, reformat the drive with FAT32, and restore the backup.<br />
FILE AND FOLDER COMPRESSION    </p>
<p>NTFS Compression    </p>
<p>NTFS Compression allows compression of individual files and folders, as well as entire NTFS drives. The process of compression and decompression is transparent to the user. For example, when a user opens a document from a NTFS compressed disk, the document is decompressed automatically, when the user saves the document it is compressed again. This</p>
<p>process might decrease your computer’s performance; it&#8217;s best to compress static data and only if it really saves space, you don&#8217;t want to waste CPU cycles compressing a ZIP</p>
<p>file for example. An NTFS-compressed file cannot be encrypted, and an encrypted file cannot be compressed. If you do enable compression for an encrypted file, the file will lose</p>
<p>it&#8217;s encryption attribute before it is compressed.</p>
<p>You can enable compression for a volume when you format it. To enable compression on an existing volume, right-click it and choose Properties from the context menu, on the</p>
<p>General tab enable the option Compress drive to save disk space. To compress a file or folder, right-click it and choose Properties from the context menu, click the Advanced</p>
<p>button and below Compress and Encrypt attributes enable the option Compress contents to save disk space. When you enable compression on a folder or volume, Windows will ask if</p>
<p>you want to enable compression for all the files and subfolders in the folder or volume as well. Besides using Windows Exporer, you can also use the command compact to compress</p>
<p>or decompress a file or folder.</p>
<p>When you copy a compressed file to a folder on the same, or a different volume, it inherits the compression state of the target folder. This works also vice versa; when you copy</p>
<p>an uncompressed file to a folder with compression enabled, the file will inherit the the target&#8217;s compression state and thus it will be compressed.</p>
<p>When you move a compressed file to a folder without compression on the same volume, the file retains its compression attribute. When data is moved within the same volume, the data is not actually relocated, just the pointer to it, this is why it retains the compression attribute. When you move a compressed file to a folder without compression on a different NTFS volume, the file inherits the compression state of the target folder. If the target is not compressed, or is a FAT or floppy disk, the file will be uncompressed.</p>
<p>A move between volumes is actually considered a copy; after the source file is copied to the target volume the source file is deleted.</p>
<p>By default, compressed files and folders are displayed in a different color, you can change this by choosing Folder Options in the Tools menu of My Computer/Windows Explorer.</p>
<p>Click on the View tab and enable the option: Show encrypted or compressed NTFS files in color.<br />
Compressed (zipped) Folders   </p>
<p>A new feature introduced in Windows XP is Compressed Folders. These are ZIP files that can be used like regular folders, with some limitations and some advantages. The main limitation is that many programs can&#8217;t be run directly from the ZIP file because they might depend on files outside the Compressed Folder. Also you cannot save files to a compressed folder (zip file), you have to use drag and drop or copy and paste. Some advantages of Compressed (zipped) Folders are that they can easily be transported on removable media and the Internet, they can be used on FAT partitions, and they can be protected with a password. Compressed Folders are not available on Windows XP 64-Bit Edition.</p>
<p>The easiest way to create a Compressed Folder is by right-clicking the desktop, point to New, and then select Compressed (zipped) Folder. You can also use the File menu in My Computer. A Compressed Folder is represented by a Folder icon with a zipper.<br />
NTFS FILE PERMISSIONS    </p>
<p>One of the main reasons to use NTFS is the possibility to assign permissions for individual files and folders. Each file and folder on an NTFS volume contains an Access Control List (ACL). This list is filled with entries for groups and individual user accounts and their corresponding permissions. When a user tries to access a resource, Windows XP checks the ACL if the user is listed and what level of permission is assigned.</p>
<p>The following permissions can be assigned for files and folders:</p>
<p>Read  Allows user read files and list the contents of folders, subfolders and volumes, including the attributes, permissions and ownership of the files.<br />
Write Allows the same as Read and additionally allows the user to modify and create files and (sub-)folders as well as changing attributes.<br />
Read and Execute Allows the same as Read and additionally allows users to run applications.<br />
Modify  Same as Read plus Write and and additionally allows executing applications as well.<br />
Full Control Allows everything permitted by the other permissions and and additionally a user with Full Control can change permissions and take ownership of file. </p>
<p>For folders only, the following additional permission can be assigned:</p>
<p>List Contents  Allows user to read files and list the contents of folders and volumes, user with this permissions can only see the files and folders, not read or change them.</p>
<p>To assign NTFS permissions in Windows Explorer/My Computer, right-click a file, folder, or drive, and click Properties and then the Security tab. If your computer is not a member of a domain, you have to disable the option Use simple file sharing on the View tab of Folder Options before you can see the Security tab.</p>
<p>Under Group or user names: on the Security tab, select or add a group or user, and allow or deny one of the permissions listed in the table above. Denying permissions is usually only done to make an exception, for example, you could allow Modify permission for the Sales group and deny the same permission for certain user account in the Sales group.<br />
 <a href="http://www.microsoftkit.com/wp-content/uploads/2010/01/xp_sharing.gif"><img class="aligncenter size-full wp-image-980" title="xp_sharing" src="http://www.microsoftkit.com/wp-content/uploads/2010/01/xp_sharing.gif" alt="" width="367" height="455" /></a></p>
<p>When you share a folder, you can set a User limit to set a maximum amount of users that can connect to the share simultaneously.</p>
<p>There are three different share permissions that can be assigned to groups and individual user accounts. These permissions apply only when connecting to the share over the network. The share permissions do not apply to users who log on to the local machine. If you want local security use NTFS file and folder permissions.</p>
<p>Share permissions:<br />
Read Allows user to read files and list the contents of folders and volumes. This allows executing applications as well.<br />
Change Allows the same as Read and allows the user to modify and create files and folders.<br />
Full Control<br />
 Allows the same as Change and allows the user to modify Share permissions as well.</p>
<p>When you set permissions you can either Allow or Deny them to a user or group. Typically you would allow a group share permissions and deny the same permissions to certain members of that group. The default permissions for new shares is Read to Everyone.</p>
<p>When you combine NTFS permissions and share permissions the most restrictive permission counts. For example, if you create a folder with files and assign them Full Control NTFS permissions to Everyone and share the same folder and assign the share permission Read to Everyone, users connecting through the network will have Read permissions.</p>
<p>To assign share permissions in Windows Explorer/My Computer right-click the folder or drive, and then click Properties and then the Permissions button on the Sharing tab. Under Group or user names: select or add a group or user, and allow or deny one of the permissions listed in the table above.</p>
<p>By default, Windows XP creates several hidden administrative shares:</p>
<p>Share Purpose<br />
Admin$ This is the system root, usually C:\Windows, Administrators are assigned Full Control share permissions.<br />
Print$ This is the %systemroot%\System32\Spool\Drivers folder, this folder is created when printers are shared to allow clients to automatically download the printer drivers. Administrators and Power users are assigned Full Control share permissions, Everyone is assigned Read permission.<br />
C$, D$, E$, etc.<br />
 Each volume on a hard disk is shared. to provide easy access of the entire volume to Administrators. Administrators are assigned Full Control share permissions.</p>
<p>You can also create hidden shares yourself by adding a $ sign to the end of the share&#8217;s name.</p>
<p>Users can connect to a share in several ways, for example:<br />
1. Using My Network Places/Windows Explorer you can browse to the share or use the Add Network Place wizard.<br />
2. Using a direct UNC path, for example: //FileServer12/ShareX<br />
3. Using My Network Places/Windows Explorer or the net use command to map a drive letter to a share.</p>
<p>Offline Files     </p>
<p>Offline Folder allows user to cache the contents of a share and make it available offline, so they can access the files and some programs, even when they are not connected to the network. To allow a shared folder to be cached offline, in Windows Explorer/My Computer right-click the folder or drive, click Properties and then the Caching button on the Sharing tab.</p>
<p><a href="http://www.microsoftkit.com/wp-content/uploads/2010/01/xp_caching.gif"><img class="aligncenter size-full wp-image-981" title="xp_caching" src="http://www.microsoftkit.com/wp-content/uploads/2010/01/xp_caching.gif" alt="" width="416" height="321" /></a></p>
<p>If you enable the option Allow caching of files in this shared folder you can choose one of the following three settings:</p>
<p>Manual caching of documents This is the the default setting when you enable caching. Users will be able to manually select the files they want to make available offline.<br />
Automatic caching of documents Each file that is opened from this share will automatically be copied to the Offline Files folder.<br />
Automatic caching of programs and documents<br />
 This setting allows caching of files that are read-only such as program files.<br />
To enable and configure the Offline Files feature on a client computer, from the Tools menu in My Computer choose Folder Options and click the Offline Files tab. Here you can disable/enable Offline Files, configure synchronization at logon and/or logoff, enable encryption for all offline files, and set the maximum amount of disk space used for offline files (default is 10% of drive space). When you click the Advanced button, you can also view and delete the offline files, and configure what action should be taken when the network connection is lost.</p>
<p><a href="http://www.microsoftkit.com/wp-content/uploads/2010/01/xp_offlinefolders.gif"><img class="aligncenter size-full wp-image-982" title="xp_offlinefolders" src="http://www.microsoftkit.com/wp-content/uploads/2010/01/xp_offlinefolders.gif" alt="" width="386" height="475" /></a></p>
<p>Before files are actually cached on your client, you need to select the shares you wish to make available offline. You can do this simply by right-clicking a drive mapping, and choosing <em>Make available offline</em>.</p>
<p> <a href="http://www.techexams.net/technotes/xp/printing.shtml">Printing</a><br />
Covers Windows XP local and network printing. Creating, configuring, sharing, securing and connecting to printers.</p>
<p> <a href="http://www.techexams.net/technotes/xp/desktop.shtml">Desktop Environment</a><br />
Covers User Profiles, multiple langauges and locations, local settings and Windows Installer packages.</p>
<p> <a href="http://www.techexams.net/technotes/xp/storage.shtml">Storage</a><br />
Covers storage types, dynamic and basic, spanning, striping, removable media and disk management tasks.</p>
<p> <a href="http://www.techexams.net/technotes/xp/backup_restore_repair.shtml">Backup, Restore, Repair, and Recover</a><br />
Covers Backup, Restore, System State Data, ASR, System Restore, Safe Mode, Last Know Good, Device Driver Roll Back and more.</p>
<p> <a href="http://www.techexams.net/technotes/xp/devicesdrivers.shtml">Devices and Drivers</a><br />
Covers Device Manager, display devices, ACPI, driver signing, multi-processor configuration, and installing various I/O devices.</p>
<p> <a href="http://www.techexams.net/technotes/xp/adsintro.shtml">Introduction to ADS</a><br />
Covers Windows 2000 Active Directory basics and terminology.</p>
<p> <a href="http://www.techexams.net/technotes/xp/remote.shtml">Remote Assistance and Remote Dekstop</a><br />
Covers Remote Assitance and Remote Dekstop, invitations, offers and troubleshooting.</p>
<p> <a href="http://www.techexams.net/technotes/xp/ics_icf.shtml">Internet Connection Sharing (ICS) and Internet Connection Firewall (ICF)</a><br />
Covers Internet Connection Sharing (ICS) and Internet Connection Firewall (ICF).</p>
<p> <a href="http://www.techexams.net/technotes/xp/iis.shtml">Internet Information Services (IIS)</a><br />
Covers Internet Internet Information services, home directories, virtual directories, web sharing, permissions and troubleshooting.</p>
<p> <a href="http://www.techexams.net/technotes/xp/efs.shtml">Encrypted Files System (EFS)</a><br />
Covers Encrypted File System (EFS), Recovery Agents, and CIPHER command.</p>
<p> <a href="http://www.techexams.net/technotes/xp/auditing.shtml">Auditing</a> *NEW*<br />
Covers local Audit Policy and Event Viewer&#8217;s security log configuration.</p>
<p> <a href="http://www.techexams.net/technotes/xp/performance.shtml">Performance</a> *NEW*<br />
Covers memory, processor, disk, and application performance, Task Manager, System Monitor and Performance Logs and Alerts, Disk Defragmenter, Scheduled Tasks, and Visual Effects.</p>
<p> <a href="http://www.techexams.net/technotes/xp/localusersgroups.shtml">Local User and Group Accounts</a> *NEW*<br />
Covers Local Users and Groups, account settings, account policies, and user rights assignment.</p>
<p> <a href="http://www.techexams.net/technotes/xp/ie.shtml">Internet Explorer</a> *NEW*<br />
Covers Internet explorer security settings and access to resources. </p>
<p>This is from <a href="http://www.techexams.net/technotes/xp/administration.shtml">http://www.techexams.net/technotes/xp/administration.shtml</a>
<div class="lightsocial_container">
<a href="http://digg.com/submit?url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F&amp;title=MCSE+70-270+free+study+notes+"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;
<a href="http://www.reddit.com/submit?url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F&amp;title=MCSE+70-270+free+study+notes+"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F&amp;title=MCSE+70-270+free+study+notes+"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;
<a href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F&amp;headline=MCSE+70-270+free+study+notes+"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;
<a href="http://www.dzone.com/links/add.html?title=MCSE+70-270+free+study+notes+&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;
<a href="http://www.facebook.com/sharer.php?t=MCSE+70-270+free+study+notes+&amp;u=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;
<a href="http://delicious.com/save?title=MCSE+70-270+free+study+notes+&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;
<a href="http://www.dotnetkicks.com/kick/?title=MCSE+70-270+free+study+notes+&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;
<a href="http://dotnetshoutout.com/Submit?title=MCSE+70-270+free+study+notes+&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;
<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F&amp;title=MCSE+70-270+free+study+notes+&amp;summary=&amp;source="><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;
<a href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;
<a href="http://twitter.com/home?status=Reading+http%3A%2F%2Fwww.microsoftkit.com%2Fmcse-70-270-free-study-notes%2F"><img src="http://www.microsoftkit.com/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.microsoftkit.com/mcse-70-270-free-study-notes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
