kagisoshark Posted December 8, 2021 Posted December 8, 2021 hi how can one search for #extensionAttribute11 #extensionAttribute12 #extensionAttribute13 #extensionAttribute14 $user = (([adsisearcher]"(&(objectCategory=User)(samaccountname=$env:username))").FindOne().Properties)
QwertyMash Posted December 8, 2021 Posted December 8, 2021 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.
round2it Posted December 9, 2021 Posted December 9, 2021 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
QwertyMash Posted December 9, 2021 Posted December 9, 2021 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now