Compare Microsoft Teams User List against a CSV file using PowerShell
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…
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…
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…
Here is a quick script for setting up a new computer using Chocolatey @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" cinst -y 7zip cinst…
This was originally taken from here with some modifications by me Automating backups with tar It is always interesting to automate the tasks of a backup. Automation offers enormous opportunities…
Here is a PowerShell script to export SharePoint Term Groups to XML param( [string]$siteUrl = "http://sharepoint.local:2013", [string]$termGroup = "Sample Term Group", [string]$exportPath = $null ) function Add-Snapin { if…
With the existance of UAC in the windows world, I find my self looking for easier ways to run a command as administrator (usually via command line) without needing to…
Looking for a way to format XML? http://www.bytechaser.com/en/resources/tp9h7nivzr/free-online-xml-formatting-tool.aspx -- some others http://stackoverflow.com/questions/521265/any-online-xml-formatter-or-formatter-in-free-text-editor http://www.shell-tools.net/index.php?op=xml_format http://aaronkarp.com/prettyXML/
http://www.blogtechnika.com/how-to-send-any-application-to-system-tray-in-windows-7
Summary: StickOut is a desktop sticky note with multi-user support and Outlook integration. As a .NET Framework 2.0 Windows Forms application, it uses .NET Remoting to communicate with other StickOut users…
FreeCommanderis an easy-to-use alternative to the standard windows file manager. The program helps you with daily work in Windows. Here you can find all the necessary functions to manage your…