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-Maester: -NoWelcome parameter doesn't exist in Connect-MgGraph #618

Open
fabrisodotps1 opened this issue Jan 10, 2025 · 1 comment

Comments

@fabrisodotps1
Copy link

fabrisodotps1 commented Jan 10, 2025

It seems like the switch parameter -NoWelcome, which is passed to Connect-MgGraph from Connect-Maester, doesn't exist anymore.

PS C:\Repos> Connect-Maester
Connect-MgGraph: C:\...\Documents\PowerShell\Modules\Maester\1.0.0\public\Connect-Maester.ps1:123
Line |
 123 |  … Message:$SendTeamsMessage -Privileged:$Privileged) -NoWelcome -UseDev …
     |                                                       ~~~~~~~~~~
     | A parameter cannot be found that matches parameter name 'NoWelcome'.
@fabrisodotps1
Copy link
Author

Did some more testing:

  • If the Microsoft.Graph.Authentication module isn't installed on the system, it gets installed as dependency with the Maester module in version 2.2.0 -> In this version the NoWelcome param isn't avaiable on Connect-MgGraph (probably a bug)
  • If the Microsoft.Graph.Authentication module is updated to the newest version (2.25.0), the NoWelcome param exists on Connect-MgGraph

@fabrisodotps1 fabrisodotps1 reopened this Jan 13, 2025
@fabrisodotps1 fabrisodotps1 changed the title Connect-Maester: -NoWelcome parameter doesn't exist in Connect-MgGraph (anymore) Connect-Maester: -NoWelcome parameter doesn't exist in Connect-MgGraph Jan 13, 2025
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

1 participant