Powershell BLOG
Throw Powershell commands via Webhook to your Slack Channel !
Hello friends! There is a simple way to pass commands to your slack channel via Webhook API combined with PowerShell and JSON converter 🙂 Sounds complicated? A few lines of code do the trick #Using out-string just to display on Channel line by line if you want | out-string $ad = Get-ADUser Read more…