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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -