Introducing Microsoft Windows sever 2008 r2 phần 6 pot

20 259 0
Introducing Microsoft Windows sever 2008 r2 phần 6 pot

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Active Directory Recycle Bin: Recovering Deleted Objects CHAPTER 5 83 A logically deleted object remains in that state for the duration of its deleted object life- time, which by default is 180 days. At the end of the deleted object lifetime, the object’s state changes to recycled object. This is also a new state in Windows Server 2008 R2, and although objects in this state lose most of their attributes like tombstone objects, they are not recover- able at this point, using either the Recycle Bin or the authoritative restore process in Directory Services Restore Mode. After the object’s recycled object lifetime expires, which is another 180 days by default, the garbage collection process physically deletes the object from the Active Directory database. tIp Administrators can change the lifetime values from their defaults by modifying the msDS-deletedObjectLifetime attribute for the deleted object lifetime, and the tombstone- Lifetime attribute for the recycled object lifetime. To modify these attributes, you can use the Set-ADObject cmdlet in the Active Directory Module for Windows PowerShell or the Ldp.exe LDAP client. Enabling the Active Directory Recycle Bin The Active Directory Recycle Bin is available in Windows Server 2008 R2, but it is disabled by default. Before you can use the Recycle Bin, you must perform the following procedures for AD DS: IMportant Enabling the Active Directory Recycle Bin is an irrevocable act. Once you enable it, you cannot disable it again. n Prepare the Active Directory schema If you are upgrading your forest from Windows Server 2008 or earlier, upgrade the directory schema by using an account with Schema Admins privileges to execute the following commands from a command prompt: • adprep /forestprep on the server that holds the schema master role • adprep /domainprep /gpprep on the server that holds the infrastructure opera- tions master role • adprep /rodcprep if you have any read-only domain controllers on your network note If you have created your forest on a clean Windows Server 2008 R2 installation, you do not have to upgrade the schema with Adprep.exe. n Upgrade all of your domain controllers to the Windows Server 2008 R2 operating system, if necessary. 84 CHAPTER 5 Active Directory: Improving and Automating Identity and Access n Raise the forest functional level to Windows Server 2008 R2. If you are running AD LDS, perform the following procedures: n Upgrade all of your servers running instances of AD LDS to Windows Server 2008 R2, if necessary. n Update the directory schema by executing the following command, replacing the vari- ables with the appropriate values on each server: ldifde.exe –i –f MS-ADAM-Upgrade-2.ldf –s server_name:port –b username domain_name password –j . -$ adamschema.cat n Raise the functional level of the AD LDS configuration set to Windows Server 2008 R2. With all of the preparation finished, you are ready to actually enable the Recycle Bin, using one of the following commands from an Active Directory Module for Windows PowerShell prompt with elevated privileges: n For AD DS, use the following command, replacing the variables with appropriate values for your installation: Enable-ADOptionalFeature ‘Recycle Bin Feature’ –Scope ForestOrConfigurationSet –Target ‘forest_name.com’ n For AD LDS, use the following command, modifying the –Target parameter with the appropriate distinguished name for your installation: Enable-ADOptionalFeature 'recycle bin feature' -Scope ForestOrConfigurationSet -Server localhost:50000 -Target 'CN=Configuration,CN={372A5A3F-6ABE-4AFD-82DE-4A84D2A10E81}’ Using the Active Directory Recycle Bin Once you have enabled the Active Directory Recycle Bin, you can restore any objects you delete, using the cmdlets in the Active Directory Module for Windows PowerShell. note Active Directory Recycle Bin makes it possible to restore any objects you delete after it is enabled. You cannot use Recycle Bin to restore objects you deleted before you enabled Recycle Bin. These are already tombstone objects, and most of their attributes are irrevocably lost. After opening a session with elevated privileges, restoring deleted objects requires two cmdlets: Get-ADObject, to locate the desired object in the Deleted Objects folder, and Restore-ADObject, to perform the actual restoration. You can run each cmdlet separately, noting the ObjectGUID value displayed by Get-ADObject so you can include it on the Active Directory Recycle Bin: Recovering Deleted Objects CHAPTER 5 85 Restore-ADObject command line, or you can combine the two by piping the Get-ADObject results to the Restore-ADObject cmdlet in the following manner: Get-ADObject -Filter ‘string’ -IncludeDeletedObjects | Restore-ADObject The string variable must contain search criteria that display the object or objects (and only the object or objects) you want to restore. For example, the following command will restore an object with the display name “Mark Lee.” Get-ADObject -Filter ‘displayName -eq “Mark Lee”’ -IncludeDeletedObjects | Restore- ADObject To display the entire contents of the Deleted Objects folder, use the following command, replacing the forest_name and top_level_domain variables with values appropriate to your installation: Get-ADObject –SearchBase “CN=Deleted Objects,DC=forest_name,DC=top_level_domain” –ldapFilter “(objectClass=*)” -includeDeletedObjects tIp If you do not know the exact display name of the object you want to restore, you can use any viable value for the –Filter string. You might want to run the Get-ADObject cmdlet by itself first (without the pipeline to Restore-ADObject), while you experiment with string values. For example, the command GetADObject –Filter ‘displayname –like “M*”’ -IncludeDeletedObjects will return a list of all deleted objects that have display names starting with “M.” You can then refine your filter until you create a string that re- turns only the object or objects you want to restore. For more information on the syntax of the Get-ADObject –Filter parameter, type the command get-help about_ActiveDirec- tory_Filter in an Active Directory Module for Windows PowerShell session. When restoring multiple objects, and especially organizational units (OUs) that contain other objects, the order in which you restore the objects can be critical and the filter strings can be more complex. With the Active Directory Recycle Bin, you can only restore objects to a live parent. This means, for example, that if you accidentally delete an OU object, you must restore the OU itself before you can restore any of the objects in that OU. If you delete an OU that contains other OUs, you must start by restoring the parent OU (that is, the highest deleted OU in the hierarchy) before you can restore the subordinate ones. tIp When restoring a hierarchy of objects, a series of exploratory Get-ADObject com- mands might be necessary to ascertain the correct order for the restorations. In these cases, you might want to use commands that include the –Properties lastKnownParent parameter to determine parental relationships between the deleted objects. 86 CHAPTER 5 Active Directory: Improving and Automating Identity and Access Offline Domain Join: Securing and Facilitating Deployment Another long-term complaint of Active Directory administrators has been the need to have a workstation connected to an AD DS domain controller to join it to a domain. Many IT organi- zations prefer to install and configure their servers and workstations at a central location, and then deploy them to their final destinations. In many cases, this means that the domain the computer will eventually join is not available at the time of the installation. The result is that IT personnel have to wait to join the computer to the domain until the system is on site, which is often an impractical solution. The offline domain join capability in Windows Server 2008 R2 enables administrators to gather the information needed to join a computer running Windows Server 2008 R2 or Windows 7 to a domain and save it to the computer without it requiring access to the domain controllers. When the computer starts for the first time in its final location, it automatically joins to the domain using the saved information, with no interaction and no reboot necessary. Djoin.exe is a command prompt tool that you run on one computer to gather the meta- data needed to join another computer to a domain, create its computer account in AD DS, and save the metadata to an encrypted file. Once this is complete, you copy the file to the computer you want to join to the domain and run Djoin.exe there. The first computer, called the provisioning computer, must be running Windows Server 2008 R2 or Windows 7, and it must have access to a domain controller. By default, the domain controller must be running Windows Server 2008 R2. An example of a basic provisioning command appears as follows: djoin /provision /domain example.local /machine Wkstn1 /savefile c:\wkstn1_join.txt In this example, the /domain parameter specifies the name of the domain you want the target computer to join, the /machine parameter the name you want to assign to the target computer, and the /savefile parameter the name of the metadata file you want to create. Optional parameters enable you to specify the name of an OU where you want to create the computer object, and the name of a specific domain controller to use. note For more information on the Djoin.exe syntax, type djoin /? at a Windows Server 2008 R2 or Windows 7 command prompt. To deploy the metadata on the target computer, which must also be running Windows Server 2008 R2 or Windows 7, you copy the file Djoin.exe created to that system and run the program again, this time with the /requestodj parameter, as in the following example: djoin /requestodj /loadfile c:\wkstn1_join.txt /windowspath %windir% /localos Service Accounts CHAPTER 5 87 At this point, the target computer can still be located in the setup facility. The system does not have to have access to its eventual domain, or even be connected to a network. Once you have provisioned the computer, you can move it to its final location. The next time you restart the system, it will be joined to the domain you specified and ready to use. This example provisioned a computer’s local Windows installation, but you can also use Djoin.exe to provision offline virtual machines, or even computers on which you haven’t yet installed the operating system. To do the latter, you insert a reference to the metadata file that Djoin.exe created into an Unattend.xml file, for use during an automated installation. Service Accounts Applications and services require accounts to access network resources, just as users do. Administrators can configure an application to run using the Local Service, Network Service, or Local System account. These accounts are simple to manage, but they do have draw- backs. First, they are local accounts, which means administrators cannot manage them at the domain level. Second, these system accounts are typically shared by multiple applications, which can be a security issue. It is possible to configure an application to use a standard domain account. This enables you to isolate the account security for a particular applica- tion, but it also requires you to manage the account passwords manually. If you change the account password on a regular basis, you must reconfigure the application that uses it, so that it supplies the correct password when logging on to the domain. The managed service account is a new feature in Windows Server 2008 R2 that takes the form of a new Active Directory object class. Because managed service accounts are based on computer objects, they are not subject to Group Policy–based password and account poli- cies as are domain users. Managed service policies also do not allow interactive logons, so they are an inherently more secure solution for applications and services. Most importantly, managed service accounts eliminate the need for manual credential management. When you change the password of a managed service account, the system automatically updates all of the applications and services that use it. To create a managed service account, you must use the New-ADServiceAccount cmdlet in the Active Directory Module for Windows PowerShell. You can also use the Get-ADService Account cmdlet to locate existing managed service accounts. To use a managed service account for a particular application or service, you must run the Install- ADServiceAccount cmdlet on the computer hosting the application. Best Practices Analyzer CHAPTER 5 89 The BPA works by running a Windows PowerShell script that collects information about the system and stores it in an XML file. The analyzer then compares its preconfigured rules to the information in the XML file and reports the results. You can also run BPA from the Windows PowerShell command prompt directly, but first you must import the ServerManager and BestPractices modules. The cmdlets that perform the BPA operations are as follows: n Get-BPAModel Displays the roles installed on the server that are supported by the BPA n Get-BPAResult Displays the results of the most recently executed BPA scan for a specified role n Invoke-BPAModel Initiates a new BPA scan for a specified role n Set-BPAResult Enables you to include or exclude specific results in a BPA scan report CHAPTER 6 91 CHAPTER 6 The File Services Role n Using the File Classification Infrastructure 91 n Using BranchCache 101 n Introducing Distributed File System Improvements 108 T he overall take on file services in Windows Server 2008 R2 is to help administrators in an enterprise environment manage the increasingly large amounts of data that are their responsibility. Although storage space is cheaper and more plentiful than ever before, the increased emphasis on audio and video file types, whether business related or not, has led to a storage consumption rate that in many instances more than equals its growth. There is only one new role service in the File Services role, but there are innovative new features introduced into some of the existing role services. In an enterprise with multiple sites, increased storage capacity typically leads to increased consumption of bandwidth between sites, and these new features can help administrators manage this bandwidth consumption and improve file access times in the process. Using the File Classification Infrastructure An enterprise network can easily have millions of files stored on its servers, and admin- istrators are responsible for all of them. However, different types of files have different management requirements. Enterprise networks typically have a variety of storage tech- nologies to accommodate their different needs. For example, drive arrays using Redun- dant Array of Independent Disks (RAID) for fault tolerance are excellent solutions for business-critical files, but they are also more expensive to purchase, set up, and maintain. Storing noncritical files on a medium such as this would be a waste. At the other end of the spectrum, an offline or near-line storage medium, such as magnetic tape or optical disks, can provide inexpensive storage for files that are not needed on a regular basis, or that have been archived or retired. The big problem for the administrator with a variety of storage options is determining which files should go on which medium, and then making sure that they get there. 92 CHAPTER 6 The File Services Role There are often other storage management factors to consider as well, such as the following: n Encryption Files containing confidential information might require encrypted stor- age and backup media. n Permissions Business-critical files often need special permission assignments to prevent unauthorized persons from accessing or modifying them. n Backups Important files that change frequently might require additional backups several times per day. However, determining which files require a certain treatment and seeing that they receive it can be a major administrative problem. Traditional methods for classifying files include storing them in designated folders, ap- plying special file naming conventions, and, in the case of backups, the long-standing use of the archive bit to indicate files that have changed. None of these methods are particularly efficient for complex scenarios on a large scale, however, because of the manual maintenance they require or their limited flexibility. Who is going to be responsible for making sure that files are named properly, or moved to the appropriate folders? It would not be practical for IT personnel to monitor the file management practices of every user on the network. Also, if you designate one folder for files containing sensitive data and another for files that are modified often, what do you do with a file that is both sensitive and frequently updated? Introducing the FCI Components The File Classification Infrastructure (FCI) introduced in Windows Server 2008 R2 is a system that enables administrators to define their own file classifications, independent of directory structures and file names, and configure applications to perform specific actions based on those classifications. FCI consists of four components, as follows: n Classification Properties Attributes created by administrators that identify certain characteristics about files, such as their business value or level of sensitivity n Classification Rules Mechanisms that automatically apply classification properties to certain files based on specific criteria such as file contents n File Management Tasks Scheduled operations that perform specified actions on files with certain classification properties n Storage Reports Management Engine that can generate reports that, among oth- er things, document the distribution of classification properties on file server volume For example, an administrator might create a classification property that indicates whether a file contains personal or confidential information. To apply that property automatically, the administrator can create a classification rule that searches files for the words “personal” or “confidential.” A backup application can then use the property to differentiate between [...]... specific terms or expressions Using the File Classification Infrastructure CHAPTER 6 97 Figure 6- 5  The Classification tab of the Classification Rule Definitions dialog box Note  These classification mechanisms take the form of plug-in modules, of which Windows Server 2008 R2 includes only two relatively rudimentary examples Microsoft has designed this part of the FCI to be extensible, so that administrators... backups of the specified files using the Windows Server Backup PowerShell cmdlets CHAPTER 6 The File Services Role n Create a script that moves the selected files to another location and uses Mklink.exe to create symbolic links to them With the scripting capabilities of Windows PowerShell and the many command prompt applications provided with Windows Server 2008 R2, FCI and its Custom action type form... Settings tab, shown in Figure 6- 4, you supply a name for the rule, and optionally a description, and then click Add to define the scope; that is, specify the volumes or folders containing the files to which you want to apply properties 96 CHAPTER 6 The File Services Role Figure 6- 4  The Classification Rule Definitions dialog box On the Classification tab, shown in Figure 6- 5, you select one of the following... and Report tabs specify the types of information administrators receive about the task processing Using the File Classification Infrastructure CHAPTER 6 99 Figure 6- 6  The Custom action type interface in the Create File Management Task dialog box Figure 6- 7  The Property Condition dialog box Although the File Expiration action type enables administrators to migrate files based on property values, it... server memory Microsoft recommends only applying classifications that your current applications can utilize Performing File Management Tasks Once you have classified your files, you can use File Server Resource Manager to create file management tasks, which can manipulate the files based on their classification properties Here again, the capabilities provided with Windows Server 2008 R2 are relatively... other computers on the branch office network The primary difference between these two modes is that Hosted Cache Mode requires the branch office to have a server running Windows Server 2008 R2, whereas Distributed Cache Mode requires only Windows 7 workstations The advantage of Hosted Cache Mode is that the server, and therefore the cache, is always available to all of the workstations in the branch office... program, command, or script on files matching specified property values, using the interface shown in Figure 6- 6 On the Condition tab, you specify the property values that files must possess for the file management task to process them, using the Property Condition dialog box, as shown in Figure 6- 7 The Schedule tab enables you to configure the task to execute at specified intervals, and the Notification... provided with Windows Server 2008 R2, FCI and its Custom action type form an extremely flexible file management tool Using BranchCache Branch office technologies were a major priority for the Windows Server 2008 R2 and W ­ indows 7 development teams, and BranchCache is one of the results of that concentration On an enterprise network, a branch office can consist of anything from a handful of work­ stations... No, not the reason for the selection Using the File Classification Infrastructure CHAPTER 6 93 Administrators, therefore, must decide what classifications they need to apply to their files and which property types best express them FCI supports seven classification property types, as listed in Table 6- 1 Table 6- 1  FCI Classification Properties Property Description Aggregation Yes/No A simple Boolean... Manager (FSRM) console as new nodes, as shown in Figure 6- 1 Also new is the File Management Tools node, which you use to execute specific actions based on the file classifications you have created The Storage Report Management node now includes the ability to generate reports based on FCI properties, as well as other, traditional criteria Figure 6- 1  The File Server Resource Manager console FCI is designed . type djoin /? at a Windows Server 2008 R2 or Windows 7 command prompt. To deploy the metadata on the target computer, which must also be running Windows Server 2008 R2 or Windows 7, you copy. src="data:image/png;base64,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 26/ F7Ztq+1JNjrEx4jYMNHHqambUz+xm8jiJS98uHnTh5s3Ocp90eLF//jgA/7xwL79P/7ha/gSAwA6aihpwbz5jgK0GB3y9fU9dvTI4hcWDxs+/OTxE1fLroaNGHHpu+9kRf76wgWLxeJOlnOent101DwcNPeZZ4lo9Zo1bKSIiObNmUP2ZtGmp6YmJiWJ3ZyF859nwVYJNlccHWJ6MGHixNycHCYJ27ZuZYkvfWHJ8pUrVqxcuXzFinYp6oqVdif8rm5ZpCUvvrgmKUlDGrti8MKSJa++/AoRORKD/fv2Hdi/n8TZbACAPmu7BTNo9wWAm2RnZb31xpvvvPs/sXFx6alpb61/45333nWhBLOeesrT06umpvrG9fLIyAgiOnr4yJSpU9j4T8a5ry6cP+8ky2efevqzE8d5n2DO7GeIKGnN6tVr1rAz7HVx0prVRz5t6hzMnztXdfOJSUlMvhbOf/7A4UO8T7AlLd1uptuaXxW8uGjxi4sW7 96/ b8WqlUS09IUlu/buYWG2b9u2Y/v2Hbt37di9i4h2bN++Y/v27bt2btu5027PYOuO7S8tW7Zrx87EFSvTt23lfQL9ylVObn/P7t0fp6Y6urp3zx5RA37wyvc/2PQRGxoioh+++uo/P/yQvSr40Q9+iJ8BAGjFO1eC9LQ01Utju8Fi4+L4K+LEJD2RfVFp8jbx05/8hIgWLX7BZDKFDg398syZ6OjRRFRfX79s+TIW9MTx4/v27m1u7mNlGdm/31Ym8s+PPvrhq6+2KCpWlmFlmb1nRFhZ1gdWlk2dOtXlLNIJEyc4ClBcXJyemsbWE9TW1LgM5uXp6eXl9cDbBCMkJESn0w0aNCgiInLkyJFElJWVVVhQ2GhsrKmpyc3JhVB3IGzu0P99911UBQCAsWvHzoyMDCcBamtrnQdg5OXmHTt61P18WyhBZWWFyWSyWq2KouTl5UqSRER/+fOf8HgeBvv37nPioAYA0AeJiIqMiIpsfzr+Af5snNxNmkaH4IFOnZ77WcMDnYPCwQOdO78Xggc6eKDrag90D0aHdDrPLhdDRX3U/J9iJwgAAIB2ok/SV1ZWthgdWvfLZNQLAAD0ETa8n8KPW7wnwJY1AADQB9GiCgAAAEoAAAAASgAAAABK4CZOHBj1HRx5fwUAgF6oBOmpafyPiLKzstqczYJ5820NKNeV9ttWngIvbTsRNQ+mHwDQp/sEiUl69kdE2VnZ3DLatexOrKq4S86CefN5dHbAPaaK59lfW1TBJjWeZnu6NarytKeEAADQk5TAkb2zu/+Zm433g0cOHzxymKkLP+DnmxRIr2cfW9UeXzBvvt3U2mP6uX6wBMWqaEMJAQCgG6JzftmuMc3OykpPdTcDNqaUnprWqljtR2WgmSlvldXm9y52LBKxXzEAoK8pgV1i4+ISk/RuWtXsrOxmk6pfMG/+Q7KkiUl61RgU7xyozHqbOwoswYd3CwAA0B2VIDYuVvUxkfTsID01TXXVnUTYFszMOsfGxbJGemxcrOq8GMvNXMTWesem1lTUpKb+xMEjh/mb86ZeQhKEAQDQs2nyRXrs6LF1v0yGtwn3UXVBAACgZ3Hs6DHmgS4kJAQry9oIZAAA0GuAEgAAAJQAAABA36bFG+Pi4mLUCAAA9GklWLBwIWoEAAD6Aj17p5pjR4+1KnyHzInqkkwBAKAL+gSdRnFxcVxcnMFgaFv0uc/N9fH1dSekxWLp2kwBAABKYJ+S4pKEhAQnRllRFI1G4yQFX/eMspiFbaaZGRmZmZn 268 VD99Of/6z9mQIAQI9XAkmSampqBg8e3KpET544GRIaEhMT07Yy3blzx9vbe9CgQQ/75j09vfr79ieiyVOn6Dx0Wg+tTqfTkEYh5YvPPseXAwAAJaDy69dLSq4EBQe1VgkKCwt8fH1yc3MnTJjQ2gJVVVVdv35dq9WGhIT4+/trNBpFUfr3728bsujyZZepDQ8Lc6ZzsmS2mInI18c34XuPKYri7e1dWVFx8duLVslqN0r7MwUAgO6Gw/UEJpOpuLjEz89PUZQ2pDvAz6+xsTHf7bemFoultLS0tLS0uLg4MDAwODi4sbFxSGBgYWHh4CFDqqqq7BjloqJQe5w5faaqqio0NLSoqMh5poosS5IkSRKR8s3XX2 /68 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 /6+ Y8aORcW5HMxx04h37NoL0ZNgZUVFm5caPBhbSGvuGej1sXGxjkYGWKPY0TA6b1+zEQknJq/Dx1V4mZlZYQNZ7Hwi2SkMHzPhLc1WaQk3XmJ3qmM1hj8aMUdV7qonqDrD3yXwG+SpZWdlEenFM6oEebfDkeS4dRdJLXTFVsX5sW0wu1HQFWg/D7xSZ2ZkMG8Tf9yw0Ww2SZJstVqsFqskS4qi/Ofbb6OyupaC/PxxMTFsjOiDf36wZ9euX6xb16oJ9W2Yq96qpp/zNwQdThvWE7SqhC7v3cn0mzbTa9YTLJg3P+PCefZ0mHn5t//4d/yKuxts2OCBV2qRX6xb26q0DAZDTnb2vXv3hg4d6uXldfbLLw2GxmnTp02MjR0wYADquvswePDgyoqK1jZCW9UA78zbsd2ErmNL6PLeeWodeONteEY9herqGvwGuxX+/oOcjQ61luysLD8/v6ioKOYds66uft78ebk5uZIkz3hiBqr7oZLWygHuC+cvtCr8kMDAVu1idPPmrc68/ZLiktZGcb+E7tw7T60Db7y1z6inoPPU4QfbfZ9O+5Mov14enxBfde+eLEmXL1/29/e/d+9+eER4xldfQQkeKnDpBbottn6HQE9Vgp07doaFhT2w+OXlLy17yTaYt7d3dXU1aTTFRUVfnjkzdeq0b 76+ 0N/Pz2qVxGCq1bNO8nXihEflC8jJwuOHQU9xbmEwGCqaRxgURQkNDfX29sZ3HXQtjYZGVEK3wq9/f7eUICwsLOGxBG7+Mr6yvzbK28fbbDYT0YXM8xV3K44ctv+Sja+eVRlxlr7KP51qoZZqkqW4FFkVhk/GV03Sp5Z +68 Rg4kR+vriMLUoQVwZ0lfy4Q0NDw6mTJ/nHwYMHjx03LiAgYEtaesL3Hvv6wgVxTTgAXYLRCCXomX0CNzGbzZIkeXjoViSu8tBqiUir1RLR2S/PtiodcYkvN/0qYXASkYVhZpqvVhMtOw/GlwqLwVh0npG45E3UgIfq/bTN3L9/f+LEWP8Af/bx06PH/AMC7ty58+iUyWxpCABdDmsvgh6pBMyjA7OJ0+PtzHzft2fvuXPnBg8ebDAYFr+wWPHw0Go9NBqFiNq/vaIjZxWimXbi0KJtl1j3xXmAbvcUPTx8BgxgE2k8tNqnn5mdm51dVFQcFRUVGBRYX1ffaSXp/gNo8F/bZaNDjegT9FglYO1ru6NDN2/ezMnO9vTyfOyxBJPZbGgwXPru0shRIwcNGqQo2tycnEcnP2o3TdbudsfUir7kbAvmMow7Hujs5qtyLdf9kWWZFOXIoRbjcpWVlRqNJiIyor6+3tGDEDs9HWRnN3SJneXfUpeGnpVQHH7sDv08cWTSzQpUjXx2z95qi9GhRqPd83GT4uImTUr9+JPWJpi0ZjURZV26lHUpi8DDU4Ly8vKMrzKmxycwDVDtSV19/77ZZLZYLDpP3c3SMjY19Zuvv/Hx8amqqpzxxBOPPPKIrahkZmRwpxQqb9Lc4xCXHy4Yoh9plckuLksWw7AA3C0d95jNg4lZN/uUXqf6lxVGvErNLxW4Y+3u8wgP7N8/aNAgIhoVPYqIvrnw9ZRpU4ODgw/sP/DIo486jytaH17/zK+feFL0Jc4CcNffJMwF6MK2Ni8w79WJRRJL3vyI423Dd+GTXZu8jpdBLLDzsrFYoofErn0KbvYJhg0b9vzCBV9faJosa7FYW9VjYE1MjUZLRP/4299Dh4aOixl38duLTqK89uMfffP1N99+803o0NChQ4c6DyzGunnjxs2bN4eHhR3cf6D9NTB5ypQpU6f8429/Z3dx69at27dud07lDxs27ObNm21UArszhThWq1WWZQ8PjxEjRhzYt3/BwoVEVFpa+i+v/28nPQyxLSN+ZVVfdJUvazGY7UdVOtTSZ5zYGKSWzpHEMOK/YmFUJemGP7NrV69Oj4+vqqoiojFjx4aNGEFErV2dJLaR1yavY9s5iLZSFYA/yuKyUl5dXdiLYltQiJada4Do2ZufZ67RVeG5/HeFEiQ3F1XdXxGnWtiNxStffCjdWQkCgwKJ6NzZc83PLp5d5a0u9lONT4hvvrUNvE2WmZExddo0avZS/NqPf8TOnDt7TozO42ZmZGRmZBLRlKlTpkydwgPbTVwMz7h+/XpmRuba5HWseM2NpA2qorosOYvCy7wxZcPUadMyMzJKr5Q6T6qj2hkuE9S2J4Pa2tra2tqc7JwnZ85kx+7EKi4r7ZJvalfl2wn4+fk9N29eQEDA5cLCy4WFoaGh3128qCjKdxcvyrLsXACiI6O4BbEdL3Lke1U1MiPG7SqaJ5U17QwhFsmuRLk5RNnJtyA+lw63CF2L2Wxif5Ik2f34u/fe+9177507e3Zt8jqz2RSfkMDOmM2mtcnrzp09+7v33jtz+jRLjcX63XvvsYOp06ayjyz8mdOn2XF8QoLZbCIiFp3nxRLnefG4LDz7Y7mwA/Yvs+88L1V0VcnFq8wW8zLzxPl9sWRZMH4XHfLHSsvKoLrkbp/AOYGBgd4+3oqiyLIsS7Isy4oi9+/f//SpU0Tk4aF7dPKjvr6+GIDrzHYxER09coSIvH18xg8P0+k8rJLkRAxsfaCqnIS7+b7E5XYUnT/YwodWisuSMzMyesRIut36FMZIk23fItjdAbCbjw5ZLBbbjyEhIatffvnkiRPDhg1jV8tKS19fv/7q1asfb9p08sSJWU899b3HH/9k82ZVIuxAleaaV14pvXJFzNdisfDA7IztR1U52aDK1GnTPt60iZ08dfLk6VOnnpw502508ePUadPMZvPJEyfYx9/+5jdExCOKt8CyOHnixLWrV81m86ynnnp9/fozp0+fPHGi/XXOKo1/fH39+k82by4rK2vd6JCLgafhw8PDw6fHx/MzJ4+fMJstly9fHj58+JUrV+7eub1k6VIY6C7BZDLdvXPHZDIW5BdIktXNBjXZzMviQ2riwgtb0yPuqdtZX5wAABvqSURBVNBNUO334FIGxG1Nu0Pnhlqug+HTImyVgG23Jz6gbvqdNDY1QiWrZPtx+PAwIvr808+enj07MirKZDT98+//IKK33/lvk9H0+aefff7pZ2+/898smJgIO1ClGRER8Y+//o2ZQnZSsko8MDtj+1FVTiK6UnLl+Bdf8I+qRJyk9vmnn9neu90bF7O4XHiZ1cDTz8w+duRo++v82JGjbqZjxxep+5zPzJweH3+j+U3ywQMHPD29AoMCJ02aNGz48H/87e8//fnPHMUV33QBd7D1Rcp+83 /64 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 56/ at27YGnf25mXh6apooA+yjI6lQHTjXlVYVw0nZ3MwRgD6C2WwiogEDBqzS6+MmTRo/YcKaV14ZER4uyxIqp3f2CY5//oXfAL/79+9fLSvjJ8fFxCiKUn69/P79e2Lg7Kys7Kxs3q7nZpQdsP4BP2aBiSg2LlbsQ7CPtsF49MQkfaL+QVKxcbGxcXE8L7EXwkrCNIalk5ikdxJLzJRfTU9Ni42LZTnaFkaVIwB9gStXrhgMBnbMph2yf2/fvj15yhTUTy9Ugvz8PH1SEhGx6QF/+8tff/y/fnL58mWNRvPo5EfZejRBCbLtmkVuN9P. src="data:image/png;base64,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 26/ F7Ztq+1JNjrEx4jYMNHHqambUz+xm8jiJS98uHnTh5s3Ocp90eLF//jgA/7xwL79P/7ha/gSAwA6aihpwbz5jgK0GB3y9fU9dvTI4hcWDxs+/OTxE1fLroaNGHHpu+9kRf76wgWLxeJOlnOent101DwcNPeZZ4lo9Zo1bKSIiObNmUP2ZtGmp6YmJiWJ3ZyF859nwVYJNlccHWJ6MGHixNycHCYJ27ZuZYkvfWHJ8pUrVqxcuXzFinYp6oqVdif8rm5ZpCUvvrgmKUlDGrti8MKSJa++/AoRORKD/fv2Hdi/n8TZbACAPmu7BTNo9wWAm2RnZb31xpvvvPs/sXFx6alpb61/45333nWhBLOeesrT06umpvrG9fLIyAgiOnr4yJSpU9j4T8a5ry6cP+8ky2efevqzE8d5n2DO7GeIKGnN6tVr1rAz7HVx0prVRz5t6hzMnztXdfOJSUlMvhbOf/7A4UO8T7AlLd1uptuaXxW8uGjxi4sW7 96/ b8WqlUS09IUlu/buYWG2b9u2Y/v2Hbt37di9i4h2bN++Y/v27bt2btu5027PYOuO7S8tW7Zrx87EFSvTt23lfQL9ylVObn/P7t0fp6Y6urp3zx5RA37wyvc/2PQRGxoioh+++uo/P/yQvSr40Q9+iJ8BAGjFO1eC9LQ01Utju8Fi4+L4K+LEJD2RfVFp8jbx05/8hIgWLX7BZDKFDg398syZ6OjRRFRfX79s+TIW9MTx4/v27m1u7mNlGdm/31Ym8s+PPvrhq6+2KCpWlmFlmb1nRFhZ1gdWlk2dOtXlLNIJEyc4ClBcXJyemsbWE9TW1LgM5uXp6eXl9cDbBCMkJESn0w0aNCgiInLkyJFElJWVVVhQ2GhsrKmpyc3JhVB3IGzu0P99911UBQCAsWvHzoyMDCcBamtrnQdg5OXmHTt61P18WyhBZWWFyWSyWq2KouTl5UqSRER/+fOf8HgeBvv37nPioAYA0AeJiIqMiIpsfzr+Af5snNxNmkaH4IFOnZ77WcMDnYPCwQOdO78Xggc6eKDrag90D0aHdDrPLhdDRX3U/J9iJwgAAIB2ok/SV1ZWthgdWvfLZNQLAAD0ETa8n8KPW7wnwJY1AADQB9GiCgAAAEoAAAAASgAAAABK4CZOHBj1HRx5fwUAgF6oBOmpafyPiLKzstqczYJ5820NKNeV9ttWngIvbTsRNQ+mHwDQp/sEiUl69kdE2VnZ3DLatexOrKq4S86CefN5dHbAPaaK59lfW1TBJjWeZnu6NarytKeEAADQk5TAkb2zu/+Zm433g0cOHzxymKkLP+DnmxRIr2cfW9UeXzBvvt3U2mP6uX6wBMWqaEMJAQCgG6JzftmuMc3OykpPdTcDNqaUnprWqljtR2WgmSlvldXm9y52LBKxXzEAoK8pgV1i4+ISk/RuWtXsrOxmk6pfMG/+Q7KkiUl61RgU7xyozHqbOwoswYd3CwAA0B2VIDYuVvUxkfTsID01TXXVnUTYFszMOsfGxbJGemxcrOq8GMvNXMTWesem1lTUpKb+xMEjh/mb86ZeQhKEAQDQs2nyRXrs6LF1v0yGtwn3UXVBAACgZ3Hs6DHmgS4kJAQry9oIZAAA0GuAEgAAAJQAAABA36bFG+Pi4mLUCAAA9GklWLBwIWoEAAD6Aj17p5pjR4+1KnyHzInqkkwBAKAL+gSdRnFxcVxcnMFgaFv0uc/N9fH1dSekxWLp2kwBAABKYJ+S4pKEhAQnRllRFI1G4yQFX/eMspiFbaaZGRmZmZn 268 VD99Of/6z9mQIAQI9XAkmSampqBg8e3KpET544GRIaEhMT07Yy3blzx9vbe9CgQQ/75j09vfr79ieiyVOn6Dx0Wg+tTqfTkEYh5YvPPseXAwAAJaDy69dLSq4EBQe1VgkKCwt8fH1yc3MnTJjQ2gJVVVVdv35dq9WGhIT4+/trNBpFUfr3728bsujyZZepDQ8Lc6ZzsmS2mInI18c34XuPKYri7e1dWVFx8duLVslqN0r7MwUAgO6Gw/UEJpOpuLjEz89PUZQ2pDvAz6+xsTHf7bemFoultLS0tLS0uLg4MDAwODi4sbFxSGBgYWHh4CFDqqqq7BjloqJQe5w5faaqqio0NLSoqMh5poosS5IkSRKR8s3XX2 /68 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 /6+ Y8aORcW5HMxx04h37NoL0ZNgZUVFm5caPBhbSGvuGej1sXGxjkYGWKPY0TA6b1+zEQknJq/Dx1V4mZlZYQNZ7Hwi2SkMHzPhLc1WaQk3XmJ3qmM1hj8aMUdV7qonqDrD3yXwG+SpZWdlEenFM6oEebfDkeS4dRdJLXTFVsX5sW0wu1HQFWg/D7xSZ2ZkMG8Tf9yw0Ww2SZJstVqsFqskS4qi/Ofbb6OyupaC/PxxMTFsjOiDf36wZ9euX6xb16oJ9W2Yq96qpp/zNwQdThvWE7SqhC7v3cn0mzbTa9YTLJg3P+PCefZ0mHn5t//4d/yKuxts2OCBV2qRX6xb26q0DAZDTnb2vXv3hg4d6uXldfbLLw2GxmnTp02MjR0wYADquvswePDgyoqK1jZCW9UA78zbsd2ErmNL6PLeeWodeONteEY9herqGvwGuxX+/oOcjQ61luysLD8/v6ioKOYds66uft78ebk5uZIkz3hiBqr7oZLWygHuC+cvtCr8kMDAVu1idPPmrc68/ZLiktZGcb+E7tw7T60Db7y1z6inoPPU4QfbfZ9O+5Mov14enxBfde+eLEmXL1/29/e/d+9+eER4xldfQQkeKnDpBbottn6HQE9Vgp07doaFhT2w+OXlLy17yTaYt7d3dXU1aTTFRUVfnjkzdeq0b 76+ 0N/Pz2qVxGCq1bNO8nXihEflC8jJwuOHQU9xbmEwGCqaRxgURQkNDfX29sZ3HXQtjYZGVEK3wq9/f7eUICwsLOGxBG7+Mr6yvzbK28fbbDYT0YXM8xV3K44ctv+Sja+eVRlxlr7KP51qoZZqkqW4FFkVhk/GV03Sp5Z +68 Rg4kR+vriMLUoQVwZ0lfy4Q0NDw6mTJ/nHwYMHjx03LiAgYEtaesL3Hvv6wgVxTTgAXYLRCCXomX0CNzGbzZIkeXjoViSu8tBqiUir1RLR2S/PtiodcYkvN/0qYXASkYVhZpqvVhMtOw/GlwqLwVh0npG45E3UgIfq/bTN3L9/f+LEWP8Af/bx06PH/AMC7ty58+iUyWxpCABdDmsvgh6pBMyjA7OJ0+PtzHzft2fvuXPnBg8ebDAYFr+wWPHw0Go9NBqFiNq/vaIjZxWimXbi0KJtl1j3xXmAbvcUPTx8BgxgE2k8tNqnn5mdm51dVFQcFRUVGBRYX1ffaSXp/gNo8F/bZaNDjegT9FglYO1ru6NDN2/ezMnO9vTyfOyxBJPZbGgwXPru0shRIwcNGqQo2tycnEcnP2o3TdbudsfUir7kbAvmMow7Hujs5qtyLdf9kWWZFOXIoRbjcpWVlRqNJiIyor6+3tGDEDs9HWRnN3SJneXfUpeGnpVQHH7sDv08cWTSzQpUjXx2z95qi9GhRqPd83GT4uImTUr9+JPWJpi0ZjURZV26lHUpi8DDU4Ly8vKMrzKmxycwDVDtSV19/77ZZLZYLDpP3c3SMjY19Zuvv/Hx8amqqpzxxBOPPPKIrahkZmRwpxQqb9Lc4xCXHy4Yoh9plckuLksWw7AA3C0d95jNg4lZN/uUXqf6lxVGvErNLxW4Y+3u8wgP7N8/aNAgIhoVPYqIvrnw9ZRpU4ODgw/sP/DIo486jytaH17/zK+feFL0Jc4CcNffJMwF6MK2Ni8w79WJRRJL3vyI423Dd+GTXZu8jpdBLLDzsrFYoofErn0KbvYJhg0b9vzCBV9faJosa7FYW9VjYE1MjUZLRP/4299Dh4aOixl38duLTqK89uMfffP1N99+803o0NChQ4c6DyzGunnjxs2bN4eHhR3cf6D9NTB5ypQpU6f8429/Z3dx69at27dud07lDxs27ObNm21UArszhThWq1WWZQ8PjxEjRhzYt3/BwoVEVFpa+i+v/28nPQyxLSN+ZVVfdJUvazGY7UdVOtTSZ5zYGKSWzpHEMOK/YmFUJemGP7NrV69Oj4+vqqoiojFjx4aNGEFErV2dJLaR1yavY9s5iLZSFYA/yuKyUl5dXdiLYltQiJada4Do2ZufZ67RVeG5/HeFEiQ3F1XdXxGnWtiNxStffCjdWQkCgwKJ6NzZc83PLp5d5a0u9lONT4hvvrUNvE2WmZExddo0avZS/NqPf8TOnDt7TozO42ZmZGRmZBLRlKlTpkydwgPbTVwMz7h+/XpmRuba5HWseM2NpA2qorosOYvCy7wxZcPUadMyMzJKr5Q6T6qj2hkuE9S2J4Pa2tra2tqc7JwnZ85kx+7EKi4r7ZJvalfl2wn4+fk9N29eQEDA5cLCy4WFoaGh3128qCjKdxcvyrLsXACiI6O4BbEdL3Lke1U1MiPG7SqaJ5U17QwhFsmuRLk5RNnJtyA+lw63CF2L2Wxif5Ik2f34u/fe+9177507e3Zt8jqz2RSfkMDOmM2mtcnrzp09+7v33jtz+jRLjcX63XvvsYOp06ayjyz8mdOn2XF8QoLZbCIiFp3nxRLnefG4LDz7Y7mwA/Yvs+88L1V0VcnFq8wW8zLzxPl9sWRZMH4XHfLHSsvKoLrkbp/AOYGBgd4+3oqiyLIsS7Isy4oi9+/f//SpU0Tk4aF7dPKjvr6+GIDrzHYxER09coSIvH18xg8P0+k8rJLkRAxsfaCqnIS7+b7E5XYUnT/YwodWisuSMzMyesRIut36FMZIk23fItjdAbCbjw5ZLBbbjyEhIatffvnkiRPDhg1jV8tKS19fv/7q1asfb9p08sSJWU899b3HH/9k82ZVIuxAleaaV14pvXJFzNdisfDA7IztR1U52aDK1GnTPt60iZ08dfLk6VOnnpw502508ePUadPMZvPJEyfYx9/+5jdExCOKt8CyOHnixLWrV81m86ynnnp9/fozp0+fPHGi/XXOKo1/fH39+k82by4rK2vd6JCLgafhw8PDw6fHx/MzJ4+fMJstly9fHj58+JUrV+7eub1k6VIY6C7BZDLdvXPHZDIW5BdIktXNBjXZzMviQ2riwgtb0yPuqdtZX5wAABvqSURBVNBNUO334FIGxG1Nu0Pnhlqug+HTImyVgG23Jz6gbvqdNDY1QiWrZPtx+PAwIvr808+enj07MirKZDT98+//IKK33/lvk9H0+aefff7pZ2+/898smJgIO1ClGRER8Y+//o2ZQnZSsko8MDtj+1FVTiK6UnLl+Bdf8I+qRJyk9vmnn9neu90bF7O4XHiZ1cDTz8w+duRo++v82JGjbqZjxxep+5zPzJweH3+j+U3ywQMHPD29AoMCJ02aNGz48H/87e8//fnPHMUV33QBd7D1Rcp+83 /64 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 56/ at27YGnf25mXh6apooA+yjI6lQHTjXlVYVw0nZ3MwRgD6C2WwiogEDBqzS6+MmTRo/YcKaV14ZER4uyxIqp3f2CY5//oXfAL/79+9fLSvjJ8fFxCiKUn69/P79e2Lg7Kys7Kxs3q7nZpQdsP4BP2aBiSg2LlbsQ7CPtsF49MQkfaL+QVKxcbGxcXE8L7EXwkrCNIalk5ikdxJLzJRfTU9Ni42LZTnaFkaVIwB9gStXrhgMBnbMph2yf2/fvj15yhTUTy9Ugvz8PH1SEhGx6QF/+8tff/y/fnL58mWNRvPo5EfZejRBCbLtmkVuN9P

Ngày đăng: 08/08/2014, 21:23

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan