Visual Studio Team Services のソース管理を整理したいのですが、古いプロジェクトを削除しようとしています。オンラインで調べたところ、開発者コマンド プロンプトに必要なコマンドがあります。ただし、プロンプトで自分自身を認証する方法がわかりません。
たとえば、次のコマンドがあります。
tfsdeleteproject /collection/https://DOMAIN_NAME.visualstudio.com/DefaultCollection/PROJECT_NAME/
しかし、私はこのメッセージを受け取ります:
Deletes the team project from Team Foundation. To use this command, you must be a member of either the Team Foundation Server Administrators group or a member of the Project Administrators group for the project you are deleting. Use this command with caution because after deleting the team project it cannot be recovered.
誰でも助けてもらえますか?私は通常、ビジュアル スタジオの tfs プラグインを介してソース管理にアクセスします。これには、ユーザー名とパスワードの画面があります。しかし、コマンドプロンプトの場合、ログイン方法がわかりません。