Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/teams-sso-powershell #3

Closed
TechWatching opened this issue Oct 19, 2021 · 2 comments
Closed

posts/teams-sso-powershell #3

TechWatching opened this issue Oct 19, 2021 · 2 comments

Comments

@TechWatching
Copy link
Owner

Written on 13/06/2020 15:08:48

URL: https://techwatching.dev/posts/teams-sso-powershell

@TechWatching
Copy link
Owner Author

Comment written by Patrick Lemieux on 06/08/2020 20:28:02

Really Good article. Quick question... When I run the following command, I receive this error message :

$preAuthorizedApplications = New-Object 'System.Collections.Generic.List[Microsoft.Open.MSGraph.ModePreAuthorizedApplication]'
New-Object : Cannot find type [System.Collections.Generic.List[Microsoft.Open.MSGraph.ModePreAuthorizedApplication]]: verify that the assembly containing this type is loaded.
At line:1 char:30
+ ... lications = New-Object 'System.Collections.Generic.List[Microsoft.Ope ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidType: (:) [New-Object], PSArgumentException
+ FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.NewObjectCommand

Any idea why?

@TechWatching
Copy link
Owner Author

Comment written by Alexandre on 06/08/2020 23:34:27

I guess it's because you did not install /import AzureAD module (see the final script https://github.com/TechWatc...

@TechWatching TechWatching changed the title Automate configuration of Teams Tab SSO with PowerShell. posts/teams-sso-powershell Oct 20, 2021
Repository owner locked and limited conversation to collaborators Oct 20, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant