Category: Microsoft

Install Sysinternals using Chocolatey

Sysinternals can be very easily deployed using Microsoft Endpoint Manager (formerly Intune Portal). You do not need to download any EXE or MSI file from site. Chocolatey takes care of it. You do not need to Install Chocolatey either. Below code will Install Chocolatey and Install Sysinternals Open Notepad or PowerShell ISE or your Favourite

Intune/Windows 10 Autopilot Firewall exceptions

All the URLs required to be put in Firewall Exception for Autopilot project. Please ask your network Team to allow below URLs for Autopilot. They are all Port 80 and Port 443 over TCP connection unless specified with URL in the list below. e.g. WIP requires port 444. Must have aka.ms*go.microsoft.com Device Authentication login.live.comdmd.metaservices.microsoft.com [used

Clear MS Teams Cache

A lot of people going through Teams crashing issues etc. Unfortunately there is definite solution for this issue except uninstall Office suite and reinstall it. Ideally I wouldn’t do it for corporate environment where 100s of 1000s of users are affected. I have had these issues at a client’s site. Clearing cache for Teams worked

Intune Drive Mapping Generator

I do not take credit for this script. Originally developed by Nicola Suter. Generate Intune ready PowerShell scripts to map file shares on Windows 10 clients. Without scripting effort. (Optional) Export your existing group policy configuration which contains the network drive (drive mapping)configuration to an xml file Upload the configuration or generate a new one

SCCM Collection Queries

Below are a list of Queries for different kinds of collections. Its a long list. So please only copy and paste the Query which has relevance to the task you are doing. TRY AT YOUR OWN RISK. Not that there are any Risks. But I just wanted it to be clear before you go ahead

MSIX Packaging Fundamentals

MSIX is an innovative new method for packaging applications in the ever-evolving industry of application development and deployment. This guide explains what one needs to get started with MSIX packaging, its advantages, how to do it, and best practices. What is MSIX?MSIX is a new generation of the packaging format for the Windows apps, unifying

Deploy Chocolatey using Intune

Create a PowerShell Script and Copy the below code in the Script. Save it as a .PS1 file and then in Intune (Microsoft Endpoint Manager). Click Devices, Windows, PowerShell Scripts, Add and Then Name Anything you want. Put Description if you like then go to next Screen. Select the .PS1 script you just created. Choose

How to deploy Notepad++ using Intune and Chocolatey

Notepad++ can be very easily deployed using Microsoft Endpoint Manager (formerly Intune Portal). You do not need to download any EXE or MSI file from Notepad++ site. Chocolatey takes care of it. Open Notepad or PowerShell ISE or your Favourite Text Editor. Copy and Paste below code and save file as Notepad++ or any name