Alex Kilp

Results 5 comments of Alex Kilp

Hi @EsOsO, I don't need the hostname information to be added to the message itself. We wrote a custom target for vRealize LogInsight (vRLI) and this information is used as...

The vRLI target configuration is similar to Teams ```powershell Name = 'vRLI' Configuration = @{ LogInsightServer = @{Required = $true; Type = [string]; Default = $null } Details = @{Required...

Using the body key will not resolve fields of the hashtable in teams. ![image](https://user-images.githubusercontent.com/3524565/98950862-d1306b00-24f9-11eb-8073-b523056e5e3d.png) For the LogInsight target i can build something around. Body key has not been used yet.

An example: ```powershell Configuration = @{ [...] Proxy = @{Required = $false; Type = [string]; Default = ""} ProxyCredential = @{Required = $false; Type = [pscredential]; Default = $null} }...