I have about 500 users. Some of them have a remote desktop services profile set and some do not. How can I use Powershell to create a list of each user and his/her Remote Desktop Services Profile? I'm not too picky about how it handles users without an RDS profile (whether it lists them or omits them); I simply need to verify where all the users that do have RDS profiles are getting them.
I have run across scripts that are designed to change one user's RDS profile path, but I want to list the profile path and list it in bulk for all my users. I do not anticipate needing to change very many at this point.
Thank you very much for your help with this.