try

$officelist = get-distributiongroupmember -identity "officelist" | select -exp PrimarySMTPAddress

# or

$officelist = (get-distributiongroupmember -identity "officelist").PrimarySMTPAddress

Also, If you post code, please use the ‘Insert Code’ button. Please and thank you!

codebutton_small.png