Install Microsoft Teams using commands on Ubuntu Linux
To install the Teams app using commands, use these steps: Open Terminal. Type the following command and press Enter:curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add – Type the following command to download the package to install the app and press Enter:sudo sh -c ‘echo “deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main” > /etc/apt/sources.list.d/teams.list’ Type the following command and press Enter:sudo apt update […]
Create SCCM Device Collection Based On AD Security Group Membership
In this article I will show you how to create a device collection in SCCM based on an AD Security Group Membership. A few days ago I was asked to create an SCCM device collection where it pulled the members from an AD group. I thought this will be easy to setup. I was wrong, […]
Creating an SCCM Collection from an List of Computers in Excel
I frequently use this trick to manage collections of computers in SCCM where the original list comes from Excel, or from a query of another system that I can dump into Excel. Doing it this way, you don’t have to rely on adding computers one at a time to a collection query . One thing […]