Brian Kaiser
Results
2
comments of
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'...