Pro/Server – 7/13/2009
Ok, first off, can anyone else believe it’s already mid-July?
Yeah.
So here we are in week 3, and according to the syllabus, we’re slated today to cover chapters 7-9. I decided to go ahead and squeeze 10 in there as well, so that we’ll have plenty of time next week to spend on IP addressing. More on that, well, next week.
Starting with Chapter 7: NTFS permissions. Understanding NTFS permissions is key if you want to pass many Microsoft exams, and it’s actually pretty easy if you let it be. One of the benefits of using NTFS is that we can indicate who we want doing what what to the files on our system. It’s a great way to keep certain files secret and to make other ones available, dependent upon which group(s) a particular user is a part of.
But what if a particular user is a member of more than one group, and each of those groups have differing permissions? This is precisely where people can start glossing over, if they’re not careful.
First of all, it’s important to know that we can assign either an Allow permission, a Deny permission, or no permission at all. If, as a member of HR, I am allowed Full Control on the Payroll.xls file, then I can do anythign I want to with that file. But imagine that I’m also a member of the finance group, who has been assigned Read Only rights to the file. We have two conflicting rights assignments. One says that I can have full control, the other says I am allowed to Read Only. Which prevails?
In this instance, since I have two “warring” Allow permissions, then the most lenient wins. In other words, I would be able to have Full Control over the Payroll.xls document.
What if, instead of belonging to the Finance group, I belonged to the HR and the Interns group? Assuming I still have the same Full Control permissions as before being a member of HR, but as an Intern, I have *no* Allow permissions set (or Deny), then what happens then? The answer is derived the same way as before — the most lenient wins. So, in one group I *am* allowed Full Control, the other I am not, so therefore, Full Control wins.
The game changes slightly whenever a Deny permission enters the picture. See, Denies override EVERYTHING. For example, I can be Captain Admin at an organization, and be a member of 99 groups that give me full control over the Payroll.xls document. If I’m a member of even one group that Denies me access to that particular file, guess what? I AM DENIED. No questions asked. It’s really kind of dangerous, and so advisible to only use Deny permissions whenever there’s a compelling reason to. (A great example is in teh case of hiring interns. You probably don’t want unpaid college kids looking through your company’s private data. I’m just saying.)
Anyway, we next moved on to Chapter 8, which dealt with Folder permissions. Folder permissions are kind of like watered-down NTFS permissions — they basically work the same way, however we don’t have as many options. Folder (or share) permissions have on advantage (if we want to call it that) over NTFS permissions in that they are not tied to the file system, and so become file system-independent. What this means is that we can have either FAT32 or NTFS systems participate in the permissions, whereas NTFS permissions can only exist in an NTFS system. Any old 9x machines that you may have still lingering on your network can only recognize folder shares, so keep them handy.
(As an aside, I have one lingering Windows ME computer on a network for the elementary school I consult at, and one of my Twitter followers has a batch of Windows 3.1 machines he still maintains on his network. It’s rare, but we do still see these old OS’s!)- Go to the Remote tab of your Systems Properties.
- Put a check mark in the Enable Remote Desktop check box. If you don’t have this check box, you have XP Home Edition, which does not support Remote Desktop. Sorry. Upgrade.
- Make sure the user account you use is in the *target* computer’s Remote Desktop Users group. By default, the local administrator account is included there. If you don’t have the local admin credentials (and in some places you won’t), you’ll need to make sure your boss sets you up with an account that can be included in the Remote Desktop Users group, or you’re not getting anywhere.
- Take Home Test 3 – download it here.