You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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
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
It seems like the switch parameter -NoWelcome, which is passed to Connect-MgGraph from Connect-Maester, doesn't exist anymore.
The text was updated successfully, but these errors were encountered: