Good Day,
Looking to get a bulk csv list of SamAccountName's added to a AD group was wondering if any one had any suggestions.
Currently using this script:
Import-Module ActiveDirectory
$Users = Get-Content "C:\Users\******\Desktop\*******" | ForEach-Object {Add-ADGroupMember -Identity "GroupName" -Members $_.'User-Name'}
Getting error message "Add-ADGroupMember: Cannot validate argument on parameter 'Members'. The argument is Null or empty.
Can anyone assist with this?
Experts Exchange (EE) has become my company's go-to resource to get answers. I've used EE to make decisions, solve problems and even save customers. OutagesIO has been a challenging project and... Keep reading >>
Our community of experts have been thoroughly vetted for their expertise and industry experience.
This award recognizes a member of Experts Exchange who has made outstanding contributions to the community within their first year as an expert. The Rookie of the Year is awarded to a new expert who has the highest number of quality contributions.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.