Forum Discussion
SarbjitSinghGill
Apr 26, 2020Copper Contributor
PowerShell script to make bulk changes to user attributes in a GAL
Greetings, We have 2 GAL’s and I need a script to populate the Organization field with Student. It is simpler too time consuming to do this manually via edit function. Until recently you could s...
PeterRising
Apr 26, 2020MVP
Hi, couple of questions;
Please can you just confirm which field you are referring to? Perhaps a screenshot if you could?
Also, are you making this change directly from the Office 365 Admin Center, or are you synchronising your on-premises Active Directory to O365 with Azure AD Connect?
- SarbjitSinghGillApr 27, 2020Copper Contributor
PeterRising The field is "company / organization".
There is no sync with on-prem AD.
I figured I could down load all the attributes to a .csv file using a PowerShell command. Amend the csv for the attributes on company / organist ion and push it back up using PowerShell.
Regards
SS