PowerShell Script to add users to Microsoft Team Sites and Channels in bulk
Ever found your self looking for a way to add a group of users to a team site and one or more channels in bulk? I was in that situation…
Ever found your self looking for a way to add a group of users to a team site and one or more channels in bulk? I was in that situation…
I found an excellent article here that provided a nice PowerShell script to help automate the cleanup of Exchange related log files (tested on 2013/2016/2019). I made a few modifications…
I was looking for a why to bulk add a list of users into a Microsoft Teams Group however before I did that I wanted to compare the list of…
This is a repost from here Why use this method when you can deploy through the Azure Portal? The deployment of the Sophos XG firewall appliance through the new Azure…
If your like me you have a lot of backups, downloads, and/or copies files in various folders and cleaning it up and can be time consuming. To help with that…
Bernie Salvaggio wrote a fantastic script for working with Log files (compressing them and removing them after a specific age). Archive Log Files: Manually specify any folder(s) or automatically parse…
Took a file to figure out the correct syntax -- the following line will export all of the primary IP Addresses along with the name and mac address in a…
Here are a couple of user docker powershell utility scripts ConvertFrom-Docker.psm1 - this will take the output from something like docker ps and convert it to something like this docker…