Skip to content

OxHobbs/AzureMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzureMon Module ReadMe

Description

This module contains a collection of tools that are used to aid in management of an Azure Monitoring environment. Semantic versioning is used in this project and a lite changelog is kept towards the bottom of this readme file.

Normal PowerShell commands may be used to interact with this module. Install this module from your NuGet server or copy the module to the following directory %ProgramFiles%/WindowsPowerShell/Modules

To view all cmdlets available in this module run the following:

Import-Module AzureMon
Get-Command -Module AzureMon

You may also use the help functionality with the cmdlets...

Import-Module AzureMon
Get-Help Register-VMToOMS -Full

note: This document gives an overview of changes that are made within releases for a detailed view of what changes have happened within the module, refer to the source code repository in the VCS.

v2.2.2

  • Updated the ExtracyDate field to use 24 hour time.

v1.0.0

  • Renamed and released module as AzureMon

v0.9.0

  • Added Register-VMToOMS runbook

v0.8.1

  • Fixed an output issue in Send-KVCertInfoToLA

v0.8.0

  • Added the cmdlet Send-KVCertInfoToLA to send Key Vault metadata to Log Analytics

v0.6.0

  • Added the Get-SSLCertInfo cmdlet

v0.5.0

  • Modified New-MetricEmailAlertRules to be more idempotent and update the alert if some key values have changed.

v0.4.0

  • Implemented the external cmdlets: Set-MetricForwardingToOMS and New-MetricEmailAlertRules

v0.3.0

  • Fixed an issue where an empty folder in the module causes failures on importing.

v0.2.0

  • Added the ability to specify which subscription the VMs and LA workspace exists.

v0.1.0

  • Initial implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published