From 33f67aff2023638aabd875ed91fe47ff291e6dc0 Mon Sep 17 00:00:00 2001 From: Nicola Suter <32899754+nicolonsky@users.noreply.github.com> Date: Mon, 4 May 2020 13:58:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99519f6..dc6f4f3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # AzureADLicensing -PowerShell Cmdlets to manage Azure AD Group based Licensing. +PowerShell Cmdlets to manage Azure AD Group based licensing. [![PSGallery Version](https://img.shields.io/powershellgallery/v/AzureADLicensing.svg?style=flat-square&label=PSGallery%20Version)](https://www.powershellgallery.com/packages/AzureADLicensing) [![PSGallery Downloads](https://img.shields.io/powershellgallery/dt/AzureADLicensing?style=flat-square&label=PSGallery%20Downloads)](https://www.powershellgallery.com/packages/AzureADLicensing) ## Using the module 1. Install the module: ```Install-Module -Name AzureADLicensing -AllowClobber``` -2. If you hav the deprecated AzureRM module installed, uninstall it first ```Uninstall-AzureRm``` +2. If you have the deprecated AzureRM module installed, uninstall it first ```Uninstall-AzureRm``` 3. Authenticate to Azure: ```Get-AuthToken``` ## Available commands