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.
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.
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.
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.
Thank you! It gives me a great place to start and they haven't blocked it on servers so I can actually run them.
Thank you! It gives me a great place to start and they haven't blocked it on servers so I can actually run them.