Brian Kaiser
Brian Kaiser
I also cannot install. I have tried both with PowerShell 7.2.5 and Windows PowerShell 5.1 from an Administrator shell using these commands: ```PowerShell Import-Module -Name PowerShellGet -MinimumVersion 2.2.5 Install-Module -Name...
What's the best way to get this resolved? I'm currently working around this by adding the following to my PowerShell profile after importing the VSTeam module: ```PowerShell Set-VSTeamAccount -Account 'Foo'...
Any chance that @MartinGC94 can resubmit their orginal PR (https://github.com/PowerShell/PowerShell/pull/20454) to get this resolved? It also appears that https://github.com/PowerShell/PowerShell/pull/20411 met a similar fate and is related. Is there some larger...
It doesn't appear that the Microsoft.Entra module has any cmdlets or functions whatsoever: 
Thank you, @SamErde. I tried your suggestion of running the module manually. Do we know what the expected output is? I only tested with one script, but didn’t get any...
> In addition to the documentation that you referenced earlier, there is a lot of useful information to be learned just by opening the script and reading the comment based...