Monday, 20 November 2023

Change Client DNS with simple Script

This is a handy simple script to change DNS (test it before run in live environments;)) : @echo off:: Google DNSset DNS1=8.8.8.8set DNS2=8.8.4.4for /f "tokens=1,2,3*" %%i in ('netsh int show interface') do (    if %%i equ Enabled (        echo Changing "%%l" : %DNS1% + %DNS2%       ...

Tuesday, 6 December 2022

How To Create A Custom Role In Intune

In large organizations, multiple IT teams work on different projects and they need different rights. It does not make sense to provide Global administrator or Intune Service Administrator rights to everyone. That is why we have Intune Custom-based roles which can be created...

Deploy CrowdStrike Falcon Agent Using Intune

 CrowdStrike is a cloud-based next-generation antivirus, EDR (endpoint detection and response) solution. You can deploy CrowdStrike in your infrastructure via a single lightweight agent. In this post, we will discuss how we can install CrowdStrike falcon agent / Sensor...

Install Google Chrome Using Intune

Google Chrome was developed and released by Google in 2008. It’s a quite popular browser on Microsoft Windows, Linux, MacOS. It also supports mobile devices such as Android and iOS. In today’s post, we will discuss how we can deploy or install Chrome browser using Intune...

Wednesday, 7 October 2020

Tuesday, 4 February 2020

Microsoft Office 2013 Language Pack Application creation

This post is ment to help to set up Office 2013 language packages. In the example I used the German language pack. First of all you have to set up the xml file with the setup configuration. This is the one I used: Configuration Product=OMUI.de-de    Display Level=none CompletionNotice=no SuppressModal=yes AcceptEula=yes     ...