Hi,
I made a Powershell script to extract all groups and users. The output is a .csv file that looks like this.
I separate them them like this.HTML Code:
Data > text to column > Delimited by Comma
Group "member" enabled Admin Pietsje Overmars True Admin Reinder Wortel True Admin Karima Hazewinkel False HR Wouterina Keulemans True HR Phaedra Lugt True IT Marlin Moens False IT Manuel Dongelmans True
I want the output to look like this with the users that are disabled (False) in red or strike-through:
Admin HR IT Pietsje Overmars Wouterina Keulemans Marlin Moens Reinder Wortel Phaedra Lugt Manuel Dongelmans Karima Hazewinkel
I only get something that is remotely similar to what I want when I put both Group and Member under ROWS in a PIVOT-TABLE. When I ad enabled to filter I can select True or False which is nice but not really necessary. They should be next to each other (blank) and Grand Total should be gone.
Bookmarks