This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
windows:windows_adinfo [2021/10/18 13:33] manu |
windows:windows_adinfo [2023/02/15 22:04] (current) manu |
||
---|---|---|---|
Line 7: | Line 7: | ||
</cli> | </cli> | ||
+ | List all groups of a user: | ||
+ | <cli prompt='>'> | ||
+ | C:\Users\myuser1> (GET-ADUSER –Identity myuser1 –Properties MemberOf | Select-Object MemberOf).MemberOf | ||
+ | </cli> | ||
Get the extensionAttribute attribute value for all Active Directory users using PowerShell | Get the extensionAttribute attribute value for all Active Directory users using PowerShell |