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

Remove Unwanted HTTP Response Headers on IIS Server

The purpose of this blog post is to discuss how to remove unwanted HTTP response headers from the response. Typically we have 3 response headers which many people want to remove for security reasons. Server – Specifies web server version. X-Powered-By – Indicates that the website is “powered by ASP.NET.” X-AspNet-Version – Specifies the version of ASP.NET used. 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

sample csv file

How to Always Open Microsoft Edge With Previous Tabs

If you always want to start where you last left off, it’s easy to restore previous tabs in Microsoft Edge. By default, Microsoft Edge opens a new tab when you launch it fresh. However, you may want to change this for several reasons. If you’re the kind of person who likes to continue from where Read More

sample csv file

How to Fix “Unable to get device data hash” for Intune Autopilot enrollment

We bought a set of Surface 8 pros with 21h2 version and autopilot no longer works. it seems to be working with 2004 version. We run this under PowerShell Get-WindowsAutoPilotInfo.ps1 Then open Powershell instance, run Set-ExecutionPolicy -ExecutionPolicy Unrestricted D:\Get-WindowsAutoPilotInfo.ps1 -OutputFile D:\surfaces.csv we get the error “unable to retrieve device hardware data (hash) from computer localhost.” Read More