Skip to main content

Posts

Showing posts from July, 2022

Microsoft Teams user administration using Set-CsOnlineVoicemailUserSettings

Now tenant admin can help with user for custom greetings,  DefaultGreetingPromptOverwrite and  DefaultOofGreetingPromptOverwrite many other user settings on behalf of users. This may help to end users when they are away to set up forwarding rules to another colleague or external number etc. Set-CsUserCallingSettings  -Identity "madushka@abc.com"  -IsForwardingEnabled $True -ForwardingType Immediate -ForwardingTarget taniya@abc.com -ForwardingTargetType SingleTarget - Verbose Note : You must have PhoneSystem License attached for you to have this forwarding to a another person. Basically both users must have PhoneSystem License.  Forward to external number   when you try this make sure you are using E.164 standard for phone numbers.  Set-CsUserCallingSettings -Identity " madushka@abc.com"   -IsForwardingEnabled $True -ForwardingType Simultaneous -ForwardingTargetType SingleTarget -ForwardingTarget "+1365888xxx"  - Verbose Note : You...

Teams - SfB Hybrid and federation

Hosting Provider  To share the same SIP address in On-prem and online (Teams) required hybrid to set/change Hosting Provider.  for you to run get-cshostingProvider you will required Skype for business Online (old) module or Skype for business ISO mount and install the tools. Hosting provider identity should be Office365  Proxy FQDN should be "sipfed.online.lync.com" Enable to $True Enabled Shared Address Space $True Host OCSUsers    $True VerificationLevel    $True AutoDiscoverUrl  need to set  https://webdir.online.lync.com/Autodiscover/AutodiscoverService.svc/root   Tenant Federation Configuration  SharedSIPAddressSpace should be True   Access Edge Configuration  Make sure set all the important properties you need to True  Check default configuration in this article -  Manage Access Edge Configuration for your organization - Skype for Business Server 2015 | Microsoft Docs