Quantcast
Channel: Comments on: Setting Up a Tenant’s Allowed Domains for Federation
Browsing all 30 articles
Browse latest View live

By: DrRez

Thanks for the explanatory post Marshall! I will alert the authors of the white paper to the issues with the paper and see if they can fill the gaps. Appreciate the feedback as always.

View Article



By: marshallharrison

Thanks DrRez! I was able to gleam some of the info I need from the scripts at the bottom of the Deployment Guide. The rest I had to get from exploring the objects themselves. Strangely enough,...

View Article

By: Larry Nielsen

So exactly where would you write this script, and where would you paste it?

View Article

By: marshallharrison

Larry, The code is a PowerShell script and can be run in the Lync Server Mangement Shell. Actually I create script files which I import into the Shell so that I can do whatever I need to do. I’ve got...

View Article

By: Absials

Hi Marshall, Thanks for the post. It helped me alot. I was wondering, how can i remove a specific domain from the AllowList. For example, i added two domains initailly {DomainA, DomainB} Now i want to...

View Article


By: marshallharrison

This will do it for you: $tenant = Get-CsTenant | Where-Object {$_.Name –eq “$OU”} $x = Get-CsTenantFederationConfiguration –Tenant $tenant.TenantId # Check to see if the domain is in the allowed list...

View Article

By: Absials

Thanks Marshall for your reply. I came to know about another issue while retrieving Allowed Domains. If the number of allowed domains exceeds from certain number like 4 or 5 then the command...

View Article

By: marshallharrison

I’ver noticed that too. Seems like it onlyshows so many characters. But if you want all the domains then ForEach is your friend. I just print them one at teh time to the console but you can build your...

View Article


By: Absials

Thanks Marshall, it solved my problem. Thanks again for your great help.

View Article


By: Ken

Hi Marshall, What scenario would exist that would cause me get the following error message when running the Get-CsTenant cmdlet from the Lync Server Managemnet Shell: The term ‘Get-CsTenant’ is not...

View Article

By: marshallharrison

That is a MultiTenant Pack for Parner Hosting command and it isn’t in the normal Lync commands. If you have the hosting pack installed you need to import it seperately. Try “Import-Module LyncOnLine”

View Article

By: Richard

Hi Marshall Have you maned to get federation to work with Lync Online customers. We seem to be experiencing issues. We have a tenant who has their federation list to AllKnownDomains and dynamic...

View Article

By: marshallharrison

Hi Richard, I haven’t heard of any issues but I will ask around to see if anyone has had problems. Basically I federate with all domains. This post was a result of some experimentation with allowing...

View Article


By: marshallharrison

I checked and we have it working. If it is set up correctly it should work. Not sure what to tell you about debugging the issue.

View Article

By: Rich

Appreciate your effort on this. Seems very strange, other federation seems to work without any issues but we always seem to have issues with Lync Online even though we have the required hosting...

View Article


By: marshallharrison

Good luck. Please let us know what you find out.

View Article

By: vienna opera House map

I truly figure this out post. I’ve been searching everywhere in this! Thank goodness I recently found it on Bing. You’ve made my day! Thank you again

View Article


By: arjenfurster

Hy, I know and old post; but did you finaly find a solution to get Lync Online federation working? Also an issue from our LHPv2 configuration to communicatie with Office365 users. No issues with other...

View Article

By: marshallharrison

We ended up adding the domains to the allowed domains list in the management console. But even that doesn’t always work and sometime is just works for a while then stops working. Most problems seemed...

View Article

By: arjenfurster

Thanks for the answer Marshall! I created an supportcase today, so I hope Microsoft Support can provide me an solution… I let you know if there is any progress…

View Article
Browsing all 30 articles
Browse latest View live




Latest Images