martdegraaf / Powershell-Utils-Azure

A couple of usefull Powershell script which can be used to get information from Azure DevOps (and later Azure).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powershell Script Utilities

Introduction

It is mine first attempt writing Powershell Script. I don't know all the ins- and outs of Powershell, so that's why some code look weird, because I am still learning to code Powershell in the proper way. BTW mine background is C#.

I tried to avoid large PS scripts which I often see during mine work. And I tried to apply a bit of Object Oriented Programming, but it can be a lot better. I wasn't fully aware of the possiblilties of OO in Powershell when creating these script.

Enjoy and have fun with the Scripts.

Kind regards, Sven Ansem

Overview

This folder contains powershell scripts/modules which can be handy by your daily work.

Folder Description
Azure Devops This folder contains PS1 and PSM scripts, which are communicating against the Azure DevOps API
Generic This folder contains PS1 and PSM scripts, which can be used by different parts of these utilities, like create emailmessage

Release Notes

Date Modified By Description
2019-06-14 Sven Ansem Initial public version

About

A couple of usefull Powershell script which can be used to get information from Azure DevOps (and later Azure).


Languages

Language:PowerShell 100.0%