Currently Browsing: ADDS

Deploy Windows Server 2012 as Domain Controller in Existing Domain

Finally I approached my first experience with the hot Windows Server 2012 product. I deployed it as Domain Controller in our current existing environment withing existing domain. I decided to install only Windows Server 2012 and make any deployments using PowerShell: Set-ExecutionPolicy...

Get Currently Logged On User

Get Currently Logged On User
This is the most often used script. I am using it whenever someone wants to know who is logged on to that workstation or I need to do something on that workstation remotely. I simply put the workstation name and run the script. The result is in output window in comma separated view: workstation name, NT user...

AD Changes by E-mail

We have granted access in our company to HR staff to make changes to users’ information in Active Directory. After that was appeared a necessity to monitor AD changes and provide needed access rights to users’ which Titles and Departments changes. Here is a script which is possible to put in...

Update AD Group Using AD Users’ Title

Update AD Group Using AD Users’ Title
Usually in most organizations admins creates a security groups which they are using for granting access to shares, folders, SharePoint resources. I am using these two strings to update current security group. It is possible to copy these strings and replace the name of the group, put all these strings to one...

« Previous Entries