In my last few posts I have discussed about Microsoft Azure DevOps Users, Groups, License audit etc. Periodically, we run those audits to perform access review and license true up. Refer to my previous posts here: Azure DevOps Users and Groups Report in Excel Azure DevOps basic User and License Audit In this post, we…
Category: DevOps
Azure DevOps basic User and License Audit
In my previous post I discussed about Azure DevOps and shared a script to generate users and groups report in an Excel spreadsheet. We can periodically generate such report and perform audit on users and groups based on Company requirements. Today, I am going discuss about license usage and user activity audit. A common use…
Azure DevOps Users and Groups Report in Excel
Azure DevOps is a Microsoft product which provides version control, project management, automated builds, lab management, testing and release management,Code repository capabilities. It covers the application life-cycle and enables DevOps capabilities. Organizations using Azure DevOps allow users to login and perform different job roles including manage repositories, work items, perform build and release management etc….
Create Azure DevOps User Story using Powershell
In my previous post I talked about creating Azure DevOps(ADO) Task from ITSM Incident. I am going to talk about another use case today. We will create ADO User Story work item from ITSM Change Management Ticket. As mentioned in my previous post, Engineering team is using ADO to track their activities, where as rest…
Create Azure DevOps Task using Powershell
Azure DevOps(ADO) is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, lab management, testing and release management capabilities. It covers the entire application life-cycle, and enables DevOps capabilities. Today I am going to share a script block to create ADO Work Item, specially Task using Powershell. My initial goal…
Add custom field to Azure DevOps Work item type
Azure DevOps is Microsoft provided service to provide version control, reporting, project management, build and release management service. It can be Azure hosted (online) or on-premise. It covers the entire application cycle and enables DevOps capabilities. Check Microsoft documentation to learn more about Azure DevOps. Recently I was working on a Project to write some…