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
The Add-VSTeamUser currently (per version 4.0.9) let's us specify -License with the following valid options:
[ValidateSet('Advanced', 'EarlyAdopter', 'Express', 'None', 'Professional', 'StakeHolder')]
In the UI we can also add users with an access level called "Visual Studio Subscriber". Under the hood, this seems to specify a Licensing Source of type MSDN.
The Add-VSTeamUser currently (per version 4.0.9) let's us specify -License with the following valid options:
[ValidateSet('Advanced', 'EarlyAdopter', 'Express', 'None', 'Professional', 'StakeHolder')]
In the UI we can also add users with an access level called "Visual Studio Subscriber". Under the hood, this seems to specify a Licensing Source of type MSDN.
Some relevant links from the documentation:
LicensingSource
MsdnLicenseType
Access Level
It would be nice to be able to also add users with the licensing source MSDN by using Add-VSTeamUser.
The text was updated successfully, but these errors were encountered: