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…
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…
This is a re-post from this article... All SRV and A resource records (20 in total, if the domain controller is a Global Catalog server; 15 if it is not)…
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…
Original posting can be found here... A Warm-Up Script is essential for seldom used pre-production environments to avoid waiting for what seems like an eternity for the web applications to warm…
if you check the event viewer after trying to open the file from One Drive and get the 'not a trusted location' error, there will be an error that begins…
Here are a couple of useful articles to help with this task https://docs.microsoft.com/en-us/azure/active-directory-domain-services/active-directory-ds-join-ubuntu-linux-vmhttp://blog.admindiary.com/integrate-ubuntu-active-directory-using-kerberos-realmd-sssd/https://blogs.technet.microsoft.com/jeffbutte/2016/12/18/265/ Untested script :) # Set the following values to match your env #HOSTNAME=<MYSYSTEMNAME> DOMAIN_NAME=<my domain name in…
Copied from https://www.ceos3c.com/2017/07/06/configure-ntp-server-windows-server-2016/ We will use PowerShell to change the NTP Server and we will validate if it worked afterwards. Configure the NTP Server on Windows Server 2016 On your Windows…
Taken from here: https://docs.microsoft.com/en-us/iis/extensions/troubleshooting-application-request-routing/troubleshooting-502-errors-in-arr Troubleshooting 502 Errors in ARR by Richard Marr Tools Used in this Troubleshooter: IIS Failed Request Tracing Network Monitor Winhttp Tracing This material is provided for informational…