Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Need Help with Advanced Functions

$
0
0

Maybe I’m misunderstanding but your method seems a bit inefficient? For instance if each of your list files have 10 items in them (10 computers / 10 users) your script will create 10 groups in AD, all with the same members. Why not create one group and put it in ladmin on the 10 machines? You’re not gaining anything by using AD in this case. In fact it’s over complicating things. You would be better off with your script just taking a list of names and adding them directly to the ladmin group on the machines themselves.


Viewing all articles
Browse latest Browse all 13067

Trending Articles