tjoepies
tjoepies
This works: `Publish-SfBContactInformation -CustomActivityId 4 -PersonalNote $PersonalNote -ErrorAction Stop` Location does not work: ``` Publish-SfBContactInformation -CustomActivityId 4 -PersonalNote $PersonalNote -ErrorAction Stop -Location "Kitchen" Publish-SfBContactInformation : Exception calling "BeginPublishContactInformation" with "3"...
able to retrieve the information LocationName: ``` $([Microsoft.Lync.Model.LyncClient]::GetClient()).ContactManager.GetContactByUri("[email protected]").GetContactInformation('LocationName') Kitchen ``` So perhaps the administrator disabled this functionality?