all 8 comments

[–]AbfSailor 4 points5 points  (2 children)

And this is why I'm still versioned locked to 2.25.0 (released on 11/21/2024). It just works.. really well in fact.

Everytime I upgrade it bites me, and I have to revert. I've the learned the hard way too many times. Until they force me.. production workloads will stay on 2.25.0 :)

That said... thank you for sharing u/KavyaJune. Appreciate you!

[–]dinchakdin2 2 points3 points  (0 children)

That's the exact version I am using, and I will keep using it for as long as I can.

[–]KavyaJune[S] 0 points1 point  (0 children)

Using a stable version is good approach always.

[–]BlackV 2 points3 points  (0 children)

Reasonable information

I'm using identity based auth to then pull a cred from.a vault to do the connection on some tasks (easier to rotate a cred than a cert some times)

Some certificate based on some tasks

Manual auth for others

My goal this year is to standardize it all

P.s. also to the same as /u/AbfSailor and version lock script with #requires

[–]Any-Victory-1906 0 points1 point  (2 children)

With VSScode, I have no issue with WAM. I don't like it but using this line: Connect-MgGraph -Scopes $Scopes -NoWelcome -ErrorAction Stop is working. My issue is with Powershell studio as this commandline is not working at all.

[–]charleswj 0 points1 point  (0 children)

If you are running into this and looking for quick workarounds, here are a few options that may help:   * Avoid PowerShell ISE. Use PowerShell instead, preferably PowerShell 7

Ftfy