Scenario: Display all of the groups a AD user is a member of
Scriptlet: Run the following in Powershell:
Get-Aduser STEVE -properties * | Select -expandproperty Memberof | Sort
Scenario: Display all of the groups a AD user is a member of
Scriptlet: Run the following in Powershell:
Get-Aduser STEVE -properties * | Select -expandproperty Memberof | Sort