PSGetModuleInfo.xml
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">PSAppInsightsFix</S> <Version N="Version">0.9.6</Version> <S N="Type">Module</S> <S N="Description">Add Application Insights to PowerShell to get both simple and advanced tracing to gain insight to how your scripts are actually working, including errors and functional usage</S> <S N="Author">Jos Verlinde [MSFT]</S> <S N="CompanyName">Jos.Verlinde</S> <S N="Copyright">(c) 2016-2017 Jos Verlinde. All rights reserved.</S> <DT N="PublishedDate">2017-05-27T18:14:36+02:00</DT> <Nil N="InstalledDate" /> <Nil N="UpdatedDate" /> <URI N="LicenseUri">https://github.com/Josverl/Connect-O365/raw/master/License</URI> <URI N="ProjectUri">https://github.com/Josverl/PSAppInsightsFix</URI> <URI N="IconUri">https://raw.githubusercontent.com/Josverl/PSAppInsightsFix/master/Images/PSAI.png</URI> <Obj N="Tags" RefId="1"> <TN RefId="1"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>Tracing</S> <S>ApplicationInsights</S> <S>Monitoring</S> <S>DevOps</S> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="2"> <TN RefId="2"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Function</S> <Obj N="Value" RefId="3"> <TNRef RefId="1" /> <LST> <S>New-AIClient</S> <S>Push-AIClient</S> <S>Stop-AIClient</S> <S>Send-AIEvent</S> <S>Send-AITrace</S> <S>Send-AIMetric</S> <S>Send-AIException</S> <S>Send-AIDependency</S> <S>New-Stopwatch</S> <S>Start-AIPerformanceCollector</S> <S>Stop-AIPerformanceCollector</S> <S>Start-AILiveMetrics</S> <S>Stop-AILiveMetrics</S> <S>getCallerVersion</S> <S>ConvertTo-Hashtable</S> <S>Get-StringHash</S> <S>getCallerInfo</S> </LST> </Obj> </En> <En> <S N="Key">RoleCapability</S> <Obj N="Value" RefId="4"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="5"> <TNRef RefId="1" /> <LST> <S>New-AIClient</S> <S>Push-AIClient</S> <S>Stop-AIClient</S> <S>Send-AIEvent</S> <S>Send-AITrace</S> <S>Send-AIMetric</S> <S>Send-AIException</S> <S>Send-AIDependency</S> <S>New-Stopwatch</S> <S>Start-AIPerformanceCollector</S> <S>Stop-AIPerformanceCollector</S> <S>Start-AILiveMetrics</S> <S>Stop-AILiveMetrics</S> <S>getCallerVersion</S> <S>ConvertTo-Hashtable</S> <S>Get-StringHash</S> <S>getCallerInfo</S> </LST> </Obj> </En> <En> <S N="Key">DscResource</S> <Obj N="Value" RefId="6"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Workflow</S> <Obj N="Value" RefId="7"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Cmdlet</S> <Obj N="Value" RefId="8"> <TNRef RefId="1" /> <LST /> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">v0.9.6 Detect version of ps1 scripts running in Azure Automation _x000D__x000A_v0.9.4 Improved errorhandling and reporting during client initialisation _x000D__x000A_V0.9.2.3 Silently fail if client has not been initialised, to allow adding SEND-AI* statements withouth the need to remove them to avoid dependencies_x000D__x000A_V0.9.2 Improve Stacklogging, Send-AIException, _x000D__x000A_v0.9.1 Add -Stackwalk to allow Wrapping of a Log function and still allow correct reporting of the calling function -StackWalk 1 _x000D__x000A_V0.9.0.2 Add -Developer Mode and -Sending interval to control how quick to send the information to AI_x000D__x000A_V0.9 Upgrade to ApplicationInSights 2.3.0, fix dependency load on Windows 10_x000D__x000A_V0.8.1 Code cleanup and cosmetics_x000D__x000A_V0.8.1 Default operation is name of calling Powershell script_x000D__x000A_V0.8 Integrate multiple different Features._x000D__x000A_V0.7.4 Upgrade to ApplicationInSights 2.2.0 _x000D__x000A_V0.7.3 Add support to report Powershell call stack_x000D__x000A_V0.7.2 Add Convertto-hashtable_x000D__x000A_V0.7 Add Collection of Performance Counters, Update to PSGallery_x000D__x000A_V0.6.2 Add caller's script or module version information to start-AISession_x000D__x000A_V0.6.1 Automatically add caller information on new Session (Script, Line Number )_x000D__x000A_V0.6.0.2 Resolve naming collision for get-hash _x000D__x000A_V0.5 initial publication</S> <Obj N="Dependencies" RefId="9"> <TNRef RefId="1" /> <LST /> </Obj> <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S> <S N="Repository">PSGallery</S> <S N="PackageManagementProvider">NuGet</S> <Obj N="AdditionalMetadata" RefId="10"> <TN RefId="3"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="copyright">(c) 2016-2017 Jos Verlinde. All rights reserved.</S> <S N="description">Add Application Insights to PowerShell to get both simple and advanced tracing to gain insight to how your scripts are actually working, including errors and functional usage</S> <S N="requireLicenseAcceptance">True</S> <S N="releaseNotes">v0.9.6 Detect version of ps1 scripts running in Azure Automation _x000D__x000A_v0.9.4 Improved errorhandling and reporting during client initialisation _x000D__x000A_V0.9.2.3 Silently fail if client has not been initialised, to allow adding SEND-AI* statements withouth the need to remove them to avoid dependencies_x000D__x000A_V0.9.2 Improve Stacklogging, Send-AIException, _x000D__x000A_v0.9.1 Add -Stackwalk to allow Wrapping of a Log function and still allow correct reporting of the calling function -StackWalk 1 _x000D__x000A_V0.9.0.2 Add -Developer Mode and -Sending interval to control how quick to send the information to AI_x000D__x000A_V0.9 Upgrade to ApplicationInSights 2.3.0, fix dependency load on Windows 10_x000D__x000A_V0.8.1 Code cleanup and cosmetics_x000D__x000A_V0.8.1 Default operation is name of calling Powershell script_x000D__x000A_V0.8 Integrate multiple different Features._x000D__x000A_V0.7.4 Upgrade to ApplicationInSights 2.2.0 _x000D__x000A_V0.7.3 Add support to report Powershell call stack_x000D__x000A_V0.7.2 Add Convertto-hashtable_x000D__x000A_V0.7 Add Collection of Performance Counters, Update to PSGallery_x000D__x000A_V0.6.2 Add caller's script or module version information to start-AISession_x000D__x000A_V0.6.1 Automatically add caller information on new Session (Script, Line Number )_x000D__x000A_V0.6.0.2 Resolve naming collision for get-hash _x000D__x000A_V0.5 initial publication</S> <S N="isLatestVersion">True</S> <S N="isAbsoluteLatestVersion">True</S> <S N="versionDownloadCount">2809</S> <S N="downloadCount">3047</S> <S N="packageSize">1129502</S> <S N="published">27.05.2017 18:14:36 +02:00</S> <S N="created">27.05.2017 18:14:36 +02:00</S> <S N="lastUpdated">04.09.2019 12:41:16 +02:00</S> <S N="tags">Tracing ApplicationInsights Monitoring DevOps PSModule PSFunction_New-AIClient PSCommand_New-AIClient PSFunction_Push-AIClient PSCommand_Push-AIClient PSFunction_Stop-AIClient PSCommand_Stop-AIClient PSFunction_Send-AIEvent PSCommand_Send-AIEvent PSFunction_Send-AITrace PSCommand_Send-AITrace PSFunction_Send-AIMetric PSCommand_Send-AIMetric PSFunction_Send-AIException PSCommand_Send-AIException PSFunction_Send-AIDependency PSCommand_Send-AIDependency PSFunction_New-Stopwatch PSCommand_New-Stopwatch PSFunction_Start-AIPerformanceCollector PSCommand_Start-AIPerformanceCollector PSFunction_Stop-AIPerformanceCollector PSCommand_Stop-AIPerformanceCollector PSFunction_Start-AILiveMetrics PSCommand_Start-AILiveMetrics PSFunction_Stop-AILiveMetrics PSCommand_Stop-AILiveMetrics PSFunction_getCallerVersion PSCommand_getCallerVersion PSFunction_ConvertTo-Hashtable PSCommand_ConvertTo-Hashtable PSFunction_Get-StringHash PSCommand_Get-StringHash PSFunction_getCallerInfo PSCommand_getCallerInfo PSIncludes_Function</S> <S N="developmentDependency">False</S> <S N="updated">2019-09-04T12:41:16Z</S> <S N="NormalizedVersion">0.9.6</S> <S N="Authors">Jos Verlinde [MSFT]</S> <S N="IsPrerelease">false</S> <S N="ItemType">Module</S> <S N="FileList">PSAppInsightsFix.nuspec|AIDependency.psm1|AIEvent.psm1|AIException.psm1|AIMetrics.psm1|AIOperation.psm1|AIPageView.psm1|AIPerformanceCollector.psm1|AITrace.psm1|get-NugetPackages.ps1|HelperFunctions.psm1|install-NugetPackages.ps1|LiveMetrics.psm1|packages.config|PSAppInsightsFix.psd1|PSAppInsightsFix.psm1|Microsoft.ApplicationInsights.2.3.0\lib\net45\Microsoft.ApplicationInsights.dll|Microsoft.ApplicationInsights.2.3.0\lib\net45\Microsoft.ApplicationInsights.XML|Microsoft.ApplicationInsights.Agent.Intercept.2.0.7\lib\net45\Microsoft.AI.Agent.Intercept.dll|Microsoft.ApplicationInsights.DependencyCollector.2.3.0\lib\net45\Microsoft.AI.DependencyCollector.dll|Microsoft.ApplicationInsights.PerfCounterCollector.2.3.0\lib\net45\Microsoft.AI.PerfCounterCollector.dll|Microsoft.ApplicationInsights.WindowsServer.2.3.0\lib\net45\Microsoft.AI.WindowsServer.dll|Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.3.0\lib\net45\Microsoft.AI.ServerTelemetryChannel.dll|Sample\advanced%20tracing.ps1|Sample\Basic%20Use.ps1|Sample\Call%20CreateReleaseAnnotation.ps1|Sample\CreateReleaseAnnotation.ps1|Sample\Documentation.pptx|Sample\Live%20Metrics.ps1|Sample\LogExceptions.ps1|Sample\PerformanceCounters.ps1|Sample\Simple%20AI%20withouth%20module.ps1|Sample\taxonomy.md</S> <S N="GUID">1706beeb-bb2f-4a51-b1fd-f972e62f4d2d</S> <S N="PowerShellVersion">4.0</S> <S N="DotNetFrameworkVersion">4.5</S> <S N="CompanyName">Microsoft</S> </MS> </Obj> <S N="InstalledLocation">C:\Projects\ABB.Ability.Automation\ABB.Ability.Automation\Dependencies\PSAppInsightsFix\0.9.6</S> </MS> </Obj> </Objs> |