powershell - cannot add company to contacts in office 365 GAL ...? -
if import contacts office 365 gal contacts in outlook 2013 company field shows blank. cannot life of me figure out how add our company our contacts. anyone?
i searched through settings in office 365 portal , found no way apply company name contacts. if go people in outlook 2013 , choose list view, company column blank.
solution:
get-user -identity $user | set-user -company "the company name"
solution:
get-user -identity $user | set-user -company "the company name"
Comments
Post a Comment