ActiveDirectory user properties

N

NewGuy-2024

Hello all! I hope you are well. Reaching out to you for your help clarifying the following:1. how to extract ALL user attributes, whether empty, null or with a value, from AD?If I do "Get-ADUser -Properties *", not all properties are returned (for example: proxyAddresses, extensionAttributes etc.)2. how to make sure ALL user attributes are exported?If I check the schema attributes for "user" class name I get different attributes (both as names and quantity) than at #1:Get-ADObject -SearchBase (Get-ADRootDSE).SchemaNamingContext -LDAPFilter "(objectClass=classSchema)" -Properties lDAPDisplayNam

Continue reading...
 

Similar threads

M
Replies
0
Views
252
Microsoft Edge Team
M
B
Replies
0
Views
127
Brandon LeBlanc
B
T
Replies
0
Views
160
TmLIsMe
T
Back
Top Bottom