Skip to content
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

Connect-DCMsGraphAsUser: A parameter cannot be found that matches parameter name 'NoWelcome'. #39

Open
rustyrayzor opened this issue Nov 22, 2023 · 3 comments

Comments

@rustyrayzor
Copy link

Hi i'm getting an error when i run Deploy-DCConditionalAccessBaselinePoC , not sure what to even look at it

PS C:\Users> Deploy-DCConditionalAccessBaselinePoC
VERBOSE: Checking PowerShell version...
VERBOSE: PowerShell 7.3 found!
VERBOSE: Looking for the Graph PowerShell module...
VERBOSE: Graph PowerShell 2.9 found!
VERBOSE: Connecting to Microsoft Graph...
Connect-DCMsGraphAsUser: A parameter cannot be found that matches parameter name 'NoWelcome'.

Any suggestions? thanks

@mn3m
Copy link

mn3m commented Dec 8, 2023

You need to update the Microsoft.Graph module, this parameter was added quite recently: https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/2241/commits

@Skatterbrainz
Copy link

2.10.0 was released 11/23/23

@rustyrayzor
Copy link
Author

Thanks the new version work flawlessly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants