This is one that I picked up off of PowerShell.com. The problem is that that the answer is a bit long so I’m posting it here. The IT Pro in question wants to change the Computers Description in Active Directory to match the login name of the currently logged in user. A few issues come to mind. 1 – Does all of the clients have RSAT installed? I’m going to assume no. That means that we cannot use the Active Directory Modules cmdlets. 2 - Does all of the users have the rights to modify the description field of a client in Active Directory. By default, they do not. We will set this up at the attribute specific level. 3 – How will this script run? We will implement it as a login script. Modifying User Rights First off, let’s tackle the user rights issue. All users in your domain are able to read the contents of Active Directory. Only a hand full should be allowed to modify it. We are going to modify AD to allow for our users to modify just the client Description attribute.
Welcome to the blogsite of MCTExpert. I am a Microsoft Certified Trainer. Here you will find the real questions that are asked to me by my students.