WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.4K
[–] 0 pt

Thank you for the net command. At least I can use that on the two users I know need access. The problem is that I don't have a list of users. They are to be copied from two AD groups into a bunch of others across networks. It's so annoying.

[–] 0 pt

There are powershell commands you can use to export AD group membership. Something like this: https://community.spiceworks.com/t/exporting-all-ad-groups-with-members-to-csv/828952

I'm on vacation so I cant validate the exact syntax, but Get-ADGroup or Get-ADUser is going to be in the correct ballpark.

[–] 0 pt

Thank you! It gives me a great place to start and they haven't blocked it on servers so I can actually run them.