EvotecIT / PSTeams

PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It's pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.
MIT License
409 stars 41 forks source link

Add the Proxy parameter to cmdlets that invoke a REST Method #45

Closed theramiyer closed 2 years ago

theramiyer commented 2 years ago

This is to facilitate communication with O365 in environments that would like to use a proxy to connect to the service.

PrzemyslawKlys commented 2 years ago

tnx :)

theramiyer commented 2 years ago

Pleasure! Couldn't help much with the rest, at the moment, though.