Jump to content

Recommended Posts

Guest NewGuy-2024
Posted

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...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...