Today I am going to share a small , however, very useful script to change Ownership of a list of Windows Directories / CIFS using Powershell. Being a Windows System Administrator, we often find ourselves in situations where we have issues to access or change NTFS permission on Directories. We tend to update or take…
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…
AWS EC2 Volumes Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
AWS Elastic Load Balancer Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
AWS EC2 Instance Tagging
A Tag is an user defined metadata or label to an AWS resource to identify and manage it efficiently. Tag consists of a Key and an optional Value. It helps us to identify resources in Cloud environment quickly. For Example, a tag for “Environment” will help us to identify all resources in a particular environment….
Managing attachments in Confluence using Powershell
In my previous post I discussed about managing Confluence page and it’s content. This is the second part of the series. Today, I am going to share some script blocks to manage attachments in Confluence pages. Before you start, you still need to set up access on Confluence to manage pages, content,Space etc. Let’s set…
AWS RDS Billing Report
Amazon Relational Database Service(RDS) is a Cloud-based distributed relational database service. In today’s blog, I will share a script to generate RDS billing report for each RDS instance for a specified date range. Before we start, we need to setup our AWS credentials and AWS Powershell SDK . Refer following documents to set those :…
Managing Confluence Page using API and Powershell
Atlassian Confluence is one of the leading Team collaboration software in the market. It helps one to create, collaborate and organize work in one place. You can create nice document, dashboard etc. quickly and share with your team using it. Confluence can be either Cloud-based or Server based. You can learn more about Confluence from…
AWS Elastic IP Billing Report
In my previous blog I wrote about billing report for EBS Volumes under EC2 – Other service category of AWS Cost Explorer API. Today, I am going to provide another script which will help you to generate billing report specific to Elastic IP address usage in AWS. So, if you have already gone through the…