When attempting to toggle guest access for Teams "on", the toggle switch is grayed out. Any ideas?
โ Do not edit this section. It is required for docs.microsoft.com โ GitHub issue linking.
@Kettenhund Thank you for this feedback
I want to make sure this guest access swiths gets addressed quickly for you. Support will be able to handle this issue to resolution.
I think the best way forward is if you can open a service ticket in your tenant so this can get resolved ASAP. Based on outcome let me know if it is something that can be called out in the docs.
Here is a quick video on opening a ticket: https://www.youtube.com/watch?v=puuOy0sEg1Y
If you don't mind please keep us posted here on the resolution and I really want to get this information you are discovering back into the docs.
same problem here - i opened a ticket (#: 11521432) and we are currently searching.
i also ran following script:
Import-Module SkypeOnlineConnector
$Cred = Get-Credential
$CSSession = New-CsOnlineSession -Credential $Cred
Import-PSSession -Session $CSSession
Set-CsTeamsClientConfiguration -AllowGuestUser $True -Identity Global
but this doesn't help - i'm not able to toggle the slider nor to invite guests
I also have this problem. Can it be because it takes time before enabling guest access is provisioned?
Same issue. I have enabled guest access everywhere else but this toggle still won't budge. I am running a hybrid environment should it work the same way?
Same issue. Cannot toggle button the Guest button.
I can add guest. So, would you pls give more detail steps?
I can add guest. So, would you pls give more detail steps?
@loveunicom - sorry but i don't know what you mean - we can't toggle the switch to allow guest-access - that's the problem - and i think that's the reason why we can't invite guests, although i ran the powershell-script above.
i didn't receive a possible solutions from microsoft yet - when i get answer, i'll let you know
@sweikelt I mean that there are three places that control the guest access, so which toggle you can not switch?
@loveunicom - ah ok - i'm in the office 365-admin-center -> Settings -> Services and Add-Ins -> Microsoft Teams -> settings by user/license type

edit: in the https://admin.teams.microsoft.com - portal the guest-access is activated, but i'm not able to invite any external user

@sweikelt How can I insert a pic here?


@sweikelt Please confirm the above two places setting first.
@loveunicom - that's pretty simple - in case that you have it in your clipbord, just use ctr+v.
if you have it on your drive, drag and drop or select them

@loveunicom - roger - this permission is set to yes - i switch it now
@sweikelt Addition:
The sharepoint setting:

settings are set like yours, but i can't toggle the switch on.
let's wait some time, maybe it takes some time to be active.
PS: i don't like the setting in AzureAD ->Guest permissions are limited = set to "no" - it must work without setting this to "no" :-(
settings are set like yours, but i can't toggle the switch on.
let's wait some time, maybe it takes some time to be active.PS: i don't like the setting in AzureAD ->Guest permissions are limited = set to "no" - it must work without setting this to "no" :-(
Yes, you're right. Me too.
settings are set like yours, but i can't toggle the switch on.
let's wait some time, maybe it takes some time to be active.PS: i don't like the setting in AzureAD ->Guest permissions are limited = set to "no" - it must work without setting this to "no" :-(

Please check this to see whether your powershell takes effect.
@loveunicom - jep this is set to "on" too
@loveunicom - jep this is set to "on" too
Did you upgrade teams?

@loveunicom - jep this is set to "on" too

@loveunicom , this settings are also enabled. Microsoft is just working on it - but the last info i got yesterday - with the same questtions you asked :-P
@loveunicom , this settings are also enabled. Microsoft is just working on it - but the last info i got yesterday - with the same questtions you asked :-P
My sub is OK.


another colleague of mine can toggle the switch on (he works in another company on an different o365-tenant).
i suspect, that he can toggle it on, because he bought o365 directly - we bought it through ingram.
Same problem than @sweikelt, tried everything that @loveunicom mentioned (even if unlikely related), and still unable to toggle guest access for MS Teams :(
@KarimEZ - we now managed to toggle it on - but on a very suspicious way.
i've informed microsoft about the way we did it and now exspect an answer if i may publish the workaround here.
pls stay tuned ๐
Update: Microsoft says, that this switch should not be used anymore lol and that's why, in some tenants it is deactivated - because they are already migrated to "teams and skype for business portal".
My workaround (scripting via browser - not kidding!) is not supported (of course - would be a shame if it would be supported).
and again - we still don't got a working solution - maybe tomorrow with the help of the remote-help-god ^^
Um, ok, thanks... so I currently don't have a solution to add guests to Teams:(
@KarimEZ , don't give up - you can create a support-ticket like me - maybe it will push the priority forward.
like i said - maybe we can get a better answer tomorrow - because my microsoft-supporter is not in the office anymore
@KarimEZ Thank you for this feedback.
I want to make sure this issue is documented and troubleshooted promptly. Please open a ticket with support so we can start figuring out what is going on with some of the rings for Teams.
I think the best way forward is if you can open a service ticket in your tenant so this can get resolved ASAP. Based on outcome let me know if it is something that can be called out in the docs.
Here is a quick video on opening a ticket: https://www.youtube.com/watch?v=puuOy0sEg1Y
If you don't mind please keep us posted here on the resolution and I really want to get this information you are discovering back into the docs.
@sweikelt do you mind publishing your unsupported workaround? That would be more than what Microsoft is giving us. I have had a ticket open with them and all they do is keep sending me documents that I have already seen. I love that they are attempting to merge everything together but they should keep the old stuff working until the new stuff has been thoroughly tested.
@DarkwingDucker - yeah for sure - i wanted to wait till microsoft gives me the correct solution, but i think now, this will take some time o_O
so here is what we did (i used firefox):
Open office 365-admin-center and go to Settings -> Services and Add-Ins -> Microsoft Teams -> settings by user/license type
-> now switch to Guest
here the funny-part beginns ^^
open the page inspector (https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector)
-> click on "Console" and fire this up:
document.getElementById("EnableForSkypeTeams").disabled = false;
than press save, reload the page to be sure, that the insertion was successful.
after the switch is on, wait some mins and than invite some guests in your team.
i thought - "this will never work" and after the trick was done - i fell off the chair because i could not believe it
@sweikelt wow. I was like you. No way is this going to work, but Bam! It did, big kudos on this. Thanks!
Thank you all for the information and good discussion. Please let us know the resolution so that we can make sure to update the docs for it.
Lol, thanks @sweikelt.
Saved my day.
Thank you so much. Fixed a two day problem for me. For anyone that that types in the command and then presses save make sure you toggle the switch lol. The command, in my case, only enabled the switch to be toggled it does not change the setting. Thank you so much for this fix!
I'm glad you all have found a workaround while Support is working on this. I am closing again until we have word from support.
Any updates on this one here?
I have the same issue :(
Follow sweikelt's answer. It's an improbable workaround, but it's working.
Okay, so, you click inspect- console and then just type his line and press enter?
I did that in chrome and nothing happened, it just returned "false".. :/
So use Firefox, as he suggested... ๐
So use Firefox, as he suggested... ๐

Doesn't change a thing... :/
Anything that I might have done wrong here?
@Davidomir
i just tried it again - works like a charm for me.
maybe your Syntax-Error causes this
Hmm okay... just to make sure.
I just copy paste it and press enter, right?
On Thu 8. Nov 2018 at 14:13, Stephan Weikelt notifications@github.com
wrote:
@Davidomir https://github.com/Davidomir
i just tried it again - works like a charm for me.
maybe your Syntax-Error causes thisโ
You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub
https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusiness/issues/775#issuecomment-436989352,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AcEUBQV9zz35dDKLGpmiZNeY9uSoy5Ngks5utC30gaJpZM4Wuta6
.
@Davidomir
jep - just c&p and hit enter - maybe hit it a little bit harder ^^
in your posted screenshoot, i can see, that the command was correctly fired.
just be save and test all other suggested settings by microsoft
good luck!
viel erfolg!
Alright, thanks buddy.
It is sad, that such an essential feature is buggy..
On Thu 8. Nov 2018 at 14:22, Stephan Weikelt notifications@github.com
wrote:
@Davidomir https://github.com/Davidomir
jep - just c&p and hit enter - maybe hit it a little bit harder ^^
in your posted screenshoot, i can see, that the command was correctly
fired.
just be save and test all other suggested settings by microsoftgood luck!
viel erfolg!โ
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusiness/issues/775#issuecomment-436991886,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AcEUBbtloctyBGuxD_AaClYkEOod9YCPks5utDArgaJpZM4Wuta6
.
@Kettenhund - thank you for submitting feedback.
I think the best way forward is if you open a service ticket in your tenant so this can get resolved ASAP. Based on the outcome let me know if it is something that can be called out in the docs.
Please follow this link to contact support for business products: https://docs.microsoft.com/office365/admin/contact-support-for-business-products
Please keep us posted here on the resolution so we can feed whatever information you discover into the content.
@officedocsbot close
Most helpful comment
@DarkwingDucker - yeah for sure - i wanted to wait till microsoft gives me the correct solution, but i think now, this will take some time o_O
so here is what we did (i used firefox):
Open office 365-admin-center and go to Settings -> Services and Add-Ins -> Microsoft Teams -> settings by user/license type
-> now switch to Guest
here the funny-part beginns ^^
open the page inspector (https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector)
-> click on "Console" and fire this up:
document.getElementById("EnableForSkypeTeams").disabled = false;than press save, reload the page to be sure, that the insertion was successful.
after the switch is on, wait some mins and than invite some guests in your team.
i thought - "this will never work" and after the trick was done - i fell off the chair because i could not believe it