Skip to content

Merge Slack Exports

I found myself in a situation where I wanted to preserve my Slack workspace’s chat history but being on the free tier, there are native limitations for how far back you will be able to see messages in your Slack workspace. The free tier limit for viewing messages and files is 90 days which means that anything older is not visible in Slack until you upgrade your tier to a paid tier. I did not… 

Send Message in Slack Using PowerShell

Being an IT Systems Administrator and being in work and personal environments that used Slack, I’ve always looked for a way to send a message in Slack using PowerShell especially for repetitive and automated tasks. I wanted to create a guide about how I accomplished this in case it can help someone else in a similar situation. There is a Slack configuration that is a pre-requisite before the PowerShell script will work. Slack Configuration Before…