# assumes your module was downloaded to C:source
Import-Module C:SourceAzurePowerShellUtilityFunctionsAzurePowerShellUtilityFunctions.psd1
# plug in your AI instrumentation key, trace message, and severity.
Send-AppInsightsTraceTelemetry -InstrumentationKey '<guid>' -Message 'This is an information logging message.' -Severity Information