Powershell - AD permissions all users
-
if anyone thanks to @Dashrender and of course @DustinB3403 can make this happen, you will make me a happy guy :).
-
Here is a very rudimentary sudo code
-
Pally, if you understand the scripts you have in front of you, you might be able to change them yourself to follow the logic I wrote up.
-
Also @pally I ask that you don't post my sudo code on any other sites. You are more than welcome to direct people to this thread, but don't repost.
-
i understand the code but i am far from a scripter. i understand the logic but would not be able to put this as a powershell.
-
@pally said:
i understand the code but i am far from a scripter. i understand the logic but would not be able to put this as a powershell.
Now sounds like a great time to learn.
-
You're probably not going to find someone here who's willing to write you a script for free. Perhaps you can offer a fee for service?
Or @ntg could give you a quote for making it.
-
you probably right, @Dashrender unfortunately, this would be coming out of my own pocket and not the companies which is why I cannot go ahead.
Thanks again for all the input team, been a brilliant help. until the next time
-
Some of us enjoy a challenge... How about something like this:
It shows the Share, and the users. If a user is a member of a group, then it puts an X in the columns of the groups they are a member of.
Not exactly the way you want it done, but this is a first draft.
-
thanks @dafyre looks good, but I have been doing a bit of reading online and I think I will change the output to make it output the data as rows with each user named with what member they are part of next to there name. two columns. in other words the output would be "Transpose" and then I would use a pivot table to do the rest.
still working on it, but if anyone knows of an easy way please do share
again thank @dafyre