Add user(s) to group(s) – GUI

I needed a script to add multiple users to multiple groups. It is a task I needed to do several times and will need to do this many more times in the future as well. So I decided to create a nice little script (with GUI) to help me and my colleagues with executing this … Continue reading Add user(s) to group(s) – GUI

Copy AD group members

I needed to copy AD group members to another AD group, if they didn't already exist in the target group. This is very plain and simple script you can run the script and add -SourceGroup "group name" -DestinationGroup "destination group", or omit those and the script will ask you for it (since they are mandatory). … Continue reading Copy AD group members

Get AD RDS Profile information

I needed to get information which is located in the AD user information, which is located on the tab "Remote Dekstop Services Profile", which gives the user Profile Path, Home Folder drive and location of the Home Folder on the network (see image below). AD user RDS Profile tab I also wanted to check if … Continue reading Get AD RDS Profile information

How to get all remote logged on users

I wanted a simple way to get all (remote) logged on (and disconnected) users on all servers in my domain. This way it's easier for me to see if there are any disconnected sessions still open. In my case I've entered them into a SQL database, but for the example on this blog, I will … Continue reading How to get all remote logged on users