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…
Tag: REST
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 ELB Billing Report
I talked about AWS EC2 and general services billing in my previous blogs. AWS Services usage and billing reports already provides summary billing report for Elastic Load Balancing. However, if you want to generate a detailed per instance based report, we need to go one step further and generate that. Refer my previous blog here…
Service Now Change Management using Powershell
In previous post, I talked about Service Now Incident management using Powershell. In this blog, I am going to talk about Change management using Powershell with an example. Again, the scenario remains the same, still trying to automate a lot of stuff and this time leveraging Service Now Change management. In one of my previous…
Service Now Incident Management using Powershell
IT Incident Management using Service Now tool is very common in most organizations now-a-days. Service Now is one of leading ITSM tool available in market. Few months back, I was tasked with automating some of our Service administration process.While automating server process of server administration, I started exploring options to automate Incident management using Powershell….