Skip to content

A multi-platform PowerShell module for using Azure Application Insights

License

Notifications You must be signed in to change notification settings

tmeadon/PSCoreAppInsights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSCoreAppInsights

A multi-platform PowerShell module for using Azure Application Insights.

CI Status

This is in a very early state - proper docs, cmdlet help, tests and other features will be on their way.

Installation

Install-Module -Name PSCoreAppInsights

Usage

To use this module to send telemetry to Application Insights, you first need to create a client using the Instrumentation Key from your account:

$client = New-AppInsightsClient -InstrumentationKey 'xyz'

The $client must then be passed into each of the cmdlets using the AppInsightsClient parameter.

Available Cmdlets

PS > Get-Command -Module PSCoreAppInsights | Select-Object -Property Name

Name
----
New-AppInsightsClient
Send-AppInsightsDependency
Send-AppInsightsEvent
Send-AppInsightsException
Send-AppInsightsTrace

About

A multi-platform PowerShell module for using Azure Application Insights

Resources

License

Stars

Watchers

Forks

Packages

No packages published