sample csv file

How to Fix “No active antivirus provider” on Windows 10

The issue was due to ‘DisableAntiSpyware’ registry key under HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender which was set to 1. This has to be changed to 0. And this will enable Microsoft Defender as the active antivirus.

sample csv file

How to Install Remote Server Administration Tools (RSAT) on Windows 11

Quick Reference for PowerShell: Below by Prajwal Desai The steps covered in this article should help you to install RSAT on Windows 11 computer. I will cover 2 methods to install the Remote Server Administration Tools on Windows 11 PC. Remote Server Administration Tools (RSAT) allow you to remotely manage roles and features on Windows Server Read More

sample csv file

How to Install Azure PowerShell Module and Connect to Your Tenant?

Azure PowerShell is a set of modules that allow you to manage Microsoft Azure from the PoSh command line. These modules used when creating and configuring cloud services, managing virtual machines, networks, web applications, and other Azure resources. In this article, we will show how to install Azure PowerShell on Windows 10. The easiest way Read More

sample csv file

How to Fix “The execution of scripts is disabled on this system” in PowerShell

Symptoms When you try to run a script in Microsoft Azure Active Directory Module for Windows PowerShell, you receive one of the following error messages: File C:\my_script.ps1 cannot be loaded. The execution of scripts is disabled on this system. Please see “Get-Help about_signing” for more details. File C:\Desktop\myscript.ps1 cannot be loaded because running scripts is Read More

sample csv file

How to Use Group Policy to Remotely Install Software

This article describes how to use Group Policy to automatically distribute programs to client computers or users. Original KB number:   816102 Summary You can use Group Policy to distribute computer programs by using the following methods: Assigning softwareYou can assign a program distribution to users or computers. If you assign the program to a user, Read More