Jump to content

Outlook Email Signature Automation with AD Attributes help


Recommended Posts

Posted

hi

 

 

how can one search for

#extensionAttribute11

 

#extensionAttribute12

 

#extensionAttribute13

 

#extensionAttribute14

 

$user = (([adsisearcher]"(&(objectCategory=User)(samaccountname=$env:username))").FindOne().Properties)

Posted
hi

 

 

how can one search for

#extensionAttribute11

 

#extensionAttribute12

 

#extensionAttribute13

 

#extensionAttribute14

 

$user = (([adsisearcher]"(&(objectCategory=User)(samaccountname=$env:username))").FindOne().Properties)

 

You should just be able to add the following to the variables list

 

$exAtt1 = $user.extensionattribute1$exAtt2 = $user.extensionattribute2

 

etc. Let me know if you need that explained further.

 

Thank you.

Posted
i just used codetwo signatures cheap enough for education and very flexible

 

takes info from 365 user details so if you sync with ad your all good

 

Yeah good option - I just offered the script I wrote (which is in a sperate thread as this chap started a new thread and didn't reply on original) so people could have dynamic automated signatures for free.

I have a script I need to put on here for doing it to web mail / Office 365 as well.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...