Windows

PowerShell – Adding users and groups to a server using a CSV source

Quick and simple on here.

This script takes the list of servers from a CSV file and then adds the specified user or groups to the local group of that server.

CSV File should be formatted as follows

“Name”
“Server1”
“Server2”

A copy is attached if you want to download it.

Leave a Reply

Your email address will not be published. Required fields are marked *